Edd Barrett

Results 174 comments of Edd Barrett

I'm not using nicklist.

Unanswered on stackoverflow also: http://stackoverflow.com/questions/6389280/python-can-the-pydoc-module-output-html-docs-with-relative-paths

Thanks Steve. I was going to suggest that my PR could be marked to fix this bug, but as you wish :)

@steveklabnik Do you guys have a formal name for the process of deciding the shortest scope to satisfy references to referents from different scopes (as described in the SO post)?...

On Sun, Oct 02, 2011 at 11:31:22AM -0700, Tristan Linnell wrote: > Tracks seem to keep their paused state, so could there be a way to know this in clients...

How would you detect if a track is the same? I reccommend an admin command "rm", which removes from the future playlist, however, this will not be in 0.5.0.

I was just looking for something maintained like timeit. There haven't been commits in over 8 years. I guess you could just fork?

Hi, I've landed here looking for `if !let`. I wanted to write: ``` if !let Ok((Index{num_mirs: 0}, None)) = Decoder::new(&mut curs) { panic!(); } ``` Which I think today, is...

Related to this, I'm porting slides to OpenBSD and I'm looking at the interpreter dispatch code for code blocks. On OpenBSD some interpreters (e.g. ruby) are always suffixed with a...

Or maybe the languages can be configured via a config file?