Johannes Barre
Johannes Barre
First of all: Thanks, I'm using autotest-notifications for several months now and I don't want to miss it anymore. One thing bugged me thought: You just consider the last line...
The style guide suggest to use ```ruby X = Struct.new(:x) do def method end end # instead of class Y < Struct.new(:y) def method end end ``` I think this...
As far as I can see, there is no information about the new [HTTP 103 Early Hints status code](https://tools.ietf.org/html/draft-ietf-httpbis-early-hints-05). I see that it picks up more and more speed, for...
The map server I use seem to have a bug and returns sometimes a 500 - if I saw correctly, for tiles that don't have relevant information in the first...
First, thank you for releasing this library, it's very useful to me. I was wondering, whether it's possible to have multiple map layers. I want pretty much the same result...
Hashes can have default values different from `nil`, see https://docs.ruby-lang.org/en/2.5.0/Hash.html#method-i-default-3D So we must not rely on the hash returning `nil` for missing keys.
### Pitch In a decentralized network like the Fediverse, interactions like boosting etc are more complicated than on a centralized service like the birdsite. Currently, we require users to copy...
When calling ImageMagick simple captcha escapes some parameters with '. That doesn't work on Windows and isn't necessary at all. This pull request removes them - works still on MacOS...
**Is your feature request related to a problem? Please describe.** I hope it's not my setup with neovim, but I think it'd be great to autocomplete the namespaces aliases. **Describe...
**Is your feature request related to a problem? Please describe.** When moving code around, I often start using the var before I create it's definition. It could be useful to...