search for: placehold

Displaying 20 results from an estimated 965 matches for "placehold".

Did you mean: placeholder
2011 Apr 18
12
Arel - clone bug (and fix), feature requests
...d made a pull request against the rails/arel repo. I''ve also been playing around with support for ordering on Expressions (e.g. ORDER BY COUNT(DISTINCT blah) DESC): https://github.com/codders/arel/commit/10a9fe64b87579592307ffbc3b18bf69c5bcf15c and even more experimentally, with adding placeholders to allow a query to be evaluated multiple times in different dynamic contexts: https://github.com/codders/arel/commit/4b9ae3de9edee084303e6f29145b0e4ce5e04481 So... a) How can I get my bugfix merged - who should I talk to, what else do you need? b) What''s the best forum for discussi...
2025 Jan 23
1
Depends: R (>= 4.1) for packages that use |> and \(...)
Many thanks to Henrik for remembering the report in Bugzilla and to Kurt for implementing the change and finding out the true number of affected packages. On Wed, 22 Jan 2025 15:34:41 -0500 Ian Farm <ian.farm at maine.edu> wrote: > Would packages using the underscore placeholder with the native pipe > need to also depend on R >= 4.2.0? That's a good find! For the R >= 4.2 syntax, we only need to check for getParseData(...)$token %in% 'PLACEHOLDER'. The R >= 4.3 syntax feature is harder to test for: >> As an experimental feature the placeho...
2025 Jan 23
2
Depends: R (>= 4.1) for packages that use |> and \(...)
>>>>> Ivan Krylov via R-devel writes: Thanks. I am already looking handling the 4.2.0 placeholder syntax, but likely will need to refactor the code I added yesterday. The "experimental" 4.3.0 extra placeholder feature looks like a lot of effort: ideally there would be a simpler way. I'll ask on R Core. My guess would be that the new syntax is particularly prominently used in...
2008 Jul 16
5
''$'' placeholder naming can confuse your runner
...e a bug. consider this scenario: Scenario: I''m cool Given that I am cool 4 times out of 7 and this step: Given("that I am cool $n times out of $n_total") do |n, n_total| ... end When running my story, this step is considered as PENDING. If I change the name of the second placeholder to $total, the step runs fine (as it should, given that it''s implemented). My suspect is that when placeholders share a common prefix, the step cannot be recognized correctly. Anyone having the same issue? btw: quoting the placeholders doesn''t change this behavior keep on wit...
2015 May 12
4
Container Pipeline placeholder
Hi, I've created http://wiki.centos.org/ContainerPipleline as a placeholder to start populating about the pipeline. Although this will run from ci.centos.org hosted infra ( http://wiki.centos.org/QaWiki/CI ) - and it will form a sort of ecocystem test + release process, I think it deserves scope beyond being just under the CI namespace. - KB -- Karanbir Singh, Project...
2015 May 14
2
Container Pipeline placeholder
On Thu, May 14, 2015 at 7:35 AM, Joe Brockmeier <jzb at redhat.com> wrote: > On 05/12/2015 06:13 AM, Karanbir Singh wrote: >> Hi, >> >> I've created http://wiki.centos.org/ContainerPipleline as a placeholder >> to start populating about the pipeline. Although this will run from >> ci.centos.org hosted infra ( http://wiki.centos.org/QaWiki/CI ) - and it >> will form a sort of ecocystem test + release process, I think it >> deserves scope beyond being just under the CI namespace...
2023 Apr 21
2
Generalised piping into operators
...; happens after enough parsing has happened so that the code making the decision can't tell the difference between "_ + 1" and "`+`(_, 1)". I might be wrong about that, but this suggests it: > quote(_ + 1) Error in quote("_" + 1) : invalid use of pipe placeholder (<input>:1:0) > quote(`+`(_, 1)) Error in quote("_" + 1) : invalid use of pipe placeholder (<input>:1:0) On the other hand, this works: > quote(x |> `+`(e1 = _, 1)) x + 1 So maybe `+`() is fine after all. Duncan Murdoch
2013 Jun 25
5
Marvell, IOMMU/VT-d, and pci-phantom
...mybox:~$ lspci | grep -i marvell 06:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) 0a:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9172 SATA 6Gb/s Controller (rev 11) and then experimented like so: /boot/xen-4.3-unstable.gz placeholder pci-phantom=06:00.0 pci-phantom=0a:00.0 /boot/xen-4.3-unstable.gz placeholder pci-phantom=06:00,0 pci-phantom=0a:00,0 /boot/xen-4.3-unstable.gz placeholder pci-phantom=0:06:00,0 pci-phantom=0:0a:00,0 /boot/xen-4.3-unstable.gz placeholder pci-phantom=0:06:00,0 pci-phantom=1:0a:00,0 an...
2007 Jul 29
2
How to make Draggable Widgets with Placeholders
Hello. I''m trying to do some drag-droppable widgets like Netvibes.com ... I''m completely looking for a code like Netvibes. How can I do that with Prototype or Script.aculo.us? I want to make them droppable on placeholders like netvibes. Any ideas or links? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFF...
2011 Sep 25
1
[LLVMdev] Placeholders in the target data layout
Hello, I have to use the target data layout for my compiler to make the native linker work. But the target data layout is target specific. My bitcode file should not be. The only critical thing in the layout is the pointer size: "p:32:32" vs "p:64:64". Is there a way to use placeholders to insert the bit width of a pointer at a very late stage? It would be uncool when the platform independence of a bitcode file fails at _one_ single line. Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachme...
2020 Jul 16
2
BitcodeReader.cpp bug under LTO
Hi guys, We have found a bug of BitcodeReader.cpp in processing an LTO bitcode file. As LLVM doesn't emit use-list for LTO bitcode files, many forward references will happen when BitcodeReader processes the bitcode file, and LLVM uses placeholders for those forward references and resolve them later. When parseConstants() reads in a CST_CODE_CE_SELECT record, e.g. select <selty><cond>, <ty><val1>, <ty><val2> If "ty" here is a vector type and "cond" is a forward reference, LLVM uses...
2011 Aug 30
1
"update-grub" adds line to "multiboot"
...inux --class gnu --class os --class xen { insmod part_msdos insmod ext2 set root=''(hd0,msdos1)'' search --no-floppy --fs-uuid --set 5a097ed6-415b-45ff-bba7-d628c92b1f7a echo ''Loading Linux 2.6.32-5-xen-amd64 ...'' multiboot /xen-4.0-amd64.gz placeholder quiet xen-pciback.permissive xen-pciback.hide=(00:14.2)(01:05.1) module /vmlinuz-2.6.32-5-xen-amd64 placeholder root=/dev/mapper/vg_dom0-lv_root ro quiet echo ''Loading initial ramdisk ...'' module /initrd.img-2.6.32-5-xen-amd64 } The "pciback" command...
2017 Jan 19
2
Doveadm backup doesn't interpret placeholders
..., which is either a remote, as above, or a filesystem location. The logical answer seems to be to provide the backup location when performing the local copy for a snapshot, so I run: doveadm backup -A mdbox:/var/mail/mailboxes-backup/%d/accounts/%u However, this is not picking up the %d and %u placeholders and replacing them with the values, as it would if configured with the option above. The only workaround I can find is to run doveadm backup individually for every user, with the full expanded path for each one. Am I missing something, or would it make sense for doveadm backup to simply rec...
2025 Jan 22
1
Depends: R (>= 4.1) for packages that use |> and \(...)
Hello all, Would packages using the underscore placeholder with the native pipe need to also depend on R >= 4.2.0? There appear to be a number, modifying Ivan's GitHub search: https://github.com/search?q=org%3Acran+path%3A%2F%5B.%5D%5BRr%5Dd%3F%24%2F+%2F%5Cs%5C%7C%3E%5Cs.*%3D%5Cs%3F_%2F&type=code Regards, Ian ____ Ian Farm Laboratory Manager...
2015 May 12
0
Container Pipeline placeholder
On 05/12/2015 03:43 PM, Karanbir Singh wrote: > Hi, > > I've created http://wiki.centos.org/ContainerPipleline as a placeholder > to start populating about the pipeline. Although this will run from > ci.centos.org hosted infra ( http://wiki.centos.org/QaWiki/CI ) - and it > will form a sort of ecocystem test + release process, I think it > deserves scope beyond being just under the CI namespace. > > - KB...
2015 May 14
0
Container Pipeline placeholder
On 05/12/2015 06:13 AM, Karanbir Singh wrote: > Hi, > > I've created http://wiki.centos.org/ContainerPipleline as a placeholder > to start populating about the pipeline. Although this will run from > ci.centos.org hosted infra ( http://wiki.centos.org/QaWiki/CI ) - and it > will form a sort of ecocystem test + release process, I think it > deserves scope beyond being just under the CI namespace. Pipleline? :-...
2007 Jun 07
0
RODBC and placeholders?
...nteracting with MySQL from R, I have a vector of ids and for each id I would like to query my database and retrieve 3 values and combine the results of all the ids into a dataframe currently I have been using RODBC for single queries, but I have not found anything in the documentation about using placeholders I hope some can help, Thanks James Morris [[alternative HTML version deleted]]
2011 Feb 28
3
Xen Kernel Panic
...-class os --class xen { insmod part_msdos insmod ext2 set root=''(hd0,msdos1)'' search --no-floppy --fs-uuid --set 2639d272-73f6-4508-af4b-d648a877a39b echo ''Loading Linux 2.6.32.27 ...'' multiboot /xen-4.0.gz placeholder module /vmlinuz-2.6.32.27 placeholder root=/dev/md0 ro quiet } How can i fix? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
...untu --class gnu-linux --class gnu --class os --class xen { insmod part_msdos insmod ext2 set root=''(hd0,msdos1)'' search --no-floppy --fs-uuid --set=root 77928457-0585-4dac-bc8d-d99d346dff02 echo ''Loading Xen 4.2-unstable ...'' multiboot /xen-4.2-unstable.gz placeholder echo ''Loading Linux 3.2.19 ...'' module /vmlinuz-3.2.19 placeholder root=/dev/mapper/xen-root ro echo ''Loading initial ramdisk ...'' module /initrd.img-3.2.19 } It starts booting the Xen kernel, but then reboots prior to booting the Linux kernel (as far as I...
2013 Jun 19
1
Fedora 18 dom0, no video?
...nt-baremetal=ahci0,msdos2 --hint=''hd0,msdos2'' 6243d00d-50ce-44fc-a0f3-49a843b64bbc else search --no-floppy --fs-uuid --set=root 6243d00d-50ce-44fc-a0f3-49a843b64bbc fi echo ''Loading Xen xen ...'' multiboot /xen.gz placeholder echo ''Loading Linux 3.8.7-201.fc18.x86_64 ...'' module /vmlinuz-3.8.7-201.fc18.x86_64 placeholder root=/dev/sda5 ro rd.md=0 rd.lvm=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rhgb quiet And on the new, problematic F18 box: [root@reverse ~]# rpm -q xen xen-4.2...