search for: depreci

Displaying 20 results from an estimated 240 matches for "depreci".

Did you mean: deprec
2007 Aug 09
1
depreciation of $ for atomic vectors
Dear All, I would like to know why $ was deprecated for atomic vectors and what I can use instead. I got used to the following idiom for working with data frames: df <- data.frame(start=1:5,end=10:6) apply(df,1,function(row){ return(row$start + row$end) }) I have a data.frame with named columns and use each row to do something. I would like the named index ($) because the column position in
2001 Jun 30
0
Resend:[PATCH] cleanup of gcc-3.0 depreciated label in end of compound statement
resend to ext3-users@redhat.com Albert Cranford wrote: > > Hi Andrew, > > Could we please apply this patch to shut up gcc-3.0 warnings ? > BTW, EXT3 & 2.4.6-pre6 works well with: > MACH 1-gcc-3.0 & ext3 on /usr/src filesystem (production workstation) > MACH 2-gcc-2.95-3 & ext3 on / filesystem (network server) > > Keep up the good work. > Thanks,
2010 Aug 06
1
Depreciated client still shown on OST exports
Some clients have been removed several weeks ago but are still listed in: ls -l /proc/fs/lustre/obdfilter/*/exports/ This was found after tracing back mystery tcp packets to the OSS. Although this is causing no damage, it raises the question of when former clients will be cleared from the OSS. Is there a way to manually remove these exports from the OSS? -- Regards, David
2009 May 12
1
Running rake test:units yields DEPRECIATION WARNING: Disabling sessions for a single controller...
When I run my rake test:units I get the following: DEPRECATION WARNING: Disabling sessions for a single controller has been deprecated. Sessions are now lazy loaded. So if you don''t access them, consider them off. You can still modify the session cookie options with request.session_options.. (called from C:/Users/Wayne/ Documents/Aptana Studio/chores/app/controllers/
2014 Feb 14
1
Centos 5.10, Firefox ESR 24.3.0, Rendering Failure
Further to my very recent concerns that <ol type="a"> gives digits. type="a" was "depreciated" in HTML 4.1. "depreciated" means to me to be of a lesser value or to be prepared it may be abandoned. It does not, in my version of English English, mean removed from the HTML specification. Therefore it should function 'normally' in modern browsers like FF. HTML 5 has...
2006 May 05
2
Including a single function from a package
...of the following: importFrom(MASS, mvrnorm) importFrom(gsl, hyperg_2F1) exportPattern("^[^\\.]") A completely separate issue is that when running check, I get a warning at the "checking S3 generic/method consistency" line that states: "Warning: use of NULL environment is depreciated." I've looked at the "Generic functions and methods" in the Writing R Extensions manual and I'm still not sure what the "use of NULL environment is depreciated." I suppose this is not a big deal, but it seems best not to have any warnings. I'm sure I...
2008 Mar 04
6
find_all_by deprecated?
Is find_all_by deprecated and/or find_first_by for 2.0.2? If not, what is actually deprecated? just find_all(..) and find_first()? Thanks for clearing this up. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2016 Aug 25
2
InstList insert depreciated?
Jon, > You want: > TaintVar->insertAfter(FirstI); This worked! Thank you. On Thu, Aug 25, 2016 at 9:38 AM, Jonathan Roelofs <jonathan at codesourcery.com> wrote: > > > On 8/25/16 7:01 AM, Shehbaz Jaffer via llvm-dev wrote: >> >> I tried an alternative way of adding instruction by first getting the >> first instruction of the basic block, and then
2010 May 07
3
Getting presence working in 1.6.2
...and have configured hints for our extensions and have a couple of Aastra 6755i test phones. The phones register fine but 'core show hints' shows the lines as idle even if they are in use. I read the wiki and see mention about needing to set call-limit in asterisk 1.4 but that has been depreciated in 1.6 so what is the way it should be done in 1.6? Thanks
2009 Aug 21
4
document proposal: TipsAndTricks/ApacheVHostDir
I use named virtual hosts on my web servers, as I'm sure many others do. I'm used to the method of using a vhost directory for the container files. I didn't find documentation for it in the CentOS docs or the Apache docs. I'm not sure if I should take it as a hint that it is depreciated... If I've missed something, please point me to it. I've written a quick little article detailing how to create a vhost directory under CentOS. It is at http://wiki.centos.org/EdHeron/ApacheVhostDir Please, consider this a request to create the page TipsAndTricks/ApacheVhost...
2019 Sep 04
4
Samba4 computers not on W10 Network
My Samba4 computers (DC's & member server) are not shown within W10 File Explorer Network. Only the other workstations appear. I believe this is due to smb1 being depreciated. All the folder redirection still works, gpo, etc. Domain users can log in. What do I need to adjust so these machines appear in smb2? (I know this has been talked about before sorry.) -- Thank you. Bob Wooden
2016 Aug 25
2
InstList insert depreciated?
Hi llvm-devel, I have migrated my codebase from llvm-3.6 to llvm 3.8.1-stable. Although I was able to resolve most of the problems, I am facing issues resolving the following: To insert an instruction immediately after the first instruction within a basic block, I first get all instructions in my basic block in an instruction container list. Once that is done, I insert my new instruction in the
2016 Apr 15
3
Domain member seems to work, wbinfo -u not
...be related to the badlock-patch. See samba-technical post of Hansjoerg Maurer. > > It seems that downgrading to older rpm works. But on Centos7 that means to downgrade from 4.2.10 to 4.2.3. > > > > > > > > > > I beg to differ, your config is using the old depreciated setup, see > here for the the latest setup: > > https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member > > Are you running the 'winbindd' deamon ? > Sure. I don't see where exactly the ways differ. I already played with idmap settings and keytab...
2012 May 16
7
Puppet Node Create?
Was... Bash$ puppet node create This "create" action no longer exists. Has it been depreciated? Is the only way to create a node through puppetmaser now? Thanks, D -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/g3lJoO-j_u4J. To post to...
2009 Sep 18
1
[LLVMdev] OT: intel darwin losing primary target status
Nick, So is this basically a depreciation of libgcc for darwin10 and later? I was wondering about that very issue awhile ago (as in what exactly what relationship clang would have to libgcc). If so, perhaps the correct answer is to see if FSF gcc would accept changing the default build for darwin10 and later to not use the FSF libgcc...
2008 Feb 08
2
Upgrade 1.2 -> 1.4 voice files
...to be upgrading our 1.2 Asterisk system. At the moment we use the Enicomms SLN files. Are there major differences in the 1.4 default voicefile packs, or will I be able to re-use Enicomms?? In the Make menuselect, I noticed theres no .SLN voicefile selection for the basic audiofiles - has SLN been depreciated? Thanks Adrian
2009 Jan 12
1
Upgrade to v.1.2.31 ... weird change
I think it happened when I upgraded an install to 1.2.31 The variable CALLERIDNUM no longer works and CallerID(num) has to be used. I know the initial one was being depreciated, but I didn't see any mention of it. Steve -- NetTek Ltd UK mob +44 7775 755503 UK +44 20 7993 2612 / US +1 310 857 7715 / Fax +44 20 7483 2455 Skype/GoogleTalk/AIM/Gizmo/.Mac/Twitter/FriendFeed stevekennedyuk Euro Tech News Blog http://eurotechnews.blogspot.com MSN steve at gbnet...
2010 Apr 06
2
Limit Number Of Simultaneous Outbound SIP Calls
Is there a way to limit the number of simultaneous outbound SIP calls made by Asterisk? We've tried using the 'Asterisk sip call-limit' parameter but that doesn't seem to be working and one of our engineers says that parameter has been depreciated. Thanks, Deric.Page at nisc.coop -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100406/d269a9c5/attachment.htm
2013 Nov 22
1
Use of 'by' function with FUN=mean
...gical: returning NA 2: In mean.default(data[x, , drop = FALSE], ...) : argument is not numeric or logical: returning NA 3: In mean.default(data[x, , drop = FALSE], ...) : argument is not numeric or logical: returning NA In R2.15.2 (again run on Windows 7) the works but gives a warning about a depreciated function : L X breaks 0.5705876 36.3888889 ----------------------------------------------------------------- : M X breaks 0.5370582 26.3888889 ----------------------------------------------------------------- : H X breaks 0.3908149 21.6666667 Warning m...
2006 Aug 18
10
TreeCtrl update
The previous TreeCtrl.i was very messy and just plain wrong, for instance it had GetFirstChild as depreciated when in fact only 1 version of it was depreciated not both. I changed GetFirstChild and GetNextChild to return an array of values to match the wxPython and wxPerl usage. I also noticed that wxTreeCtrl is inherited from wxControl on Windows and wxScrolledWindow on everything else so I #if defi...