Sébastien Nadon

Results 12 comments of Sébastien Nadon

As a M1 owner and proud user of Onivim2, I was just wondering what is the current status for this issue? 🙏

That's fine. We can close this issue if there's no plan to change the selection.

I'm replacing `turbolinks` with `turbo` right now. AFAIK, `rails_ujs` still works as long as you remove all your `data-remote`. You'll need to add `data_turbo: false` to your forms otherwise you'll...

I was able to remove my workaround with Lucky 0.29 and Crystal 1.3.2. Not sure when the problem went away though.

I'm having a hard time using the translations in a template. How would you render `description` dynamically in this case? ``` [translations] description = "Une description" [languages.en] [languages.en.translations] description =...

The new error: ``` Reason: Failed to render 'page.html' (error happened in 'index.html'). Reason: Variable `config.translations.description` not found in context while rendering 'page.html' ```

> I updated to the 14.5 Beta (23F5049f) and have been trying to heavily use both Zed/Ghostty and haven't had this issue once. With the beta I still get the...

> > I simply need to have ghostty running and start Nvidia Now. It takes a few seconds and then freeze. Before the beta it was rebooting right away instead...

Here's how I handle it (I had to use jquery in that project): ``` // csrf.js import $ from "jquery"; const Csrf = () => { const token = $("meta[name=\"csrf-token\"]").attr("content");...

@robacarp Thank you for your answer. So, my project is using the [lucky buildpack](https://github.com/luckyframework/heroku-buildpack-lucky) and the [heroku-buildpack-nodejs](https://github.com/heroku/heroku-buildpack-nodejs). It works great with the web dyno but my worker dyno is giving...