search for: rubish

Displaying 9 results from an estimated 9 matches for "rubish".

Did you mean: rubbish
2007 Sep 15
2
wxRuby 1.9.1 and id accessor consistency problem
Hi all, wxRuby 1.9.1 introduced great Rubish style accessors (x.label as a synonym for x.get_label). I just found that get_id has no corresponding Rubish style id accessor. For a CheckListBox or a StaticText (I haven''t checked for other kind of controls), id just returns the Ruby object_id. This is very confusing and not consistent...
2019 Oct 07
2
Is imap "list" required before imap "select" for shared folder?
I set up a shared mailbox with dovecot and it basically works. However, before I can imap SELECT or STATUS the shared mailbox I have to first do an imap LIST, i.e, . list "" * If list is not done first, the imap select or status command on the shared mailbox results in a "NO" response with "mailbox doesn't exist" response text. I can provide more
2009 Feb 03
2
New York Times - R - article a fraud?
...oard. It's fraud, not journalism and someone has to say it! 1- They got money for it....fine it's business as usual (unless someone knows someone and took some bribes). Yes... One company seems to appear many many times in the article... 2- It's a 'free' article, then it's rubish as usual.
2006 Apr 10
5
ActiveRecord: Behavior not doumented
Hello everbody, doing a #find(:first,an_id) with Rails 1.1.0 I expected that find returns the record which id mathches the given parameter an_id or nil if it couldn''t be found. This behaviour is documented on api.rubyonrails.org. But the find returns the first available object and not nil if an_id is not in the db. Is the doc on rubyonrails.org out of sync? Greetings, -- Daniel
2010 Dec 27
3
Wine not detecting correctly graphic vendor
...unrelated own method, but it trouble because you may know there are few laptops with mix of cards, I think it should be more accurated. My hw ids are: 02:00.0 0300: 1002:9442 (shapphire HD4850) Finally, what can I do? maybe if anyone post a working ids I can copy, or a magic "nvidia drivers rubish your system, delete the file xyz" etc I have deleted by hand all trace of nvidia named libs on my system, but not enought as I can see. Im also on a clean .wine prefix. Thanks
2004 Aug 06
0
PATCH: Client queue cleanup
...nds very small packages, about 350 bytes in size, therefore the client queue becomes very large with metadata, and the client is disconnected. <p>[**] For example where it check for metada pointer but it's never NULL (because a strdup() is done at the very begining), and the it sends rubish to the client. <p> -- ricardo galli GPG id C8114D34 -------------- next part -------------- A non-text attachment was scrubbed... Name: update1.diff Type: text/x-diff Size: 6627 bytes Desc: update1.diff Url : http://lists.xiph.org/pipermail/icecast-dev/attachments/20030123/d10b62c...
2003 Jul 04
6
Flaming
Greetings, I thought this was supposed to be a list for educated people to discuss serious development of the ogg vorbis project. In light of that, it is amazing to see the level Mr. Segher Boessenkool drops down to in the last posts. More or less calling people insane and accusing them of being on crack and what not. I didn't want to post this on the list, for there is no reason to
2004 Dec 08
1
printing server
Bonjour, I have some problem to configure a printing server with samba. I have a private network with a linux box as a gateway to the internet and several machine on this network some under windows, others under linux. One of the linux machine (which is not the gateway) has a printer which I want to be shared by the windows machines. The gateway has 192.168.0.1 as private IP number and the linux
2006 May 10
2
ruby bindings odds and ends
In the Ruby bindings, set_X and get_X are renamed to remove the get/set, so MSet::get_matches_estimated() becomes a read-only property (if I have my terminology right) of the Ruby MSet class called matches_estimated. This matches how a Ruby programmer would expect a class to be designed. I was looking through the getters and setters list. I wonder if a few entries shouldn't be there, (the