Tristan F.-R.
Tristan F.-R.
Better yet, would it be possible to make the web application a PWA so users can run it natively on their phones?
When I went to work on this, it turns out it's quite hard to work in dev mode with optimization - I've raised an issue (#1218) for this.
Another temporary fix could be using the Linux `jq` command, e.g.: ```json "wasm-patch": "jq '.type = \"module\"' ./your-pkg/package.json > ./your-pkg/package.json.tmp && mv ./your-pkg/package.json.tmp ./your-pkg/package.json", ``` Then run it after you...
[mdbook](https://rust-lang.github.io/mdBook/) seems to be a better open source alternative to gitbook.
You can [wrap around it using an Option](https://stackoverflow.com/questions/74763518/how-can-i-ask-for-an-optional-input-with-dialoguer) if you would like
From what I've seen from other projects, some _do_ use pre-commit hooks, but most usually apply the styling step on CI, that way quality checks are _ensured_. By the way,...
Is there a good alternative that could be substituted in for pyannotate?
@niklasf where did you get the info that it doesn't work for X11? It usually works for me quite fine. (Can't ping since ghost) but can someone else triage that?...
> Note that the previous comment is more than 3 years old. I somehow *acknowledged* this and yet failed to realize that "hey maybe this implies they don't remember where...
Maybe we can just have the project directly use TypeScript? wasm-pack and others already generate typescript typings.