search for: touchup

Displaying 14 results from an estimated 14 matches for "touchup".

2006 Mar 12
1
What''s the correct way to use ":with" with link_to_remote?
I''m using Rails 1.0, and I''m trying to setup a link_to_remote which takes as a parameter a value computed in javascript. In order to accomplish this I''m using this command: <%= link_to_remote(''TouchUp'', :update => ''touchup_section'', :url => {:action => ''touchup'', :id => @article}, :with => "get_selection()" ) %> This works, but the name of the parameter is whatever is returned by get_selection (a string). I can''t...
2018 Mar 28
0
[ANNOUNCE] xorg-server 1.19.99.902
...er meson: Install man pages meson: Build cvt and gtf meson: Install the dmx utilities meson: Generate xorg-server.pc meson: Install xorg-server.m4 meson: Fix install path for 10-quirks.conf autotools: Fix excessive \-escaping that broke the build suid touchup Revert "suid touchup" meson: Add option to set default font path (v2) xfree86: Add Option "Debug" to ServerFlags glamor: Hide new DRI behind Option "Debug" "dmabuf_capable" autotools: Derive xkb configuration from xkbcomp.pc...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 16/17] paravirt_ops - touch ups
plain text document attachment (xx-paravirt-touchups.patch) Some miscellaneous clean ups. Signed-off-by: Steven Rostedt srostedt@redhat.com Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Index: clean-start/arch/x86_64/ia32/syscall32.c =================================================================== --- clean-start.orig/arch...
2006 Apr 08
2
DO NOT REPLY [Bug 3667] New: touch rsync configure output
https://bugzilla.samba.org/show_bug.cgi?id=3667 Summary: touch rsync configure output Product: rsync Version: 2.6.8 Platform: All OS/Version: Linux Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: vapier@gentoo.org QAContact:
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 16/17] paravirt_ops - touch ups
plain text document attachment (xx-paravirt-touchups.patch) Some miscellaneous clean ups. Signed-off-by: Steven Rostedt srostedt@redhat.com Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Index: clean-start/arch/x86_64/ia32/syscall32.c =================================================================== --- clean-start.orig/arch...
2019 Jul 24
2
Re: [PATCH libnbd 1/3] generator: Change Closure so it describes single callbacks.
...) cls; > - pr "};\n"; > - pr "\n"; > - > + | Closure (persistent, { cbname; cbargs }) -> > (* Persistent closures need an explicit function to decrement > * the closure refcounts and free the user_data struct. Comment needs a touchup now that there is no user_data struct. > *) > if persistent then ( > pr "static void\n"; > - pr "free_%s_user_data (void *vp)\n" name; > + pr "free_%s_%s_user_data (void *vp)\n" name cbname; > pr &...
2009 Oct 01
0
Revolutions blog: September roundup
...KqSh discussed the similarities between Grand Central Dispatch for Snow Leopard and parallel processing with foreach. http://bit.ly/lRbAX announced a new R user group in Madison, Wisconsin. http://bit.ly/2Ms5nM noted the popular blog flowingdata.com uses R as the tool of choice for graphics (with touchups by Illustrator). http://bit.ly/BIU9V remarked on the "Flash Mob" which has populated stackoverflow.com with useful answers for many R questions. http://bit.ly/2cysLh reviews Jeroen Ooms' web-based financial plotting tool built on R. http://bit.ly/TcfD1 linked to a script in R for...
2019 Jul 24
0
Re: [PATCH libnbd 1/3] generator: Change Closure so it describes single callbacks.
...uot;; > > - pr "\n"; > > - > > + | Closure (persistent, { cbname; cbargs }) -> > > (* Persistent closures need an explicit function to decrement > > * the closure refcounts and free the user_data struct. > > Comment needs a touchup now that there is no user_data struct. This comment goes away in the following commit :-) > > + pr " py_args = Py_BuildValue (\"(\""; > > + List.iter ( > > + function > > + | ArrayAndLen (UInt32 n, len) -> pr " \&quo...
1999 Dec 15
1
R-0.90.1 is released
...t a segfault in plotmath o f <- get("function"); f(,); f(F,F) now "ok" (PR#361). o blank-line reject code in parse.dcf was wrong (Martyn Plummer) o made filled.contour independent of pointsize. Make plot key wider so there's room for a title. Touchup example. o font size fixups for the X11 driver (mainly) o some.list[[NA]] is NULL, following S, rather than giving spurious error messages o segfault when running out of heap o segfault in rbind of a vector without names fixed. cbind, too. o fixed symbol s...
1999 Dec 15
1
R-0.90.1 is released
...t a segfault in plotmath o f <- get("function"); f(,); f(F,F) now "ok" (PR#361). o blank-line reject code in parse.dcf was wrong (Martyn Plummer) o made filled.contour independent of pointsize. Make plot key wider so there's room for a title. Touchup example. o font size fixups for the X11 driver (mainly) o some.list[[NA]] is NULL, following S, rather than giving spurious error messages o segfault when running out of heap o segfault in rbind of a vector without names fixed. cbind, too. o fixed symbol s...
2003 Sep 30
3
Adding Tk extensions to R for windows
Hi, I'm developing an R/TclTk application which uses the BWidget and Tktable Tk extensions and I'm trying to make it easy to install. For now, I'm focusing on Windows users who start with nothing. I have built Tcl/Tk and Tktable for windows using Msys/MinGW. (BWidget contains only Tcl scripts so does not need building.) I have then copied Tktable and BWidget into the lib subdirectory
2005 Dec 18
12
ACD with polycom ip phones
Hello, Polycom ip soundpoint support ACD login/logout . Can we configure asterisk with polycom ACD support? Regards Harry ___________________________________________________________________________ Nouveau : t?l?phonez moins cher avec Yahoo! Messenger ! D?couvez les tarifs exceptionnels pour appeler la France et l'international. T?l?chargez sur http://fr.messenger.yahoo.com
2000 Nov 08
0
vq diffs
please add the following diffs to the vorbis/vq dir. - include files changed so things actually compile in new scheme - _ogg_...alloc cleanups caught a half-dozen typos or so - minor Makefile touchup. (stuff is still not tested, but this will compile at least) Would someone with cvs write access commit them for me please? Erik diffs: ------------------------ diff -bBu2r vorbis/vq/Makefile vorbis-ejk/vq/Makefile --- vorbis/vq/Makefile Tue Oct 31 03:25:17 2000 +++ vorbis-ejk/vq/Makefile Wed No...
2019 Jul 24
6
[PATCH libnbd 0/3] Implement closure lifetimes.
This implements most of what I wrote here: https://www.redhat.com/archives/libguestfs/2019-July/msg00213.html