Dan McDougall

Results 7 issues of Dan McDougall

The crate currently supports WebP decoding but it would be nice if it also supported encoding as well. I'd definitely take advantage of it in one of my forthcoming projects.

kind: enhancement
hard
topic: formats

I tested some gcode that incorporates a filament change (M600) and watched the output of the plugin on `octoprint/#` but I didn't see anything that would indicate a filament change...

question

Sorry for the lengthy code but here's my example: https://gist.github.com/liftoff/d15fbb2d472642240af4b0acf2664bae The pertinent lines are: fd_listener = std::net::TcpListener::from_raw_fd(fd); let xcb_fd_listener = TcpListener::from_listener(fd_listener, &addr, &h1).unwrap(); Then later I start up the reactor...

It would be nice if we could define keystrokes like: ``` KEY_LEFTSHIFT+KEY_UP = button_l1 ``` To further this line of thinking it would be really, really great if we could...

feature

Just wanted to leave a note to let you know that I published https://crates.io/crates/cupi_shift last night which uses your excellent lib. Thanks to you I'll now have a Rust-powered holiday...

Fixed a bug where object atributes with special characters (e.g. someObj[':']) would incorrectly have the brackets/quotes removed. See slimit issue #47: https://github.com/rspivak/slimit/issues/47 (was easier to fix than I thought :+1:).

I just ran `slimit -m jquery-1.9.1.js > jquery.min.js` and this resulted in errors in the browser: ``` Uncaught SyntaxError: Unexpected identifier ``` ...so I did some digging and it turns...