search for: autosav

Displaying 20 results from an estimated 46 matches for "autosav".

Did you mean: autosave
2010 Dec 29
3
Windows editor suggestions - autosave
I am looking for advice on an editor to use with R (windows) that has an autosave feature. I typically write scripts using the RGui (and tried TinnR yesterday) but I am having continuing problems with BSODs (non R related) and have in the past have had issues with R crashes and would really like a system that does not require me to remember to hit the save button on my script...
2010 Mar 10
0
Rails ActiveRecord associations autosave option
I have the following associations. class Document < ActiveRecord::Base has_many :document_sections, :dependent => :destroy, :autosave => true has_many :document_items, :through => :document_sections end class DocumentSection < ActiveRecord::Base belongs_to :document has_many :document_items, :dependent => :destroy, :autosave => true end class DocumentItem < ActiveRecord::Base belongs_to :document_sect...
2007 Aug 10
2
DO NOT REPLY [Bug 4873] New: rsync transfers stop when encountering Emacs autosave files with hash signs
https://bugzilla.samba.org/show_bug.cgi?id=4873 Summary: rsync transfers stop when encountering Emacs autosave files with hash signs Product: rsync Version: 2.6.9 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy...
2012 Mar 15
0
Make Asset Pipeline compatible with Chrome DevTools Autosave
https://github.com/NV/chrome-devtools-autosave doesn’t play nice with Asset Pipeline. https://github.com/NV/chrome-devtools-autosave/issues/27 The culprit of the problem is in the asset’s URLs. I cannot decipher a file path by its URL. For instance, /assets/main.css?body=1 could be either app/assets/stylesheets/main.css, lib/assets/stylesh...
2012 Jul 10
1
has_many association with autosave issues
I''d like to use autosave => true for an association for its added benefits: the parent doesn''t save unless the children saves. However, it seems to skip validations when saving the children. And this seems to be the case since the beginning of time... Anyone know why? -- You received this message becau...
2009 Nov 26
15
bad move? - complex form with *many* observe_field's
...on the page: 9 text fields + 3 selects + a*(1 text + 1 select) + b*(1 text + 1 select) + c*(1 text + 1 select) + d*(1 text + 1 select) + e*(1 text + 1 select) + f*(7 text + 1 select) where the a, b, c, etc are the number of the diff types of assoc objs. Also, it''s designed to have an autosave function. I''ve taken an approach that is working, but I''m concerned that it may not be the best, mostly from a performance aspect. Each of the text fields has an observe_field set up for it with a :frequency => 1.5 (this seemed to be the best setting for this to catch rapid...
2009 Mar 10
0
autosave no longer a valid option for belongs_to?
The Rails API doc (api.rubyonrails.org) says that :autosave is still a valid option for belongs_to in the latest version of Rails. However, a look at the activerecord/lib/active_record/associations.rb (line 1590) reveals that it is not in the @@valid_keys_for_belongs_to_association array. I also noticed that it''s not in the ActiveRecord API doc (...
1999 Sep 12
0
Just a thought ...
...es. S+ of course stores everything as separate files, which always seems very wasteful but would be useful for idiots like me! However I don't have immediate access to it and anyway it's my own fault. However, in the eternal quest to improve R, would it be possible then to have an option autosave that only worked when waiting for input (ie in interactive mode)? Something like (a crude version - perhaps better to use system facilities like cron under *ix): options(autosave=10)#Autosaves every 10 minutes or later then in the code where *when awaiting input only* while (noinput){ if(cu...
1997 May 30
1
R-beta: auto save
I'm just about to put an autosave feature into R as per requests by Peter and Kurt. My current thinking is that it should be an option so that it is setable (in the profile if you want). One simply specifies the number of commands that are executed between calls to save. It won't be incremental; I'll just dump the output o...
2010 Jul 23
2
Tutorial Tinn-R
Hi, does anyone know a tutorial for Tinn-R? During all my search I only found R-Tutorials... The problem now is: I would like to make Tinn-R an autosave. But since I had several questions before concerning Tinn-R (for example, how to have Tinn-R and R in one window or how do the new versions work), I think it is easier to have a tutorial instead of asking here everything. Thank you! -- View this message in context: http://r.789695.n4.nabble.com/...
2009 May 28
1
:has_many and :after_save
Having one to many connection (for example post has many comments), what is the most efficient way of saving all comments when post is saved. Using after_save on Post would introduce the n+1 problem. Is there any way of saving the whole structure at once? -- Posted via http://www.ruby-forum.com/.
2011 Nov 24
0
legacy MTI schema
...t;><<FK>> ( NOT database generated ) max_weight drive In my model I have implemented the semantic of inheritance between System and Lifter in this way: class System < ActiveRecord::Base has_one :lifter :foreign_key=>:id, :dependent=>:destroy, :autosave=>:true delegate :drive, :drive=, :max_weight,:max_weight=,:to=>:lifter # trick for polymorphic query end class Lifter belongs_to :system, :foreign_key=>:id, :dependent=>:destroy, :autosave=>:true delegate :manuf...
2008 Dec 17
2
Something strange! Wine 1.10 doesn't want to delete stuff.
So, recentley I upgraded to the new 1.10 with apt, I am running 2.6.24-21-generic #1 SMP kernel, although I don't know why it thinks I have to have smp, I have a 2400+ sempron, my v-card is a 7300Gt nvidia. And after I upgraded, I shut it down and I went to bed. The next day, I tried to play WoW, everything was cool, no glitches, it ran noticeably faster, so I changed the graphics settings
2013 Feb 13
3
conditional validates_associated
Hello, Have you guys noticed that conditional validation with validates_associated does not work well when you are creating a new record? Consider this gist: https://gist.github.com/aflag/4780225 The Lawyer class has validates_associated on address conditioned on whether the Lawyer data comes from a known source or not. So, if lawyer.source equals to some string, then lawyer.address must
2000 Jan 20
1
MS Excel/NT/Samba timestamp - serious problem, bug?
A rather distressing timestamp issue (to multiple users here). Anyone seen similar behavior or have a suggestion/solution? Problem: Opening and closing an excel file (no changes/keystrokes to file) on the Samba server causes the file to be saved with time stamp of closing. (There is no autosave set on Excel - also see other info below) MS Excel 97 SR-2 NT 4.0 SP5 Solaris 2.6 or 2.7 (2 different machines) Samba 2.0.6 compiled with gcc 2.8.1 (one warning on compile: lib/system.c: In function `sys_readdir': lib/system.c:350: warning: return from incompatible pointer type) Other inform...
2016 Jan 27
2
ot: data consumption IMAP vs POP
On 1/27/2016 1:30 AM, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote: > Sending bandwitdh can be reduced by using BCC instead of the IMAP append > to the sent mailbox. Hi Steffen, Can you elaborate on this? I would have thought that the IMAP Append command would *save* bandwidth (as opposed to having the client save a copy to the Sent folder, thereby uploading the full
2011 Jun 19
1
Evil Genius Crashes unexpectedly
Hey there! I've been playing Evil Genius on steam and for the most part it works fine, but frequently (sometimes more frequently than others) it crashes at very inopportune times. The wine page for the game talks about unexpected crashes, but it sounds like these are related to the game autosaving, and I turned off my autosaving yet this persists. Here's what my terminal (The first bit repeated for a much longer time, but I figured you'd get the point) reads: Code: fixme:d3d:state_clipping Clipping disabled, but ARB_depth_clamp isn't supported. fixme:d3d:swapchain_gl_present...
2005 Apr 12
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
...lse word acts up stupid), and we're good to go... Until the next time it happens. Apparently random files, and varyinf users/network segments as before. Excel, powerpoint, etc not locking up nor causing similar issues at all anyore - just MS Word. I think it might have something to do with the autosave feature, or some sort of option in word making it create/deal with the tmp files but I really don't understand or know the bahavior well enough to fix it entirely on my own. Help? -- Nathan Vidican nvidican@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ -----Original Mes...
2011 Jan 16
4
persistence by reachability
Hello guys, I have these models class Farmer < ActiveRecord::Base has_many :cows end class Cow < ActiveRecord::Base set_table_name :cows belongs_to :farmer end ... graph = Farmer.find(x) # Retrieves four cows of x graph.cows[1].name = "Trottolina" graph.save while adding a new cow to collection works perfectly fine, ActiveRecord doesn''t
2018 Mar 21
4
rsync very very slow with multiple instances at the same time.
...o Compression=no -x" -z --skip-compress=gz/bz2/jpg/jpeg/ogg/mp3/mp4/mov/avi/vmdk/vmem --inplace --chmod=u+w --timeout=60 —exclude=‘Caches' —exclude=‘SyncService' —exclude=‘.FileSync' —exclude=‘IMAP*' —exclude=‘.Trash' —exclude='Saved Application State' —exclude='Autosave Information' --exclude-from=/Users/pabittan/.UserSync/exclude-list --max-size=1000M /Users/pabittan/ xserve.local.fftir:./ Here is the version i use (self compiled) : $ /usr/local/bin/rsync3 --version rsync version 3.1.2-jsp protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell,...