search for: misconcepted

Displaying 20 results from an estimated 342 matches for "misconcepted".

Did you mean: misconceived
2007 Jun 05
1
Puppet common misconceptions wiki page.
After stumbling merrily into the ''node inheritance variable override'' problem last night (see ''RFC: Changing variable override'' thread for more info), it occurred to me that it would be useful to have a page in the Wiki to describe common misconceptions of the way that the puppet language and system works. Are folk happy for this to be a separate page, or
2013 Nov 14
6
validates :boolean_field, presence: true misconceptions
Last night a friend of mine started ranting about validates_presence_of :boolean_field returning not valid when the boolean field is false. I checked the rails issues and this seems to be a pretty common concern about the naming of ''presence'' . Instead of changing the behaviour of the presence validator, I was wondering if maybe the answer to avoid such misconceptions could be
2013 Aug 01
2
misconception in uid and gid
Hi, I'm using a SQL database to store the usernames and passwords of my users. However, I have found that I must explicitly return the uid and gid with every query, even though all virtual users use the same uid and gid. The query, that works, is: user_query = SELECT mail, 'vmail' AS uid, 'vmail' AS gid, home, CONCAT('*:storage=', quota_MB*1024) AS quota_rule \
2015 Oct 23
3
PHP version not enough for developers
On Thu, October 22, 2015 17:25, Valeri Galtsev wrote: > . . . Still, disregarding the part some of us dislike personally > (plus often reboots necessary to install some vital updates > - which all Linuxes are prone to beginning somewhere around > 2.6 kernel) . . . I am glad to discover that I am not losing my mind. I too have been rather dismayed at the perceived increase in
2009 Jun 29
2
[LLVMdev] [cfe-dev] Patch for llvm::DepthFirstIterator.h and llvm::PostOrderIterator.h
Hi, I've done all the minor changes you recommended and have attached a new patch including both files again (even if po_iterator didn't change). However: Dan Gohman schrieb: > The plural of "child" is "children"; please rename this function > accordingly. Is "childs" just sloppy, is it american english or is it just a misconception of foreigners
2010 Feb 25
24
two questions for R beginners
* What were your biggest misconceptions or stumbling blocks to getting up and running with R? * What documents helped you the most in this initial phase? I especially want to hear from people who are lazy and impatient. Feel free to write to me off-list. Definitely write off-list if you are just confirming what has been said on-list. -- Patrick Burns pburns at pburns.seanet.com
2011 Oct 06
3
[LLVMdev] [cfe-dev] [Patch] Build failure on Windows+MinGW (GCC and Clang)
On Thu, Oct 6, 2011 at 2:09 PM, Ruben Van Boxem <vanboxem.ruben at gmail.com> wrote: > You're welcome! Please remember that MinGW-w64 does not mean it is 64-bit. > It provides both 32- and 64-bit headers/libs. The "w64" in the name was > originally because that was the project's principal goal, among extending > the API completeness and compatibility with MSVC.
2015 Oct 23
4
PHP version not enough for developers
On Oct 23, 2015, at 9:46 AM, m.roth at 5-cent.us wrote: > James B. Byrne wrote: >> >> I am glad to discover that I am not losing my mind. I too have been >> rather dismayed at the perceived increase in frequency with which I >> must reboot my servers. I wondered whether this was simply a >> misconception on my part or an actual change in the environment.
2015 Apr 27
2
Real sh? Or other efficient shell for non-interactive scripts
Les Mikesell <lesmikesell at gmail.com> wrote: > On Mon, Apr 27, 2015 at 4:19 PM, Joerg Schilling > <Joerg.Schilling at fokus.fraunhofer.de> wrote: > > > > > >> > Do you like to discuss things or do you like to throw smoke grenades? > >> > >> The only thing I'd like to discuss is your reason for not adding a > >> dual
2015 May 27
2
Replicate Samba3 to Samba4
Hi, Is it possible to replicate any major versions of Samba? As I don't know if there are major improvements/news on the trust relationship with Samba AD to Windows AD. Currently our setup is Samba3 DC with trust with Windows AD, i used to able to upgrade it on the dummy environment to Samba AD, but again the trust seems not working or maybe I missed something on my configurations. As
2000 May 10
4
Q: Problems with eigen() vs. svd()
At 01:37 PM 5/10/00 +0200, ralle wrote: >Hi, >I have a problem understanding what is going on with eigen() for >nonsymmetric matrices. >Example: >h<-rnorm(6) >> dim(h)<-c(2,3) >> c<-rnorm(6) "c" is not a great choice of identifier! >> dim(c)<-c(3,2) >> Pi<-h %*% c >> eigen(Pi)$values >[1] 1.56216542 0.07147773 These could
2008 Jun 20
3
problems using effects.morph && effect.appear
Hi, i wrote a sliding navigation using effect.morph and effect.appear. I don''t know why but there are a couple of problems: 1. effect.appear seems not to work in IE6 2. The effects aren''t really "smooth". 3. When using effect appear. The new element triggers onmouseover the onmouseout function.... It''s a small script: www.rhizom.nl/volkan/scriptalicous
2011 Oct 06
0
[LLVMdev] [cfe-dev] [Patch] Build failure on Windows+MinGW (GCC and Clang)
2011/10/6 Aaron Ballman <aaron at aaronballman.com> > On Thu, Oct 6, 2011 at 2:00 PM, Ruben Van Boxem > <vanboxem.ruben at gmail.com> wrote: > > When building LLVM/Clang, I get the following build failure: > > > > MinGW-w64 provides the necessary typedefs and declarations. I adjusted > the > > ifdef's to include a check for a the MinGW-w64-specific
2011 Jun 28
0
Multiple mount points without dynamic reencoding
Hi, I'll skip the ices0 part of the email as I don't know that software. I only dealt with ices2 in that respect. So that is question is left to be answered by someone else (though I'm not sure if it will still apply). And here we arrive also at the most likely source of an underlying misconception: You do not have to have the same codec for the files as for the resulting stream!
2023 Jul 25
1
Current RHEL fragmentation landscape
Am 26.07.23 um 00:52 schrieb Gordon Messmer: > On 2023-07-25 12:18, Chris Adams wrote: >> Once upon a time, Gordon Messmer <gordon.messmer at gmail.com> said: >>> If Red Hat were doing development in RHEL minor releases that wasn't >>> published elsewhere, I would probably have a different view of >>> thing, but they aren't.? There's nothing
2009 Dec 16
1
Stata files
I have a client who uses Stata 11. Can anyone advise me on ways of transferring data from this version of Stata to R? Reading the documentation for read.dta in package foreign it seems it only allows for versions up to Stata 10. I don't know Stata at all but a bit of poking around on their website led me to believe Stata 11 couldn't write in Stata 10 format. However Stata 11 can
2011 Jul 25
1
do.call in "with" construction
Dear all, I'd appreciate any help to rectify what must be a misconception of mine how environments work: ########################## myEnv <- new.env() myEnv$a.env <- 1 myEnv$symbols.env <- "a.env" a.global <- 2 symbols.global <- "a.global" myFun <- function(symbols){do.call("print", lapply(symbols, FUN=as.name))} do.call("myFun",
2006 Aug 21
1
The Public Appology To Francis Cianfrocca
Dear Mongrel Users, It appears that Francis still isn''t satisfied with my attempts to apologize and he''s now asked me privately to retract my statements. So, just to be sure he finally gets it: I retract my statements that Francis and his friends are "shady" and "desperate for cash". He is in no way a shady guy, having dealt with this situation with the
2023 Jul 23
1
Parallel dialoog with different Alert-Info headers
On 7/23/2023 12:32 PM, Dirk-Willem van Gulik wrote: >> On 22 Jul 2023, at 23:40, asterisk at phreaknet.org wrote: >> >> I'm assuming you mean at the device level, and that you want to send >> only the relevant header to each device? >> Use pre-dial handlers; a unique handler runs on each destination >> channel. With PJSIP, you're forced to do this
2013 Nov 08
1
how to derive true surface area from `computeContour3d' (misc3d package) -- follow up
regarding my previous mail for this topic, I have in the meantime identified my misconception. actually, `computeContour3d' returns the vertices just fine in the correct coordinate frame. the misconception was caused basically by assuming that the `level' argument was a fractional threshold relative to the maximum of the array. so I believed that the rendered cube actually is