Felix Wolfsteller
Felix Wolfsteller
I am sure there is a way to install all necessary eggs and stuff "local" in the sense that no `sudo`/root access is needed. I am not very native Python...
After the recent update we see Thunderbirds freezes with memory consumption on the constant rise. This happens often after the first click to a folder. Not sure in how far...
### Preconditions 1. Using magento 2.2.1 2. php, mysql and other libraries current from vanilla ubuntu 16.04 3. (not really necessary I GUESS) ssl-setup via nginx443->varnish80->nginx8080(magento) 4. secure and unsecure...
closes #1105 by exposing VERSION. Also, freeze the version string and add spec for it.
`Money::VERSION` is defined in `money/version.rb` but never required, thus the version cannot be queried at runtime. Querying the money version at runtime can be useful in order to apply or...
In some e.g. European languages the currency symbol succeeds (and not precedes) the amount, e.g. in German "1,70 €" instead of "€ 1.70". This issue is a reiteration of #712...
Playing a bit with `live_loops` I find myself in situations where out of many live_loops I want to mute most of them. I propose a `solo` function, which mutes (stop)...
From the README and the specs I don't see any security-relevant information about the `html` portion of the response. Can I safely embed it? Is it guaranteed to be valid...
Replacing our own implementation with library code, I found that our implementation was slightly faster (upto 10%, more if you don't strip): ```ruby require 'benchmark' n = 500_000 Benchmark.bmbm do...
Clarify the example, to make the point clearer that its about the format (and not a different action ...). This has also been done in the code documentation a couple...