Matt Mueller
Matt Mueller
I was able to get a PoC working with esbuild by: Tweaking `preact/package.json`: 1. Add `preact/src` as a valid export ```json "./src": { "types": "./src/index.d.ts", "browser": "./src/index.js", "import": "./src/index.js" },...
Hey @tadasv this will becoming a future release. For now, you can add a function at the top of your controller actions to do these sorts of checks. Something like:...
Hey Alex, nice to hear from you! I didn't realize the V8 build included dynamic libraries. We should definitely make this optional, though I think this would be difficult right...
Sorry for the trouble here. I think this is related to: https://github.com/livebud/bud/issues/369. I probably won't devote cycles to this since I'm working on a new version of Bud that won't...
Hmm, that's odd. What OS are you running on? Did you try running `go mod tidy`? I sense it's related to: https://github.com/mattn/go-sqlite3/issues/384
Hmm... that's odd since you're running the same version and hardware as me :) I just ran: ``` curl -sf https://raw.githubusercontent.com/livebud/bud/main/install.sh | sh bud create testbud cd testbud bud build...
This is currently a limitation though thanks for the heads up on `sqlite3`. This is a recent addition and worth fixing. Lurking behind this issue is that Bud's production version...
> What about switching to https://gitlab.com/cznic/sqlite It's a good idea for SQLite. Unfortunately we'd still have V8 though. --- I'm moving away from the CGO dependencies in the next iteration...
@aadog sorry I don't understand. What do you mean by high-concurrency mode?
I haven't had time to do much benchmarking, but Bud should be quite competitive. On the request/response path, it's not doing much more than what a stock Go web server...