Tom Prats
Tom Prats
I'm getting two errors on the pages where I have an AudioCard. It doesn't seem to actually break anything. But it's definitely better for things not to error. I think...
In [webpack](https://webpack.js.org/guides/ecma-script-modules/) it says > Imports in ESM are resolved more strictly. Relative requests must include a filename and file extension. By adding `type: "module"` to [actiontext](https://github.com/rails/rails/blob/main/actiontext/package.json#L6), but not importing...
I've been trying to figure out a way to ensure an entire section fits on the remaining part of the page, if not, start a new page with it. Right...
I just ran into an issue where a library I'm using uses `sessionStorage`, so I'm getting `sessionStorage is not defined` in my tests. Is there any plan to support these...
Here is an updated version of https://github.com/tailwindlabs/tailwindcss/pull/8418 The full explanation is there but essentially comes down to using CSS Modules with the default of a local scope. It helps prevent...
Rebase of https://github.com/httprb/http/pull/598 with: - hashrockets removed - rubocop formatting updates - creating a response with uri option I don't understand the internals super well, but the changes I made...