Danny Althoff

Results 286 comments of Danny Althoff

Documentation in README.md seems expired, when calling with the `-h` option, this is the result: ``` PS C:\develop\tmp> react-native-create-library -h Usage: cli [options] creates a React Native library for different...

Instead of creating a final release version, how about beta-releases? This would make it possible to have faster feedback.

I do not see a good point behind `at the moment there is no advantage to do`. Personally I would like to have Whalebird start "in the background" when I'm...

Oh and why is this tagged with "Linux"? Would be nice to have this especially on Windows too.

@9ary Thats pretty informative, thanks a lot. Helps a lot to understand what really is happening ❤️ Even tho for some this might be "obvious", at least for me it...

Maybe this should be split into two separate things. 1. `.limit()` for limits more than just 1; always returns a list (coming from Java, sorry if "list" is not the...

According to this [SO-answer](http://askubuntu.com/a/56725/486796), it might be the filename of the png. As far as I understood `application/x-vnd.VocabHunterSession` becomes `application-x-vnd.VocabHunterSession.png` as filename.

This bug is very long existing, at least since 3.1.5 (if not longer). In short: allow `#` as part of the worker-name in oder to have more people using Nanominer...

@wkitty42 this results in an error `2021-Nov-27 12:10:15: Error parsing JSON` and the miner not creating any log-file or working at all. As there is no documentation about "allowed chars"...

You could use the tools of your operating system. One job to start the miner as some background process, and one to stop the process. https://stackoverflow.com/questions/20893594/stop-a-windows-task-scheduler-task-after-a-certain-time https://code.tutsplus.com/tutorials/scheduling-tasks-with-cron-jobs--net-8800