Results 16 issues of TuggyNE

When I try to synchronize or check the connection, I get .NET fallback exception handler messages with variations on "Object reference not set to an instance of an object". Unfortunately,...

bug

Used to be, SEDE would always only link to the query for the site you actually last ran it on in history. That was often useful, but there was also...

In 0.15.3, if I'm not mistaken, the only way to configure websockets was through the `:websockets` key in `options`. The next version, 0.16.0, introduced a new simplified API with `ws-upgrade-request?`/`ws-upgrade-response`,...

Looks like Ring's bundled Jetty adapter supports a useful option, `:keystore-scan-interval`, which allows updating certificates without restarting the server. Seems like the code for it is pretty simple, although I...

Special case of #15: map destructuring works fine now, but tuple destructuring chokes. Correctly returns either Failure or the expected values: ```clojure (f/attempt-all [{:keys [a b]} (if (< (rand) 0.5)...

How do I get this to work? I gather this is a Python 2 script, so I tried installing wxpython with the Python 2.7 pip, but I get a build...

Recently, SE began linking all LQP auto-comments to the review entry that generated them with the text " - From Review". Having an option to mimic this (either indistinguishably, or...

type:enhancement
affects:all
needs:work

Often I start writing a comment asking for clarification in the question before remembering that most such comments are simply replied to, rather than resulting in an edit, and switching...

type:enhancement

Searching for new icons for entries already in the Recycle Bin makes no sense, so the plugin should exclude those by default (and maybe have an option to include them...

I recently upgraded Timbre and Tufte (as I use `lein-ancient` as part of my release scripting) and was surprised to discover a runtime failure on deployment. Local running is fine,...