Displaying 20 results from an estimated 958 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...
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...
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...
2013 Feb 16
2
Boot problem with Debian Squeeza and Xen
...insmod part_msdos
insmod ext2
set root=''(hd0,msdos1)''
search --no-floppy --fs-uuid --set
743d959f-5054-441f-b68d-32d9970bb8ab
echo ''Loading Linux 2.6.32-5-xen-686 ...''
multiboot /boot/xen-4.0-i386.gz noreboot placeholder
module /boot/vmlinuz-2.6.32-5-xen-686 placeholder
root=UUID=743d959f-5$
echo ''Loading initial ramdisk ...''
module /boot/initrd.img-2.6.32-5-xen-686
I already tried the boot parameters: noapic nolapic acpi=off in the line
mulitboot .... and mod...
2010 Oct 01
1
XEN BUG i387.c159 at XEN4.01 on debian squeeze
...os
insmod ext2
Insmod lvm
set root=''(md0)''
search --no-floppy --fs-uuid --set 58aa026a-7737-4e68-b7f3-1e3f2b8e89d0
echo ''Loading Linux 2.6.32-5-xen-amd64 ...''
multiboot /xen-4.0-amd64.gz placeholder
module /vmlinuz-2.6.32-5-xen-amd64 placeholder root=/dev/mapper/vg1--system-lv1--sys--root ro single
echo ''Loading initial ramdisk ...''
module /initrd.img-2.6.32-5-xen-amd64
May someone can give me an answer what causes this?
Greetin...
2012 Feb 17
4
xen-unstable unable to boot on Wheezy
...-------------------------------------
menuentry ''Wheezy con Linux 3.2.0-1-amd64 e XEN 4.2 - RAID'' --class debian
--class gnu-linux --class gnu --class os {
set root=''(RAID-ROOT)''
echo ''Caricamento Hypervisor Xen 4.2...''
multiboot /boot/xen.gz placeholder dom0_mem=1024M
echo ''Caricamento Linux 3.2.0-1-amd64...''
linux /boot/vmlinuz-3.2.0-1-amd64 placeholder root=/dev/mapper/RAID-ROOT ro
quiet
echo ''Caricamento ramdisk iniziale...''
initrd /boot/initrd.img-3.2.0-1-amd64
}
--------------------------------------...