brian
Joined 10/15/2019
brian said over 4 years ago on Working with Internationalization :
What's the best way to get the language of a persons browser and set it as the default locale? You had it as a comment in your video at 3 mins and 30 seconds. ``` # request.env[“HTTP_ACCEPT_LANGUAGE”] ``` Thank you, Brian

brian said almost 4 years ago on Embedding Youtube Videos into Action Text with Stimulus :
This is great thank you. Hopefully, more features like this will be added because of the launch of hey.com.

I am looking to add a colour wheel to the Trix editor so that users can change the colour of their text, and add more heading options. Can you give me any advice on how I would accomplish this task?

brian said over 2 years ago on Adding Custom Buttons to Action Text :
This is great, I was looking at adding more heading options as well as colour's.

How would you go about removing the default heading option, that comes with Trix?




brian said over 2 years ago on Modern Chat Feature :
Could you do a video on the best way to upgrade an existing app from webpacker to esbuild?


brian said over 2 years ago on From Webpacker to esbuild :
This is great, thank you. I just upgraded one of my apps.

Quick question. I assume we can get rid of actioncable and activestorage from the package.json file? I just created a rails 7 app, and they are not there. 

"@rails/actioncable": "^6.1.4-1",
 "@rails/activestorage": "^6.1.4-1",

old application.js
require("@rails/activestorage").start();
require("./channels");