search for: talbott

Displaying 17 results from an estimated 17 matches for "talbott".

2007 Sep 28
9
PUT (and friends) bug?
...dy: elsif @method == "post" and \ e.CONTENT_TYPE == "application/x-www-form-urlencoded" q.u(C.qsp(@in.read)) end I looked for an easy spot to stick a test case, but didn''t come up with one... can anyone else confirm that this is an issue? -- Nathaniel Talbott <:((><
2005 Sep 08
11
Stopping services
...vice has started writing "service is running" to C:\test.log before it will fail. Any ideas on either of these problems, and/or ways to debug better? I''m running ruby1.8.3p1 compiled locally with MSVC (7, I think), with win32-service-0.4.6 on XP Pro SP2. Thanks, -- Nathaniel Talbott <:((><
2005 Mar 01
5
Open3.popen3 bug
Running this program: require ''win32/open3'' i, o, e, pid = Open3.popen3("c:/ruby/bin/ruby.exe -e\"sleep 10\"") i.close Gives this result: C:\_co\source\build\web\temp>ruby t.rb t.rb:5: [BUG] Segmentation fault ruby 1.8.2 (2004-06-29) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please
2006 Apr 03
4
Stop words in queries
I''ve run in to an issue that I''m not sure how to address. Basically, I''m building queries with occur_default Search::BooleanClause::Occur::MUST, and using the StandardAnalyzer which does stop filtering. The stop filtering is working beautifully on the indexing side. The problem is that when the query parser parses through a query with a stop word in it, say
2007 Apr 23
6
[CruiseControl] RubyOnRails build 6553 failed
The build failed. See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/6553 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to
2005 Sep 11
4
[RFC] The Early Demise of Myriad (Thanks To Ruby Threads)
Hi Everyone, I figured out this weekend that Ruby''s Thread implementation causes the Ruby/Event binding I wrote to completely stall and go dead. After reviewing the Ruby source and watching several strace runs, it''s clear that the Ruby Thread implementation uses select in a way that--while not being bad--just isn''t compatible with libevent. The second a thread is
2005 Mar 15
6
New Beta version of Rake for Rails Users ... Fix for Ruby 1.8.2 unit test bug
I have a new version of Rake that I''m (almost) ready to release. But before I make an official release, I would like some Rails folk to give it it try ... Why? Because it contains a workaround for the notorious Ruby 1.8.2 test/unit bug. Using this version of rails, it should be possible to unit test a rails app without patching the Ruby 1.8.2 test/unit library. Where to get it?
2005 Oct 26
0
PATCH: win32-open3 and ruby 1.8.3 compatibility
I''ve attached the patch I had to make to get open3 to work under 1.8.3. It doesn''t take backwards compatibility in to account, so that''ll probably have to be addressed. Thanks, -- Nathaniel Talbott <:((>< -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32-open3-0.2.0.txt Url: http://rubyforge.org/pipermail/win32utils-devel/attachments/20051026/2c69ec3b/win32-open3-0.2.0.txt
2005 Mar 01
2
Open3.popen3 oddity
Open3.popen3 returns the pid as well as the in, out, and err streams. I thought only the streams were supposed to be returned. Thanks -- Nathaniel <:((><
2005 Mar 16
1
Problem with win32-service
It compiles fine, but when the resulting library is required, it says: C:\_co\source\build\ruby\extensions\win32-service-0.4.5\test>ruby tc_daemon.rb C:/_co/source/build/ruby/extensions/win32-service-0.4.5/win32/service.so: `interactive?'' is not proper name for a struct member (NameError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:18:in
2005 Feb 28
1
Bug in win32-service
I found a small (easily worked around) bug in service.c. The accessor for the start user is called "start_name", but create_service tries to access "@service_start_name". A simple "service.instance_eval{@service_start_name = ''name''} works around it, but I thought ya''ll might want to fix it. BTW, thanks for win32-utils... I don''t like
2010 Mar 17
0
Rubynation DC April 9-10
...arted all the fuss with Ruby and Rails, Dave Thomas. We also have a bunch of quality speakers including Jim Weirich, Brian Sam-Bodden, Joe O''Brien, Jeremy McAnally, Gregg Pollack, Glenn Vanderburg, Neal Ford, Andrea O.K.Wright, Jeff Barr, Kyle Banker, Corey Donohoe, Nick Sieger, Nathanial Talbott, Jon Larkowski, Aman Gupta, David Bock, and Joe Damato. And we have lots of great local speakers, like Paul Barry, Dave Bock, Jeff Casimir, and Russ Olsen. The topics are great, too. They stretch from getting under the covers of the MRI, to NoSQL solutions, to web services with Ruby, to testing, t...
2010 Dec 23
1
Dovecot 1.2.12+Postfix+Active Directory: virtual domain name dropped.
I have a Windoze-only client who wants to move their mail hosting from godaddy.com hosting to an in-house system. I'm pitching Linux as an alternative to Exchange, and trying to set up a demonstration system for them. While a long-time Linux user, my server admin experience has been in setting up front-ends (mostly Apache-based web interfaces) for the embedded systems I specialize in.
2004 Jan 15
10
Wx::ListCtrl#get_item method
Hi guys! I have a question (or a request?) on Wx::ListCtrl#get_item method. As you can see in the wxWindows reference, wxListCtrl::GetItem method of C++ is different from that of wxPython. C++ return value: boolean argument: wxListItem& info wxPython return value: wxListItem arguments: int ID, int column (optional) How about wxruby? >From the wxruby source code, wxruby looks
2007 Oct 08
0
Camping-list Digest, Vol 18, Issue 1
...lor <whateley at gmail.com> > Subject: Re: PUT (and friends) bug? > To: camping-list at rubyforge.org > Message-ID: <20070929012357.GB29057 at nyarlathotep> > Content-Type: text/plain; charset="us-ascii" > > On Fri, Sep 28, 2007 at 03:22:23PM -0400, Nathaniel Talbott wrote: >> As far as I can tell, sending an actual HTTP PUT request to a Camping >> app will never parse the params out of the request body - or am I >> going nuts? This code seems to say only POST''s will parse the request >> body: >> >> elsif @method =...
2010 Dec 26
2
Dovecot 1.2.12 + Postfix + virtual domains: delivering to system users
As mentioned in my previous posting, I've set up a mailserver for a domain of Winboxen, authenticated through Active Directory. After some struggles, I finally got that working. But I also need to receive emails for a few system users on the mailserver (like postmaster, and a couple of accounts set up for maintaining the system). I thought, based on the way I read the documentation,
2006 Mar 17
1
Fatal trap 12: page fault while in kernel mode / current process=12 (swi1: net)
this is 6.0-STABLE as for Mar 17. KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2006 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.1-PRERELEASE #2: Fri Mar 17 11:05:32 UTC 2006 vlad@host:/usr/src/sys/amd64/compile/DEF_WEB Timecounter