scart88
scart88
The `keycloak.yaml` is outdated and it no longer works with the latest image from keycloak: I used the following yaml file that works. I invite you to try it. ```yaml...
I have been using this method until now: ```ruby @conn = ActiveRecord::Base.establish_connection("postgres://#{qdb_url}") @conn.connection.select_all("select count from metrics;") ``` It works with Polars gem from Ankane as well. ```ruby @qdb = ActiveRecord::Base.establish_connection("postgres://#{qdb_url}")...
Thank you, I will try today and I will close the issue if the error is gone.
Hey @hopsoft The was was still here. I'm using esbuild to build my assets. ``` Uncaught Error: Dynamic require of "@turbo-boost/streams" is not supported at application-26686a7004df534a1ac8ce2d4a0206737a2caa72ad61f29c6d8682175b4c56e4.js:23:11 at application.js:6:8 at application.js:197:2...
I updated the `turbo-boost/commands` to the latest version and I think it works; however, the `turbo_boost.meta_tag` is not available anymore and I'm getting the Token mismatch! ```ruby TurboBoost::Commands::InvalidTokenError (Token mismatch!...
All these issues are fixed now.
I think Lighthouse complains because the scroll event doesn't have passive: true. I notice that scroll function doesn't use preventDefault so I thought it would be safe to add passive:...
Oh I see. I tried with `pnpm`, however, I got several errors and the build failed. Dang! Do you think this line would be this line? https://github.com/Valexr/Slidy/blob/main/packages/core/src/lib/slidy.ts#L86 Something like this...