Displaying 20 results from an estimated 964 matches for "placeholders".
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 discussing...
2025 Jan 23
1
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
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
2008 Jul 16
5
''$'' placeholder naming can confuse your runner
...iven("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 with the great work,
Paolo
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 Lead, The CentOS
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
2023 Apr 21
2
Generalised piping into operators
On 21/04/2023 12:16 p.m., Michael Milton wrote:
> I'm afraid I don't understand. I know that parsing `+`(1, 1) returns a
> result equivalent to `1?+ 1`, but why does that impose a restriction on
> parsing the pipe operator? What is the downside of allowing arbitrary
> RHS functions?
I thought the decision to exclude "_ + 1" happens after enough parsing
has
2013 Jun 25
5
Marvell, IOMMU/VT-d, and pci-phantom
Hi, guys.
I''ve been trying to use the pci-phantom command line options to xen so
as to work around the hardware issue with the Marvell 88SE91xx SATA
controllers in IOMMU ([Intel:] VT-d) mode, but I cannot seem to get my
head around it. From having had a glance here:
http://xenbits.xen.org/docs/unstable/misc/xen-command-line.html
and in particular the syntax described as such:
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-/JYPxA39Uh5TLH3MbocFFw@p...
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/attachments...
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 i1...
2011 Aug 30
1
"update-grub" adds line to "multiboot"
Hello Xen folks,
I use Debian Squeeze. I want to passthrough PCI devices.
With the old stable Debian (grub legacy) i did not have problems.
I edit /etc/default/grub like:
quote:
GRUB_CMDLINE_XEN_DEFAULT="quiet xen-pciback.permissive xen-pciback.hide=(00:14.2)(01:05.1)"
I run "update-grub". Now i look at /boot/grub/grub.cfg:
### BEGIN /etc/grub.d/20_linux_xen
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 recogn...
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, The Agroecology Lab
University of Maine
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
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
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
Hello,
I compiled xen on ubuntu, but at the bot i got the kernel panic message.
I enabled the support to ext4 fs.
This is kernel panic error:
EXT3-fs: unable to read superblock
ETX4-fs (md0): unable to read superblock
FAT: unable to read boot vector
Kernel panic - not syncing: VFS: Unable to read superblock(9,8)
My grub.cfg generated by update-grup:
menuentry ''Ubuntu, with Linux
2012 Jul 14
9
4.2 unstable kernel restarting before booting OS kernel
Hi all-
I''m using Ubuntu 12.04 and compiled unstable on revision
25605:9950f2dc2ee6, the compilation completed cleanly and I issued
sudo make install. I modified the grub entry for Xen 4.1 as follows:
menuentry ''Ubuntu GNU/Linux, with Xen 4.2-unstable and Linux 3.2.19''
--class ubuntu --class gnu-linux --class gnu --class os --class xen {
insmod part_msdos
insmod ext2
2013 Jun 19
1
Fedora 18 dom0, no video?
Hi all. I''ve got a situation with Fedora 18 on a dual Xeon E5506 box,
16GB RAM, Tyan S7002 motherboard with the latest BIOS. Because of all
the issues, I''m starting to think maybe there''s something wrong with
the box itself, maybe something strange going on with the BIOS or mobo
resources. Although this box was in service without incident for
about 2 years prior. I