-
Currently there's only a wheel for python2 (see https://pypi.org/project/pyjsparser/#files) - Could you provide a python3 wheel e.g. to use this package in [pyodide](https://pyodide.org/en/stable/)?
…
-
To simplify the installation of `phasefieldx` you should add it to conda-forge, see https://conda-forge.org/docs/maintainer/adding_pkgs/ on how to add a package to conda-forge.
You can checkout e.…
-
We have at times some portability issues as ScanCode depends on a few performance-critical libraries that use native C code. These require specific pre-built wheels or a toolchain that may not be avai…
-
```
What is so annoying?
1. no way to draw graph tree in Python without external Graphviz utility
2. impossible to use dynamic graph images in Python web application without
shell access to generate …
-
Enhancement request to remove the need for binaries for https://github.com/editra-org/editra/blob/master/scripts/recycle.c
-
加载JoyCaption
Descriptors cannot be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0. If you cannot immediately…
-
### Description
When the user specifies a sample selection in vcztools view, vcztools recalculates the AC and AN INFO fields. This is consistent with bcftools' behavior. vcztools calculates these I…
-
There is no way to declare C enums in Python syntax.
Not sure what a good syntax for this would be. Maybe:
- a decorator `@cython.cenum` on a Python enum class
- a function `cython.cenum(…)` that…
-
I am trying to change my already heavily typed Python code to run in Cython. For that, it felt useful to put `@cython.ccall` everywhere and see what happens.
I found out that Cython does not unders…
-
### Description
In the examples/get-started/pure-js/leaflet project npm install fails with dependency errors.
### Flavors
- [ ] Script tag
- [ ] React
- [ ] Python/Jupyter notebook
- [ ] MapboxOv…