Kévin Dunglas
Kévin Dunglas
Would you consider Go bindings (using [cgo](https://go.dev/blog/cgo))? If it’s possible to call the library from pure C (exposing a C header file) this will be easy (and I can help...
Would you prefer bindings to be in this repository (a Go module) or in a separate one? My preference would be to store it in this repo.
My 2 cents: prefer breaking the API while it's still in 0.x than inherit a badly named or designed API for the whole life of the project 😅
Thanks. We could even pass this flag by default. PR welcome!
The patch is empty, it looks like a rebase has gone wrong.
According to their docs, the `--window-size` flag is supported by both the old and the new mode: https://developer.chrome.com/docs/chromium/new-headless It's maybe a bug in Chrome?
@mrossard the conflict is in `use`. You need to rebase.
(The profiler part can be done in another PR, this one LGTM).
For Caddy to read the host forwarded by NGINX, you have to the `trusted_proxies` global option: https://caddyserver.com/docs/caddyfile/options#trusted-proxies Could you check if it fixes your issue?
If it's too hard to maintain, maybe should we just link the Laravel provider? Better no docs than outdated docs 😅