thesecretmaster

Results 19 issues of thesecretmaster

Unsure if there was a reason for the decision to use the errno crate, but if you just need error printing `std::io::Error::last_os_error()` will do basically the same thing afaik.

According to [the documentation](https://redis.io/commands/setnx), you shouldn't use SETNX for locking and instead use the [Redlock algorithm as described here](https://redis.io/topics/distlock). Since there's already a [redlock-rb](https://github.com/antirez/redlock-rb) gem, integrating it shouldn't be too...

help wanted
more info

**Is your feature request related to a problem? Please describe.** When typing code into the editor, it's always frustrating that it's not monospace and doesn't have syntax highlighting. Syntax highlighting...

Improvement

**Is your feature request related to a problem? Please describe.** I use HTML5 based validations whenever possible, because my site needs to support noscript users, but I like to improve...

Improvement

I'm attempting to create a custom YARD tag, and control the HTML which is outputted by that tag. I've spent multiple hours combing documentation looking for how I can accomplish...

Because the conditional on this line checks for strictly less than instead of less than or equal to, error blocks are unable to catch any thing which is a direct...

waiting for feedback

Related to #20. I'm trying to write [my own gem](https://gitlab.com/izwick-schachtet/atd), and I want to use guard to help with my development. I also have made my own decision to support...

As discussed [in chat today](https://chat.stackexchange.com/transcript/message/55014936#55014936) there are certain issues with the review queues. There are multiple review results from the same user on the same item, which doesn't make sense,...

Looking at [this PR](https://github.com/Charcoal-SE/metasmoke/pull/754), there's a clear error that for some reason Circle catches but GH Actions don't. I have no idea why, but we should look into that.

Pretty much what it sounds like -- now instead of sitting and waiting for a page to load, search and graphql requests will be queued. Search is queued for everyone,...