Displaying 20 results from an estimated 840 matches for "jeroen".
2007 Dec 17
14
Change in isolation behaviour 1.08 - 1.10 ?
...end
The second example now fails, as the inserted record from the first example
is not rolled back.
I can just put a User.delete_all in an after(:each) block but I think it
would be nicer if Rspec wrapped each example in a db transaction. Wasn''t
this they way things worked in 1.08 ?
Jeroen
2006 Mar 30
15
ActiveRecord 1.13.2 -> 1.14.0 breaks Postgres connectivity
To Whom It May Concern:
I have an ActiveRecord-based application (non-Rails). Life was grand
until I upgraded ActiveRecord yesterday, after which point I was getting
TONNES of these errors from my app and in PostgreSQL''s logs:
FATAL: terminating connection due to administrator command
According to Google searching, this happens when an external process
sends PostgreSQL SIGINT or
2004 Jun 16
1
Erronous username character substitution ( %u )
...to the share as a guest user. The question is, how do I get
Samba to properly connect to the share with the authenticated username
instead of the guest account? Also, given the configuration given below,
I should be unable to access the "nico" share, because my win2k username
maps to jeroen. Samba connects me as the guest user again, giving me
access to the share, even after I added "invalid users = nobody" as a
test. Following are a few testparm dumps ( only modified parameters )
and the relevant log entries:
*** `testparm -L Websites` dump
[global]
workgroup...
2013 May 30
2
[LLVMdev] How to associate extra comments to a MachineInstruction ?
...ineBasicBlock and want to
annotate some instructions there ? (way before the assembler jumps in)
The annotation belongs to the instruction and other manipulations that are performed later (like reordering of instructions)
should keep the annotation (iff the instruction itself is kept).
Greetings,
Jeroen
>
> On Thu, May 30, 2013 at 1:44 PM, Jeroen Dobbelaere
> <Jeroen.Dobbelaere at synopsys.com> wrote:
> > Hi,
> >
> > is there a convenient way to associate/add a comment to a
> MachineInstruction, so that
> > in the produced assembly file, the comment is a...
2020 Feb 20
2
Given one restrict pointer based on another, should they never alias?
Thanks, Jeroen, that really helps.
A follow-up question, if you don't mind. What if we have code somewhat
similar to your example in assign3() but it's in C++ and the pointer
derived from x is stored in a class member field:
class S {
public:
S(int *d): data(d) {}
int *getData() { return data; }
pri...
2006 Feb 01
6
how to create a command line script that acts on a model?
...eate a ruby script that loads a bunch of records and
manipulates these. Where do I start?
I got this to begin with:
#!/usr/bin/env ruby
require File.dirname(__FILE__) + ''/../config/boot''
players = Player.find :all
But it complains about a DB connection. How do I set this up?
Jeroen
2006 Feb 15
3
UserEngine testing
...I would like the rake bootstrap command to use the testing database and
I just know there''s
an easy way to do so.
I could have just copied the dev db''s to the test db''s but I think I''m
missing something fundamental here.
Hints are very welcome.
Kind regards,
Jeroen van Doorn
2005 Oct 17
8
Using active record for SELECT MAX(column) FROM ...
Hi,
Is there an easy way of querying an active record for a maximum column
value? I need to do queries like:
SELECT MAX(salary) FROM employees
TIA,
Jeroen
2008 Dec 14
1
re ad.spss (foreign) conflict with SPSS 17 files.
SPSS seems to have changed its default datafile format, resulting in issues
for read.spss(). In Windows this results in a warning, in Debian the import
completely fails:
Debian (R version 2.8.0 (2008-10-20) i486-pc-linux-gnu, foreign_0.8-29)
> read.spss("/home/jeroen/samples/Tomato.sav")
Error in iconv(names(rval), cp, "") :
unsupported conversion from 'CP65001' to ''
In addition: Warning messages:
1: In read.spss("/home/jeroen/samples/Tomato.sav") :
/home/jeroen/samples/Tomato.sav: File-indicated character represent...
2020 Jun 22
3
nouveau on G5 Macs
...size.
Ilia Mirkin schreef op 2020-06-22 19:27:
> I suspect screen tearing (as it's usually defined) is to be expected.
> Can you take a photo of what you're seeing, since I'm suspecting it's
> more than regular screen tearing?
>
> On Mon, Jun 22, 2020 at 12:08 PM Jeroen Diederen
> <jjhdiederen at zonnet.nl> wrote:
>>
>> Hi Ilia,
>>
>> I experience screen tearing for both 64k and 4k page size.
>> My iMac G5 has an nVidia Geforce FX 5200 Ultra GPU.
>>
>> Regards,
>> Jeroen
>>
>> Ilia Mirkin...
2009 Dec 07
4
yeroon.net/ggplot2 web application v0.11
...our data. If you export a dataframe from R, use:
write.csv(mydf, ?mydf.csv? , row.names=F). If you upload an spss
datafile, none of this should be a concern.
Supported browsers are IE6-8, FF, Safari, and Chrome, but a recent
browser is highly recommended. As always, feedback is more than
welcome.
Jeroen
2020 Jan 22
2
Inlining + CSE + restrict pointers == funtimes
...se the aliased
pointer over the non-aliased one because we don't want the no-aliasing
information to creep outwards from the inlined callsite.
I'll put together a patch in the coming days and add y'all as reviewers so
you get visibility.
Cheers,
-Neil.
On Wed, Jan 22, 2020 at 4:47 PM Jeroen Dobbelaere <
Jeroen.Dobbelaere at synopsys.com> wrote:
> That's indeed a good example that shows that dropping the metadata (A) is
> the only correct solution.
>
>
>
> Greetings,
>
>
>
> Jeroen Dobbelaere
>
>
>
>
>
> *From:* Finkel, Hal J....
2024 Oct 16
1
SIGSEGV in rbtree_find_less_equal
...ith the following commands to
generate a zone file to The input I used to generate:
ldns-keygen -a 13 -k foo.com
dnssec-signzone -3 AA61D5A398769C09 -H 0 -S -A -z -o foo.com.
foo.com.zone Kfoo.com.+013+58636
Doesn't get me the exact the same thing, but good enough to get the
same segfault.
- Jeroen
On Wed, 2024-10-09 at 13:53 +0200, Jeroen Koekkoek via nsd-users wrote:
> Hi Chris,
>
> I can reproduce with your zone. Thanks!
>
> Best,
> Jeroen
>
>
> On Tue, 2024-10-08 at 14:07 +0000, Chris LaVallee wrote:
> >
> > Hi Jeroen,
> >
> >
&g...
2006 Apr 02
16
12 / 16 = 0
Hi,
Just thought it was weird that Ruby doesn''t automatically cast ints to
floats. Seems so un-rubyish
irb(main):006:0> 12/16
=> 0
irb(main):007:0> 12.to_f / 16.to_f
=> 0.75
Jeroen
2013 May 30
0
[LLVMdev] How to associate extra comments to a MachineInstruction ?
On Thu, May 30, 2013 at 2:16 PM, Jeroen Dobbelaere
<Jeroen.Dobbelaere at synopsys.com> wrote:
>> From: Eric Christopher
>> Subject: Re: [LLVMdev] How to associate extra comments to a
>> MachineInstruction ?
>>
>> Should be spelled like this yes?
>>
>> Asm->OutStreamer.AddComment("fo...
2011 May 23
4
Question Fe and BE device
...vice searches for /dev/sr0. Which fails in the xen enviroment. I
now make a work around with booting a rescue system and mounting
/dev/hdc and so on. But it should not be that difficult to install
something into XEN.
Can Somebody shed some light on how to make /dev/sr0 available for domu
mfg,
Jeroen
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2020 Jun 22
3
nouveau on G5 Macs
Hi Ilia,
I experience screen tearing for both 64k and 4k page size.
My iMac G5 has an nVidia Geforce FX 5200 Ultra GPU.
Regards,
Jeroen
Ilia Mirkin schreef op 2020-06-22 17:25:
> Which GPU do you have? The NV40 AGP board (GeForce 6800) works
> particularly poorly. However as long as you go with 4k pages (and
> there's no real benefit to 64k pages for most applications), basic
> things should work. I wouldn't...
2020 Sep 29
5
restrict func param losing noalias when inlined
Johannes,
Thanks, I have been following along some of the thread(s) and the phab
reviews. The scope of this work is more encompassing than our current needs
and I've looked at trying to carve a piece out.
It's not clear to me what purpose the llvm.noalias intrinsic serves right
now. Also, if a mem instruction has !noalias metadata, then it should not
be aliased, but I must be missing
2020 May 21
2
LLVM Alias Analysis Technical Call - Doodle Poll
...Argonne National Laboratory
________________________________
From: Tarique Islam <tislam at ca.ibm.com>
Sent: Thursday, May 21, 2020 8:19:31 AM
To: Finkel, Hal J. <hfinkel at anl.gov>
Cc: Alina Sbirlea <alina.sbirlea at gmail.com>; Doerfert, Johannes <jdoerfert at anl.gov>; Jeroen Dobbelaere <Jeroen.Dobbelaere at synopsys.com>; llvm-dev at lists.llvm.org <llvm-dev at lists.llvm.org>
Subject: RE: [llvm-dev] LLVM Alias Analysis Technical Call - Doodle Poll
Hi Hal,
Thanks very much for scheduling the LLVM Alias Analysis Technical Call. I have added more details t...
2006 Nov 30
5
stability
...recommendations as to what is currently the most stable
setup is for mongrel & apache? I read somewhere (probably here) that you
should avoid using PStore for sessions. Are there any more of such
recommendations? Also, what is currently the safest version of mongrel
to use in production?
Jeroen