-
Hi There, thanks for made an alternative Anne Pro 2 firmware.
When I try to flash the firmware on Linux Ubuntu, I got this error. It seems like the device is not connect but the OS was detected the…
-
Are there plans to package argopt in Conda? And if not, do you mind if I take a stab at it?
-
I found this repository through https://github.com/chriskiehl/Gooey/issues/4
I was wondering, is argopt compatible with gooey in the current state?
Thanks in advance
-
Hi,
First, thank you guys for all the work on the qmk port and reverse engineering, what you've done is pretty amazing.
So, I managed to put QMK on my board, and it works well (that's already aw…
-
```ini
[tox]
skipsdist = true
isolated_build = true
requires =
tox-poetry-installer>=0.3.0
[testenv:docs]
require_locked_deps = true
deps =
mkdocs-material
commands =
mkdocs b…
-
Here is a test program.
```c
$ cat float.c
#include
float float_add(float a, float b)
{
fprintf(stderr, "a = %f, b = %f\n", a, b);
return a + b;
}
int main(int argc, char…
-
I was trying to build Open Hexagon on my Linux machine. I followed the instructions and everything went well until I ran build-repository-oh.sh, which told me this:
```
ludvig@fdator:~/git/SSVOpenHex…
-
pyproject.toml:
```toml
[tool.poetry.dependencies]
python = "^3.7"
spacy = "^2.3.0"
pandas = "^1.0.5"
dateparser = "^0.7.6"
jupyterlab = "^2.1.5"
pymongo = "^3.10.1"
jupyter-dash = "^0.2.1"…
-
Hi,
What is the equivalent import for circe for the following sprayJson?:
`import sangria.marshalling.sprayJson.sprayJsonReaderFromInput`
In migrating from sprayJson to circe, I've tried using …
-
Hi,
I'm not sure if the the sangria-circe repo is actively resolving issues so I'm migrating [my question here](https://github.com/sangria-graphql/sangria-circe/issues/13). What is the equivalent i…