Andrey Novikov
Andrey Novikov
My app is failing there with `too few arguments` exception raised from representable (I don't use representable directly): https://github.com/apotonick/representable/blob/830f2ceb7feddef1f181952d878f22623c4a431b/lib/representable/serializer.rb#L6 I have a Trailblazer enabled Rails application with next Contract in...
_**Fixes https://github.com/vscode-icons/vscode-icons/issues/3120**_ **Changes proposed:** - [x] Add - [ ] Delete - [ ] Fix - [ ] Prepare I took official square logo of [Overmind](https://github.com/DarthSim/overmind) published in source code...
Goal: avoid requesting all subscription ids for fingerprint. That might impose too much load without real need for it. Actually, we don't need to store GraphQL query and variables separately...
I made a dead simple Rails application that demonstrates how to use NATS Ruby client withing Rails application using new additions. However, I'm incredibly bad at coming up with arbitrary...
What do you think about adding `multipart/form-data` requests that are made with `-F` option in curl? It would be awesome for testing endpoints for file uploads that are located on...
Hey, thanks for the Ginkgo, it is nice to use, love it. I would like to use [xgo](https://github.com/xhd2015/xgo) mocks to easily test various failure modes of underlying libraries, but it...
After upgrade in Electron 10 in #25 it started to look bad on systems with dark UI: black text on dark background. It should be easy to fix. Possibly relevant...
When I move the window from a scaled to a secondary non-scaled screen, the preview overflows the rest of the window. But I don't know how to detect when the...
Russian hunspell dictionaries version 0.4.3 from AOT.ru was released at 2018-06-27 See https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group/0-4.3 for details What I've done: 1. Downloaded `dict_ru_ru-aot-0.4.3.oxt` from extensions.libreoffice.org 2. Extracted `russian-aot.aff` and `russian-aot.dic` from it...
Implementation for [Feature request #15734](https://bugs.ruby-lang.org/issues/15734) from Ruby bug tracker. --- Many applications (like browsers, `curl`, and `ping`) and even Ruby's own `Net::HTTP` library accepts shorthand IPv4 addresses like `127.1` or...