Esther Weidauer
Esther Weidauer
Instead of relying on a predefined value of `5`, it can be derived from first principles (e.g. low level language syntax). This also makes the assertion in `test.js` more meaningful...
Instead of using CLI calls to run imagemagick, maybe use [mash/node-imagemagick-native](https://github.com/mash/node-imagemagick-native). Avoiding CLI could greatly reduce complexity and potential errors. This needs to be evaluated.
If, for some reason, the creation of the target image fails, there should be an option to fall back to the original source image and deliver that instead. This should...
Evaluate, if conversion can support a different storage than the local filesystem, S3 for example.
Feature description: a third big button that when pressed adds to the currently speaking side's "interruptions" counter. I would be very much willing to build that, just wanted to ask...
Fixes: https://github.com/mastodon/mastodon/issues/22180 (tootctl domains crawl terminates with unhandled errors and no result) Strings from the blocked domains list are concatenated into a regex string without escaping. If the domain entry...
### Steps to reproduce the problem 1. run `tootctl domains crawl`, no options ### Expected behaviour puts out a list on domains ### Actual behaviour terminates with NoMethodError and RegexError...
**Describe the bug** i recorded a cycling workout today and it ended up having a negative duration which in turn messed up a lot of the other stats, like calories...
In the tidyr cheatsheet, the section "Handle Missing Values" lists a function `s()` instead of `drop_na()` while the example code does show `drop_na()` correctly
Thanks for all these amazing packages and the great documentation on them! I'm not sure if this is the right place for this request since it affects all tidyverse package...