Results 10 issues of go1dfish

Consider a rendering of nested comments. Say you build up a state provider "withReplies" that takes an id prop and fetches replies to put in the state. This withReplies approach...

Not sure how to isolate further from here, but I've been tracking down a memory leak in gun and have isolated it to the following line: https://github.com/amark/gun/blob/master/sea/verify.js#L28 Which is effectively...

Breakdown over time would be nice, but I recognize that's probably prohibitively difficult. A "snapshot" perspective of the current state of things at the 10 year mark would be sufficient.

@PuttItOut I think the server needs a restart. Community has regrouped at https://preview.voat.co for now.

It would be nice if there was an option for the select widget that would allow it to accept arbitrary text input as it's value/selection perhaps by dynamically adding the...

enhancement

It would be useful to be able to specify a jquery style selector string for the onscroll event bindings for cases where the document scroll events are not sufficient or...

Use case: I have a long list of items, each item has an outlet for rendering extra data for the item at a detail route. I would like to use...

It's possible to get autobars working with ember currently with a few modifications. My hacked together version is here: https://github.com/go1dfish/dig.ccMixter/blob/master/lib/js/jquery-autobars.js I have to manually rename component templates as well: https://github.com/go1dfish/dig.ccMixter/blob/master/js/app.js...