Leon C.
Leon C.
Currently, class names get auto generated, leaving us to think of some _creative_ ways to access selectors for custom css implementation and confusion (see #434, #433). I propose we add...
I think adding a Dockerfile would really benefit this project! Here is the one I currently use for a Raspberry Pi, based on Alpine Linux. ```Dockerfile from alpine:3.18 ARG DOWNLOAD_URL="https://github.com/cooklang/cookcli/releases/latest/download/cook-aarch64-unknown-linux-musl.tar.gz"...
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
### Describe the bug Using Tauri v1.7.1 (and 1.7.0), my `Command.execute()` call does not return any events. Consider this example: ```javascript async function ytDlpCommand(args) { let cmd = new Command('yt-dlp',...
**Describe the bug** When navigating to the site, local storages saves the browser locale in the key `i18nextLng`. In my case, the value is `de` (German). This however, seems to...