Marcel Partap
Marcel Partap
This actually does look much nicer.. 😀
> I agree a bit small for me as well. but changing that is not as easy as it seems to be. Well where is the size defined? wouldn't QML...
Well, it's just nice to be able to explore a program's functionality from a sample file instead of creating one from scratch, that was the motivation to file an issue.
This looks good, seems you caught all the strings to be renamed and it looks much cleaner in the extension menu. Was `about_upgrade_mightyscape` dropped intentionally though?
Cloudinary is up but the account this was hosted for has gone inactive. Here's a working copy on the web archive: https://web.archive.org/web/20240110013458/https://docs.automa.site/workflow/testing-mode.html
Well I think you could do something like this: ``` #include … WebServer server(80); … SD.begin(); server.on("/download", serve_download); server.begin(); … void serve_download() { … File f = SD.open(file_requested, FILE_READ); …...
It would already be awesome if it offered a choice to just run the command, instead of making users manually invoking it.. It's quite an annoying UX detraction right now.
Mh ok, for now I came up with this `/usr/local/bin/gh-dl-search` script to leech the found files: ``` shell #!/bin/bash # Searches for a given term on GitHub and download each...
Duplicate of #401 (which was closed by the reporter although the issue remains as it hasn't been fixed in the repo yet..) You just need to add maven repositories which...
Would you be fine splitting off the part depending on `tcell` changes into another PR @masmu ? Seems there are other terminals beyond `rxvt` sending `^[[1~` for HOME – such...