search for: inscrut

Displaying 20 results from an estimated 53 matches for "inscrut".

Did you mean: inscrit
2012 May 24
3
transform 1 col to 2 col
Dear All How can I transform 1 column to 2 columns in R? 211217_s_at GO:0005249 211217_s_at GO:0005251 211217_s_at GO:0005515 211217_s_at GO:0015271 211217_s_at GO:0030955 211217_s_at GO:0005249 211217_s_at GO:0005251 211217_s_at GO:0005515 211217_s_at GO:0015271 211217_s_at GO:0030955 Best Wishes, Soheila [[alternative HTML version deleted]]
2020 Feb 27
2
[PATCH] Readable return codes for pkcs11 identities
Right now, if I typo my PIN for a PKCS#11 token, I get the inscrutable message: $ ssh -I /path/to/module user at example.com Enter PIN for 'SSH key': C_Login failed: 160 I'd prefer to receive a more useful message: Login to PKCS#11 token failed: Incorrect PIN I've attached a patch that adds specific handling for three common error cases: Incorr...
2020 Jan 14
3
[cfe-dev] Phabricator -> GitHub PRs?
Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> writes: > Granted, GitHub's UI is much "simpler" than Phab, but to my view, this > is not a problem, but a benefit. > > If we moved to GitHub PRs today, I wouldn't miss a thing. +1. I still find Phab to be inscrutable. I don't use any of its advanced features. I'm a long-time contributor. I can't imagine how difficult it is for folks new to the project. For all of GitHub's many flaws, its very strong advantage is that it is a de facto standard. People understand it. -...
2014 Oct 13
5
[LLVMdev] RFC: variable names
...or ivars seem to be a common practice. What is the > reason it s not used in LLVM? > [s/ivar/non-static data member/g; we're not using Objective-C ;-)] Leading _ is incompatible with leading capital (it gives you a reserved identifier and thus undefined behavior). I have seen this cause inscrutable compilation failures in practice. (With Chandler's approach for initialisms we may still get leading capitals.) Trailing _ is better, but still suffers from bugs where the wrong entity is used: class A { bool m_; A(bool m) : m_(m_) {} // oops, but we diagnose }; Capitalizing member n...
2020 Jan 21
2
Using dsync for a single mailbox?
...eadm sync` to migrate a single mailbox? I'm migrating accounts from another IMAP server,and most of the mailboxes are in mbox or maildir format, but a few are in MBX. As far as I can tell the only recommended way to "convert" an MBX mailbox is to sync it via imap. But dsync fails in inscrutable ways, and the documentation is kind of scant on how to control what it does. Even just an example command line showing how to copy remote mailbox FOO into dovecot mailbox BAR would be extremely helpful.
2005 Nov 02
1
configure error under FC 4 64 bit (PR#8276)
Full_Name: Rob James Version: 2.2.0 OS: Fedora Core 4 64 Bit Submission from: (NULL) (24.79.225.106) Attempting to run the configure script yields the following inscrutable error: configure: error: --with-readline=yes (default) and headers/libs are not available This occurs at the following point in the processing of the configure script: checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence.....
2018 Feb 22
2
How to modify dots and dispatch NextMethod
...tend to commit tomorrow), I will be happy to have a look if you provide a reproducible example. >> I don't think there is a way to replace (unnamed) arguments in dots for >> NextMethod. > That's a pity. IMHO, it should be some mechanism for that, but dots > are special in inscrutable ways. > > Anyway, for anyone insterested, I found a workaround: > > https://github.com/Enchufa2/dispatchS3dots#workaround Even though technically this won't be too hard, I don't think NextMethod should be made any more complex than it is now. There should always be a way t...
2006 Feb 08
2
trouble inserting rows
...Load (0.000344) SELECT * FROM songs WHERE (seq IS NULL AND id_record IS NULL) LIMIT 1 SQL (0.000124) COMMIT Rendering within layouts/application Rendering song/addautosave Completed in 0.03609 (27 reqs/sec) | Rendering: 0.00294 (8%) | DB: 0.00417 (11%) | 200 OK ...which, although somewhat inscrutable, seems to indicate that the params are getting passed correctly, but perhaps the db inserts are not occurring as i had hoped. also: when i try for some elegance to use a song hash in lieu of spelling out object attributes... @a_song = Song.new ( song ) @a_song.save ...i get the fo...
2018 Feb 22
2
How to modify dots and dispatch NextMethod
The example is invoking NextMethod via an anonymous function, which is not allowed (see documentation for NextMethod). Normally one gets a runtime error "'NextMethod' called from an anonymous function", but not here as the anonymous function is called via do.call. I will fix so that there is a runtime error in this case as well, thanks for uncovering this problem. I
2020 Jan 15
2
[cfe-dev] Phabricator -> GitHub PRs?
On Wed, 15 Jan 2020 at 10:47, Doerfert, Johannes <jdoerfert at anl.gov> wrote: > > I still find Phab to be inscrutable. I don't use any of its advanced > > features. I'm a long-time contributor. > > I asked a similar question in this thread in the very beginning: What > actual problems do you have with Phab? There might be usable solutions > out there already. The last time someone a...
2008 Aug 30
2
S.M.A.R.T
At my physics lab we have 30 servers with 1TB disk packs. I am in need of monitoring for disk failures. I have been reading about SMART and it seems it can help. However, I am not sure what to look for if a drive is about to fail. Any thoughts about this? Is anyone using this method to predetermine disk failures? TIA
2020 Aug 17
5
Installing CentOS - user feedback
...the various options there are. So far, this is all just edits to centos.org. The next two steps involve pushing changes to the mirror network, and I honestly have no idea what is involved there. 3) Adding phrasing to http://isoredirect.centos.org/centos/8/isos/x86_64/ that indicates what that inscrutable list of links means. and finally, possibly not even possible: 4) Add words to http://centos4.zswap.net/8.2.2004/isos/x86_64/ (as a random example) that say what the various options mean. This is probably not possible, since these are just autoindex generated pages. We could, however, offer...
2019 Jul 12
2
RFC: changing variable naming rules in LLVM codebase
David Blaikie <dblaikie at gmail.com> writes: > Why would enums be less elegant than named boolean constants as you've shown here? Casting, mainly. If the parameters were also changed to an enum type that would be fine too, probably better than inline variables even. > http://jlebar.com/2011/12/16/Boolean_parameters_to_API_functions_considered_harmful..html > (at a random
2020 Jan 21
0
Using dsync for a single mailbox?
...e a single mailbox? I'm > migrating accounts from another IMAP server,and most of the mailboxes > are in mbox or maildir format, but a few are in MBX. As far as I can tell > the only recommended way to "convert" an MBX mailbox is to sync it via > imap. But dsync fails in inscrutable ways, and the documentation is kind > of scant on how to control what it does. > > Even just an example command line showing how to copy remote mailbox FOO > into dovecot mailbox BAR would be extremely helpful. > Hi, how does dsync fail? How have you tried? Something like th...
2018 Feb 22
0
How to modify dots and dispatch NextMethod
...us function. Shouldn't it issue a similar error then? >>> >>> I don't think there is a way to replace (unnamed) arguments in dots for >>> NextMethod. >> >> That's a pity. IMHO, it should be some mechanism for that, but dots >> are special in inscrutable ways. >> >> Anyway, for anyone insterested, I found a workaround: >> >> https://github.com/Enchufa2/dispatchS3dots#workaround > > Even though technically this won't be too hard, I don't think NextMethod > should be made any more complex than it is now. T...
2007 Jun 08
0
Dot Lock probelm resolution
...cks were getting trashed, in almost all cases, NFS wasn't involved. And I had recompiled procmail so that it used the same locking strategy (and checked it), deactivated NFS client attribute caching, etc., etc. It turned out that my predecessor had done something 10 years ago that was arcane, inscrutable and kludgy in the .procmailrc file. This *purposefully* trashed the dotlock. Not knowing what it did when I took over (predecessor long gone, things in disarray), I left it in, because I worried that something would break if we removed it. We have perpetuated it in creation of all new accoun...
2003 Dec 24
1
Questions and suggestions about namespaces
...here something I need to do to make sure the classes get exported? 3. Is it necessary to import(methods)? I'm using S4 methods, but my functions and methods don't make use of the methods package other than in their own definition. 4. When running CHECK in r-patched, I got the following inscrutable errors: >* checking S3 generic/method consistency ... WARNING >Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc, character. >only = TRUE, verbose = FALSE) : > package/namespace load failed >Execution halted >* checking for replacement functions with...
2006 May 04
9
Help: wrong number of arguments (0 for 1)
Is it my environment? Is something wrong, cause I thought this should just work? I have a simple table and I created a model and a controller: ruby script/generate controller Restaurant ruby script/generate model Restaurant I edited the controller to this: class RestaurantController < ApplicationController scaffold :Restaurant end I run it and: http://0.0.0.0:3000/Restaurant works fine,
2014 Oct 14
2
[LLVMdev] RFC: variable names
...the reason it s not used in LLVM? >>> >> >> [s/ivar/non-static data member/g; we're not using Objective-C ;-)] >> >> Leading _ is incompatible with leading capital (it gives you a reserved >> identifier and thus undefined behavior). I have seen this cause inscrutable >> compilation failures in practice. (With Chandler's approach for initialisms >> we may still get leading capitals.) >> >> Trailing _ is better, but still suffers from bugs where the wrong entity >> is used: >> >> class A { >> bool m_; >...
2020 Aug 17
0
Installing CentOS - user feedback
...; > So far, this is all just edits to centos.org. The next two steps involve > pushing changes to the mirror network, and I honestly have no idea what > is involved there. > > 3) Adding phrasing to > http://isoredirect.centos.org/centos/8/isos/x86_64/ that indicates what > that inscrutable list of links means. > > and finally, possibly not even possible: > > 4) Add words to http://centos4.zswap.net/8.2.2004/isos/x86_64/ (as a > random example) that say what the various options mean. This is probably > not possible, since these are just autoindex generated pages....