search for: monkied

Displaying 7 results from an estimated 7 matches for "monkied".

2007 May 07
7
A little love for acts_as_taggable #8279
I was working with acts_as_taggable earlier and thought I could make it a bit friendlier. I submitted a ticket and patch #8279. Basically, there are three differences. 1. Fixed the deprecated :dependent => true 2. Added migration generator (it has really specific requirements on table layout, so might as well generate it). 3. Expanded the README to explain using the migration and to include
2002 Aug 06
1
Intermittent failures mapping drives.. need debugging help/sugges tions
...:35, 5] lib/username.c:Get_Pwnam_internals(223) Trying _Get_Pwnam(), username as lowercase is rsc [2002/08/05 06:08:35, 5] lib/username.c:Get_Pwnam_internals(251) Get_Pwnam_internals did find user [rsc]! [2002/08/05 06:08:35, 3] smbd/service.c:make_connection_snum(524) ** Connect path is (I monkied with the times to do a diff between the two connects, so ignore the timestamps). Eric
2004 Sep 10
2
Blocking and compression.
On Tue, 2004-01-20 at 23:44, Josh Coalson wrote: > Miroslav did some experiments with searching for optimum blocksize. > from what I remember it made at best a couple percent difference. > there was a thread about it here a while back. > Did his changes make it in? I can think of a coupla ways to approach this and I'd like to hear about what he tried. A couple of % doesnt seem
2004 Sep 10
2
Blocking and compression.
Hello. I thought I'd introduce myself. I'm the guy that wrote kexis way back when. For those of you that dont know, kexis was written before flac, and pretty much does what flac does, although its not nearly as nice or robust. I wrote kexis actualy cause I was interested in playing around with lossless compression and shorten was about the only tool that was linux friendly, but had a
2003 Apr 26
8
blackmail attempt? Stable mailing list block?
I got some weird mail back, claiming that my e-mail was blocked, w/o indicating what server was blocked, after the mail appeared in the mailing list. Is this some BS shakedown? I use postfix on a DSL line forwarding to earthlink, this is hardly something that should be rare in the BSD world... the mail appeared to come from a web mail server and the first link has the following lovely text:
2002 Jul 31
16
Trying to debug a WinXP - Win2000 ADSproblem..HELP!
Now I could be way of base here, but I run 2 samba web servers with approx 8 people working with them. So my exp is limited. When I got here the boxes were set up with server level security and I had tons of problems with them. When I reformatted the units, I actually joined the samba boxes to the domain and set the security to "domain" I found these steps in an old version of Linux-Mag,
2007 Mar 13
0
Retrieve session_key
The unobtrusive javascript plugin stores its generate javascript files in the session. But it has some issues currently putting things into the wrong session (because it doesn''t check to see what session key is being set in the application controller). As such, it doesn''t work unless you explicitly set the session key. Currently I just added a line to my application controller