Michael Rätzel
Michael Rätzel
If I use the approach of `Rate limiting based on client IP` as described in the readme, how many entries will be in the counter store after handling requests from...
When I open the index page offered by elm-reactor 0.17.1, a section with package information is displayed when the `elm-package.json` looks like this: ``` { "version": "1.0.0", "summary": "helpful summary...
Finding in the conversation at https://github.com/Viir/bots/issues/34#issuecomment-808620681: User 'scrolled down' to search for relevant portions in the program code. This approach for navigating does not scale well to larger programs. Following...
Today I discovered a way to improve on yesterdays implementation for Foivos Saropoulos jet can collection in EVE Online (See the commit at https://github.com/Viir/bots/commit/b5f2fb0e09b9aa7846f2bdc31506dd84b8eeb4d0) The benefit of this improvement is...
This bug affects some examples for EVE Online when used in environments with heterogeneous display scaling (DPI) For example, on a Windows system with one display configured with 100 %...
Fixes issue https://github.com/dillonkearns/elm-markdown/issues/107 This change fixes consistency in parsing indented unordered lists like in this case: ``` + 0 + 1 + 2 + 4 - 0 - 1 -...
I was surprised by how version `7.0.0` maps this markdown string: ``` ## elm-markdown 7.0.0 + 0 + 1 + 2 + 4 - 0 - 1 - 2 -...
I have a workflow where I would prefer to have `elm-test-rs` output the logs from `Debug.log` (for a subset of tests) also for succeeding tests, to inspect how some Elm...
I see this recent update of the readme: https://github.com/JohnMasen/ChakraCore.NET/commit/7e0e2b96b58eb2efe64e870975107b1d944a42a3 I am wondering if and how I should apply these new recommendations to my project which integrates ChakraCore.NET. To begin with,...
So far, we always use volatile processes to run tasks integrating other software. However, in many cases, we don't need the facilities to retain volatile process state beyond a single...