Arvid E. Picciani
Arvid E. Picciani
it would be great if there was a size param, so this library can be drop-in replaced with a compatible api for passing messages between processes.
Hi. How do you feel about adding oauth as authentication method? This would be defined as env variable I guess, instead of the built-in user login. We're happy to either...
```` aep@derp: ~/Downloads/haskell-hummingbird-0.4.2.0 docker build . -t humingbird Sending build context to Docker daemon 159.7kB Step 1/14 : FROM ubuntu:16.04 ---> 747cb2d60bbe Step 2/14 : MAINTAINER Lars Petersen ---> Running...
in the build/startup -> Saving your results there's a link clarifying importing details of WHERE to save your results. someone in discord literately had the same confusion as me trying...
jsonschema doesnt define a maximum length for the integer, so i do think it should be translated to big.Int would PR, but mosts of the tests are failing.
according to https://pkg.go.dev/github.com/go-chi/chi ``` Examples: "/page/*" matches "/page/intro/latest" "/page/*/index" also matches "/page/intro/latest" ``` however, that's not actually allowed. **so presumably the docs are wrong?** unfortunately i need to match -...
Since the underlying structure appears to be a log, i was wondering why there is no api to access that log. Is it missing or am i confused about the...
influx doesnt start for me and doesnt really hint at whats wrong. this is with /root on tmpfs, completely empty ``` ts=2022-08-02T12:29:01.811233Z lvl=info msg="Welcome to InfluxDB" log_id=0c3dLDwW000 version=v2.3.0+SNAPSHOT.090f681737 commit=090f681737 build_date=2022-06-16T19:33:50Z...
i think this happened after wakeup. the VM does heavy network io, maybe this is related. [crash.zip](https://github.com/utmapp/UTM/files/8796279/crash.zip) unfortunately this corrupted the disk on the host, which qemu can now no...
when using the generated placement file, i get no components whatsoever. strangely when i remove some components from the placement file it starts working, but they're literally the same components...