similar to: DO NOT REPLY [Bug 4873] New: rsync transfers stop when encountering Emacs autosave files with hash signs

Displaying 20 results from an estimated 800 matches similar to: "DO NOT REPLY [Bug 4873] New: rsync transfers stop when encountering Emacs autosave files with hash signs"

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 <
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/stylesheets/main.css or vendor/stylesheets/main.css. To fix
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 because you are subscribed to the Google Groups "Ruby on Rails:
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 (ar.rubyonrails.org). Does anyone have any
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 every 10 minutes so
1999 Sep 12
0
Just a thought ...
Dear all As someone who leaves his R session open for days - even longer - because only I access the computer it is on, I very occasionally crash it (my most recent success was to use a very long plot() which it turned out have both 'l' and a 'b' without keyword!). I try to be careful, preserving essential bits of coding in an adjacent emacs screen and doing save.image() from
2004 Jul 09
1
discrepancy in file count
Rsync counts directories as files when it's creating the file list, but does not count them as files in the "files transferred" statistic. Example output from my backup logs, when initializing a new backup volume (rsyncing a set of data to a completely empty filesystem): [2004-07-09 03:03:37] - Number of files: 75007 [2004-07-09 03:03:37] - Number of files transferred:
2011 Nov 24
0
legacy MTI schema
Hi all, In a legacy ''immutable'' schema I have MTI inheritance setting: <<TABLE systems>> id<<PK>> ( NOT database generated) installation_date manufacturer serial_number <<TABLE lifters>> id<<PK>><<FK>> ( NOT database generated ) max_weight drive In my model I have implemented the semantic of inheritance between
2010 Nov 11
7
Problem with modules
Hello. I use puppet 2.6.3-rc2 Now I try move my classes to modules. But I got a problem that Puppet does not sees modules. in puppet.conf: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl libdir = /opt/puppet-dashboard/lib/puppet modulepath=$confdir/modules In nodes : node postgres { include basesystem include postgres } In
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 of ls(). I think that the file name should not be .RData but
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
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
2009 Nov 26
15
bad move? - complex form with *many* observe_field's
I have a pretty complex form with many text fields and a number of selects. We let the user add multiple types of associated objects to the parent object and to edit the values for those associated objs, so the form can have something like the following number of fields 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 +
2005 Apr 12
1
Re: Problems with Excel & MS Word files (EVEN - still ANY ideas?)
Since applying the two patches you emailed me (one for cpu load, one for MS Excel issues): All is working fine now except MS Word; don't know if it's entirely related or a separate issue all together, but figured I'd post the details and see if you can think of anything; here's the behaior: Word (apparently) creates a "~384somerandomnamefile.tmp" when a user saves, the
2006 Jun 14
0
Automatic save
I have a page where people might be writing information for a long time. So I want a feature like autosave. I have used PeriodicalExecuter and Ajax.Request to submit the form regularly. That part is working fine. I also made a link_to_remote that calls a show method and updates with information from the database. The show method uses respond_to to see if it should return javascript or html.
2006 Aug 21
0
Timestamps -- XP vs. w2K?
I know, I know: "Never trust the end user." Nevertheless, he may have a valid point; if so, I'm somewhat confused: when XP simply *looks* at some files, it updates their timestamps. This isn't just stuff like .XLS, where it might be saving metadata, autosave info, or somesuch; this is things like .JPG files. Why is that? It's confusing the users, 'cause they assume
1999 Oct 18
0
Date/time of formation of objects
Hi Is there any way of attaching the date and time of formation of an object so that ls() can report such things in a manner similar to the Unix ls command? And/or a comment attached? Could this be added to the housekeeping wish-list? I usually use my own little command lls() (below) that reminds me of the mode and size of a structure since I often have R sesssions open for days at a time.
2011 Feb 23
1
wine & codeblocks
Hi, I'm using wine-1.3.12 with Fedora 14 Trying to use codeblocks 10.05, install is ok, running ok. Open a new empty file, write some lines in editor, select lines and copy, when i try to paste lines selected is result a crash of codeblocks. -------------------------------------------------------------------------------------------- [code] Reparsing while typing for editor
2008 Jul 03
0
Error on Autotest start
I have been using autotest/zentest 3.5.0 with my rails 2.0.2 and rspec. I upgraded my gems and got 3.9.3 and had a problem. I went back to 3.5.0 and it worked. I stayed there until moving to rails 2.1. I again updated my gems and got 3.10. This one had the same problem. This time I need to figure out what is wrong. Here is what I get:
2018 Mar 23
0
rsync very very slow with multiple instances at the same time.
Ok, so i did some tests. find /path -type f -ls > /dev/null First on my local SSD disk (1.9 millions files) : 1 find : real 2m16.743s user 0m7.607s sys 0m45.952s 10 concurrent finds (approx same results for each) : real 4m48.629s user 0m11.013s sys 2m0.288s Almost double time is somehow logic. Now same test on my server on the iSCSI disk (when there is no other activity) (2.8 millions