search for: ammend

Displaying 20 results from an estimated 57 matches for "ammend".

Did you mean: amend
2005 Jul 06
2
Composite Views
......and render them with the appropriate tag: <%= render_partial ''people/form'', @person %> I wanted to pass a person for use with the text field helper: <%= text_field ''person'', ''first_name'' %> In my contact controller I had to ammend the "new" method to this: def new @contact = Contact.new @person = Person.new end Which seemed a little ugly to me - no specific reason, just a hunch. So my question is - are there any patterns for creating a composite views in Rails? Cheers, Nicholas
2008 Mar 23
0
Committing a record update to the DB from a test
..., :pay_type => ''po'') o.save o.name = ''m'' o.save order = Order.find(@first_id) #order.pay_type = ''po''; order.address = ''dummy address''; order.email = ''d@d.d''; order.name = ''first ammended'' order.update_attributes({ :pay_type => ''po'', :address => ''123 hh road'', :email => ''r@r.r'', :name => ''2nd ammended''}) I run this, and nothing is committed to the DB! Can anyone help? Thanks --~--~-...
2008 Apr 10
1
(no subject)
...the below code: nls1 <- nls(y ~ a*(1-exp(-b*x^c)), start=list(a=a1,b=b1,c=c1)) I checked my start values by plotting the relationship etc. but I kept getting an error message saying maximum iterations exceeded. I have tried changing these start values, and I heeded advice from other threads and ammended my code to include :, control = list(maxiter = 500), trace=TRUE)). Now I receive an error message saying "step factor 0.000488281 reduced below 'minFactor' of 0.000976563". Any ideas? Many thanks in anticipation, LB ********************** Lindsay Banin School of Geography Uni...
2011 May 18
3
Weird xl mem-set behavior
Hello, I''m struggling to handle the amount of memory that dom0 gets on some system. It''s a system with 8GB of RAM, running 2.6.38-6 with pv_ops and Xen 4.1 If I want to set the amount of memory for dom0, I get very bogus results. See here: http://pastebin.com/gRgY9ERN If I use the M notation (xl mem-set 0 4096M) the outcome is similarily unpredictable, and sometimes I get the
2020 Jan 28
2
[cfe-dev] Phabricator -> GitHub PRs?
...o > through review? We don't enforce that now, so I see no reason to start doing it. Phab reviews, once approved, can have last-minute modifications and direct commits. Often reviewers will reply "LGTM with this nit addressed", which means the author is supposed to fix the code, ammend/squash, and push. A rebase squash of the fixups is slightly more complex if they need to apply to different patches in the series, but the author is *expected* to run a final test on the rebased version *before* pushing. If not, buildbots will break and patches reverted. An author that keeps doi...
2015 May 20
6
[PATCH v3 0/3] RFE: support Windows drive letter in virt-ls
Fixes RHBZ#845234. v3 changes: Drive letters works if inspection is enabled (-m is not given) v2 changes: Ammended so it doesn't do inspection for every dir to list. Maros Zatko (3): virt-ls: support drive letters on Windows virt-ls: update usage for win drive letters docs: amend virt-ls manpage with win drive letters cat/ls.c | 41 +++++++++++++++++++++++++++++++++++++---- cat/virt-ls.pod...
2009 Jul 16
4
loading a file in R in mac OS X
...my desktop, i've been trying to load the table as such: > schools <- > read.table("c:\harddrivename\users\username\desktop\schools.txt", > header=T,row.names=1) (obviously for the purposes of posting in this forum i've entered generic folder names.) No matter how i ammend the path, i get the following error message: Error in file(file, "r") : cannot open the connection In addition: Warning message: In file(file, "r") : cannot open file 'c:\harddrivename\users\username\desktop\schools.txt': No such file or directory. I'm guessing tha...
2005 Apr 12
5
File listing problems in 3.0.13
Over the weekend I upgraded my IRIX servers to 3.0.13 and have found many strange issues regarding the creation of new folders. When I attempt to add a new folder through the Windows side I get an immediate error dialog box stating "You may not be able to access file created in the folder X:\New Folder." When I select to continue the folder is created, looking on the IRIX side the
2017 Jul 05
1
[Intel-gfx] [PATCH v3 00/16] improve the fb_setcmap helper
...dles it. >> - Added patch 4/16 which factors out atomic state and commit >> handling from drm_atomic_helper_legacy_gamma_set to >> drm_mode_gamma_set_ioctl. >> - Do one atomic commit for all affected crtc. >> - Removed a now obsolete note in include/drm/drm_crtc.h (ammended >> the last patch). >> - Cc list is getting long, so I have redused the list for the >> individual patches. If you would like to get the full series >> (or nothing at all) for the next round (if that is needed) just >> say so. > > Is this still on top...
2017 Jul 05
1
[Intel-gfx] [PATCH v3 00/16] improve the fb_setcmap helper
...dles it. >> - Added patch 4/16 which factors out atomic state and commit >> handling from drm_atomic_helper_legacy_gamma_set to >> drm_mode_gamma_set_ioctl. >> - Do one atomic commit for all affected crtc. >> - Removed a now obsolete note in include/drm/drm_crtc.h (ammended >> the last patch). >> - Cc list is getting long, so I have redused the list for the >> individual patches. If you would like to get the full series >> (or nothing at all) for the next round (if that is needed) just >> say so. > > Is this still on top...
2017 Jul 05
1
[Intel-gfx] [PATCH v3 00/16] improve the fb_setcmap helper
...dles it. >> - Added patch 4/16 which factors out atomic state and commit >> handling from drm_atomic_helper_legacy_gamma_set to >> drm_mode_gamma_set_ioctl. >> - Do one atomic commit for all affected crtc. >> - Removed a now obsolete note in include/drm/drm_crtc.h (ammended >> the last patch). >> - Cc list is getting long, so I have redused the list for the >> individual patches. If you would like to get the full series >> (or nothing at all) for the next round (if that is needed) just >> say so. > > Is this still on top...
2019 Feb 16
3
Can we disable SSH compression by default?
Compressing data before encryption may be dangerous, for example CRIME, BREACH and VORACLE. Can compression be disabled by default in OpenSSH, only being enabled if user requests it? Another scenario when SSH compression may be bad is use of commands like tar cz | ssh root at remote "tar xz", which seem pretty common. If SSH compression is enabled, data will be (wastefully) compressed
2020 Apr 01
0
[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
On 31.03.20 21:27, Eugenio P?rez wrote: > Vhost did not reset properly the batched descriptors on SET_VRING_BASE > event. Because of that, is possible to return an invalid descriptor to > the guest. > > This series ammend this, resetting them every time backend changes, and > creates a test to assert correct behavior. To do that, they need to > expose a new function in virtio_ring, virtqueue_reset_free_head, only > on test code. > > Another useful thing would be to check if mutex is properly get in &...
2015 May 21
0
Re: [PATCH v3 0/3] RFE: support Windows drive letter in virt-ls
On Wednesday 20 May 2015 19:41:46 Maros Zatko wrote: > Fixes RHBZ#845234. > > v3 changes: Drive letters works if inspection is enabled (-m is not given) > v2 changes: Ammended so it doesn't do inspection for every dir to list. > > Maros Zatko (3): > virt-ls: support drive letters on Windows > virt-ls: update usage for win drive letters > docs: amend virt-ls manpage with win drive letters Common note regarding patches 2 & 3: documentation...
2004 Oct 29
0
Open Streaming Manuals
...ming with MuSE Creating Playlist Files Linking with HTML MIME types The Politics of Streaming (rant) Streaming with playlists from MuSE Setting up Icecast2 Using Icecast2 Other Tools The manual is released under Creatice Commonds Attributive ShareAlike NonCommercial License 2.0. Feel free to nuse, ammend, distribute. It is available as a PDF from: http://www.radioqualia.net/streaming_manual If you spot any errors or ways to improve the manual please let me know! adam Adam Hyde ~/.fi r a d i o q u a l i a http://www.radioqualia.net Free as in 'media' contact: email : adam@xs4all.nl
2001 Feb 13
0
host based authentication in protocol version 2
...ion 1 for now, but does anyone have any idea when hostbased authentication will be implemented in the version 2 support? Also, the openssh documentation implies that this SHOULD work (talks about ssh_known_hosts and ssh_known_hosts2 quite interchangeably). Any chance that the documentation can be ammended until version 2 support for trusted-host authentication is actually added? It might save some frustration... Many thanks, Brent Nelson Sys. Manager Dept. of Physics University of Florida
2004 Mar 31
0
Config file references (was g726 not working)
...odecs are: g729 gsm ulaw alaw g726 g723.1 I've seen other info floating around on variations of others.... these are the ones i use primarily. I know asterisk supports others, (ilbc, speex, etc ) but i dont know the valid entires myself. if anyone would like to add to this, perhaps make an ammendment to a wiki page, that would be roses for everyone i would think. It is important for users to not only have a reference for the options they can set, but also for the valid values that may be passed to these options. I dont think that you should have to read the source code to identify the...
2006 Jun 25
0
DTMF Detection: Where it happens actually?
...ming DTMF signal on the Zap channel, where does the processing actually take place: In Asterisk?; or in Zaptel Drivers? 2. I'm having a problem of double (or sometimes tripple) detection of a single DTMF received whenever I'm calling in through a Mobile Phone. I guess I need to make some ammendments in the DTMF detection algorithm. Now the question is where can I find the code responsible for DTMF processing: in channel driver?; or in the Asterisk source? Your comments are appreciated. Kind Regards, Hohenzolern
2001 Mar 22
2
regapi and CodeWeavers 1.0p3
Hi all. I'm trying to get printing going with CodeWeavers Wine and have come to the part where running "regapi" is required. Unfortunately this is not included with the CodeWeavers release. Can anyone suggest a way forward? Many thanks, Pete. --------------------------------------------------------------- | Pete Philips \|/ | |
2003 Sep 25
0
samba passwords gone haywire since upgrade (3.0.0-1)
...share from my other linux box, I get the following error: 1639: tree connect failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) I'm still running against my old smb.conf. I've run through the new one smb.conf.rpm (or whatever) and ammended it to match my configuration - and I get the identical results. I'm running share level security. when I check the %m log file, I see this, which looks wrong: [2003/09/25 14:54:50, 5] lib/username.c:Get_Pwnam(288) Finding user merlot [2003/09/25 14:54:50, 5] lib/username.c:Get_Pwnam_inter...