Darren Grant

Results 5 issues of Darren Grant

Hi, not sure this belongs here - would just like to pass feedback that the Playground appears to be unusable if it doesn't support having more than one instance open...

These are the steps I'm following; ``` python3 waf configure --cross-compile-ios --lightweight= --fft=ACCELERATE --build-static python3 waf install ``` However, after adding `libessentia.a`, the build fails with; `Error parsing 'libessentia.a[281](nnls.c.1.o)': building...

builds

Building with `python3 waf configure --cross-compile-ios --lightweight= --fft=ACCELERATE --build-static --ignore-algos=NNLSChroma` I needed to comment out two sections in `types.h`; 1. Relating to string comparison; - I needed to comment out...

After importing Swagger 2.0 JSON, Bruno disregards the parameters and definitions. E.g. if a call `POST /login` takes a JSON body object `{ "username": string, "token": string }`, Bruno should...

Been having difficulty getting `cog build` to run inside of a Github Action; the problem seems to be the "inner Docker" (the Docker invoked by Cog) lacking authentication credentials. This...