-
Currently we are contemplating having
* A Vue frontend
* A Node backend to support the Vue frontend
* A Python backend to communicate with the various controllers
There exist initial API route…
-
```
As we do deeper and deeper surgery on the compiler, I'd like to have a
fuzzer or some other kind of randomized testing to look for corner cases in
our implementation.
Before writing our own, we s…
-
I naively use ~/tmp_output or similar a lot across commands.
But when I try with Dart commands, I end up creating a '~' directory in the working directory -- hilariously followed by a quite naive 'rm…
-
# Context
All data sets used in **geobr** are currently stored in the format of [GeoPackage](https://www.geopackage.org/) `.gpkg` files. The choice for GeoPackage was an easy one. GeoPackage is a ve…
-
Currently everything is built assuming gRPC-Web but it doesn't seem like it would be much work to also support normal gRPC with H2 only connections although it would depend on there being a WSGI or AS…
-
Is there any interest in building UDP support into libmodbus?
I recognise that Modbus/UDP is not (yet?) a recognised standard, however it is becoming not only
available in modern hardware, but re…
-
I know the performance of (possibly several) functions in CyToolz can be improved, but there is no good way to compare competing implementations against a common suite of benchmarks. If a contributor…
-
Over the past few years, we've observed that some of our documentation and examples have not received the necessary maintenance and updates. This legacy documentation has led to confusion when reading…
sunqm updated
2 months ago
-
Hey, just looking at the project and you only have support for older, possibly outdated types of miners. I am working on a similar project in python, and figured you would possibly want to implement …
-
For a given input:
- Run the Python (not Spark) script on the input to compute the output **OR** have a pre-made `Z.txt` file
- Generate output with the Spark version
- Compute statistics of the two o…