Results 11 issues of Kelly

Paperclip's queued_for_write[:original].path appears to have a different value under delayed_paperclip. paperclip ``` /tmp/paperclip-postprocess-20120219-10150-1yaig50.wav ``` delayed_paperclip ``` /tmp/paperclip-postprocess-20120219-10150-1yaig50 ``` Paperclip Version: 2.4.5 Delayed Paperclip Version: 2.4.5.1

Hello there, and thanks for the neat tool! I'm excited to see it grow! One feature I'd personally love to see is to have some ability to run `clib` as...

enhancement
question
help wanted

Travis has been failing lately due to a missing link to `goose`. This PR updates this link to a recently maintained fork.

Hello there! When attempting to get a Hello World of `y-websocket` working as a client running node `v17.8.0`, I encountered a few errors regarding missing imports for `ws` in `src/y-websocket.js`....

Hello there! Thanks for providing a golang RTP / RTCP library~ I'm excited to use it in a few side projects I've been meaning to start for some time. Unfortunately,...

It appears as though jQuery is assumed to be loaded in the DOM before the script tag that gets generated by jquery_datepicker, which results in a 'jQuery is not defined'...

Yo! Thanks a million times for rove! I use it almost daily, and it's really allowed me to experiment and develop my music over the years :). Totally dig it....

As discovered by @nick-codes, it looks like inserting a unicode key into a new ArtTree panics with an index out of range error. Here's some code to reproduce the error:...

bug

``` anachronistic [3:18 PM] @kellydunn looking at `ArtNode` (thinking about allocations, etc.) you can shave 8 bytes off regardless of platform by reordering the struct members anachronistic [3:19 PM] type...

As requested by a few users, it seems like it would be pretty useful to access the inserted key of the current node. Currently, this isn't possible because the path...