Results 475 issues of milahu

make mpclient.c compile with clang++/g++ this is needed to use loadlibrary in c++ projects not tested if mpclient.c still compiles with clang/gcc maybe this needs more `#ifdef __cplusplus` branches

in my case: `nix develop` will download 2GB of dependencies = killjoy `nix-shell` will download 10MB of dependencies can we add a `shell.nix` file? (and call that from flake.nix) ```nix...

low hanging fruit ... move build_math_fn to separate file? lets rename `built-in +` to `built-in add`? (etc) `-` is used for subtraction and negation `!` cannot be used in filenames...

replace #7 `editorState` is useful to get the new parse tree in `editorState.tree.topNode` todo: add type todo: rename to onEditorStateChanged, because this is not called for the initial state

in watch mode: when there is a parse error in the njk template, it produces empty output files the error is not printed to the console when i fix the...

make consistent with module name = httpfs also, change imports to make it portable = run without install ```diff diff --git a/httpfs/__init__.py b/httpfs/__init__.py index df9fe47..550da80 100644 --- a/httpfs/__init__.py +++ b/httpfs/__init__.py...

## Description ## Checklist - [ ] Updated CHANGELOG.md

## Checklist - [ ] Updated CHANGELOG.md todo: remove `install_requires` from setup.py, use requirements.txt

## Description ## Checklist - [ ] Updated CHANGELOG.md