Sofia

Results 9 comments of Sofia

I use this: ``` func getRawQuery(query *dbr.SelectBuilder) (string, error) { buf := NewBuffer() err := query.Build(dialect.ClickHouse, buf) if err != nil { return "", err } qstr := buf.String() return...

Looking at the generated code in routes/main/controllers/ReverseRoutes.scala (method at) the culprit might be the implicit value ``` implicit val _rrc = new ReverseRouteContext(Map(("path", "/public"), ("file", "images/favicon.ico"))) Call("GET", _prefix + {...

See now that there's already an open PR https://github.com/sitespeedio/chrome-har/pull/107

@tomwojcik Could this be merged? `starlette

Can't commit to a specific release schedule for now but we'll be updating to v19 in the next few months.

Yes, read more about it [here](https://developers.cloudflare.com/workers/runtime-apis/nodejs).

@syonfox You need to ask for access [here](https://www.cloudflare.com/en-gb/lp/workers-browser-rendering-api/) or in [discord](https://discord.com/channels/595317990191398933/1112675059174219866).

@adrianotadao Now, you need to have a workers paid plan to access the browser binding. If you have access, for pages, you'll need to manually enable `node_compat`, ie `npx wrangler...