-
Hello,
Over the past few days, I've developed [Python bindings for astc-encoder](https://github.com/K0lb3/astc-encoder-py) and would appreciate some feedback from the developers and maintainers.
#…
K0lb3 updated
2 weeks ago
-
Python is the second most used SDK in the Stellar ecosystem (after JS). It is often used by market makers and autogenerated bindings could reduce the cost of integration with defi protocols
cc @ov…
-
Hello,
Really appreciate your work on taskwarrior/taskchampion!
With the release of a new way to interact with the app (via the rust library), python bindings are [needed](https://github.com/Got…
-
As discussed with @anisotropi4 today. Let's get the R side tied-down first..
-
Congratulations on the release of the first version of the Python bindings! 🎉
As I mentioned in issue #559 and in the `bindings/python` documentation:
> Access to data of message types (e.g., Gr…
-
For installing the python package, when I do the last ``` pip install .``` , I get the following error. Any idea on how to fix it?
```
-- Build files have been written to: /home/lbarald…
-
When using the `cofactors` function on a bdd which is obtained by the `cofactors` function, the value of this bdd changes.
The expected behavior is that this bdd value should not change.
See the …
-
What is the current status for providing prebuilt for providing python bindings?
If prebuilt binary is provided, this would be really beneficial in terms of download/compile time of python bindings…
-
Below is a simplified reproducer of https://github.com/conda-forge/gdal-feedstock/issues/995:
```bash
$ echo "int foo() { return 0; }" > foo.c
$ gcc foo.c -shared -fPIC -o libfoo.so
$ echo "%inl…
-
Everybody wants it, everybody needs it.
See https://github.com/PyO3/pyo3
Needs discussion and a plan.