Jonas Heinrich
Jonas Heinrich
Hey, thanks for maintaining and keeping this plugin up to date! It is already working quite good for me but there is one bug for me. The code block title...
Hey, it would be cool to use Mousai from the commandline like ``` mousai --recognize-audio ``` and it would print the result without using the GUI. Best regards Jonas
Hey, since it was not possible to add support for downloading album categories as described in https://github.com/oSumAtrIX/DownOnSpot/issues/5 it would be cool to manually copy all album ulrs into a file...
Hey, sometimes I get following error message: ``` Channel Error | Rolling Moon Finished download(s) in 20 second(s). ``` When I try the download again, it succeeds and the missing...
Hey, I really like the noise of a car ride like in this video: https://www.youtube.com/watch?v=k4M1ft7p95M Regards Jonas ps. I'm trying to package Blanket for NixOS https://github.com/NixOS/nixpkgs/pull/139850
test.py: ``` python #!/usr/bin/python import bottle import testapp bottle.debug(True) app = bottle.Bottle() app.mount('/test',testapp.app) app.run(reloader=True, host='0.0.0.0', port=8080) run(host="localhost",port=8080) ``` testapp.py: ``` python import bottle app = bottle.Bottle() @app.route("/:category", method=["GET","POST"]) def admin(category):...
Hey, trying to use heimdall for an older Samsung device (samsung-i8150) somehow fails: ``` heimdall print-pit Heimdall v1.4.2 Copyright (c) 2010-2017 Benjamin Dobell, Glass Echidna http://www.glassechidna.com.au/ This software is provided...
Electron 12 used by etcher is EOL (end of life). Installing it on NixOS results in a warning which is quite annoying. It would be great to update to a...
###### Description of changes fix build and update package. Closes https://github.com/NixOS/nixpkgs/pull/129248 ###### Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin -...