Matteo Tenca

Results 16 comments of Matteo Tenca

> Insane of web-style JSON format, please use a parseable one. I would be interested in the reasons why you use such a notation for a CLI tool. @tobwen Can...

You can also use the PPA which provides pre-built rapiddisk Ubuntu packages: https://launchpad.net/~matteotenca/+archive/ubuntu/rapiddisk

@pkoutoupis > [..] the opening brace be on the next line and not the same line. This does not apply to conditional statements. > > For example: > > ```...

There is no strict checking on URL syntax, in general. I introduced some checks on the number of arguments of some REST calls, but more sanity checks are needed. More...

Read here for a possible solution: [Issue 109](https://github.com/ggerganov/ggwave/issues/109#issuecomment-2244013612)

Try this: in a virtualenv install `wheel`, `setuptools` and `cython`: ```bash $> python3 -m pip install --upgrade wheel setuptools cython ``` Then export `GGWAVE_USE_CYTHON`: ```bash $> export GGWAVE_USE_CYTHON=True ``` Then...