Tys von Gaza

Results 9 issues of Tys von Gaza

I cannot seem to get playwright 1.34.3 working with `yarn`, even on a fresh install. I am running into issues described in #23228, but 1.34.3 did not solve them. It...

triaging

I get the following warning on vite 5 which traces back to this plugin, see trace below. The warning references https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. ``` Trace: The CJS build of...

### Description 📖 Prior to Vite 5.2, it was not possible to define a strict CSP (Content Security Policy) for `style-src-elem` & `script-src-elem` directives as Vite would dynamically generate and...

Previously reported via Hackerone, reference #2432937 - Was asked by @tenderlove to create an issue here. > [@tvongaza](https://hackerone.com/tvongaza) thanks for reporting this! I'm also not clear on how one would...

**Is your feature request related to a problem? Please describe.** We're integrating with Nylas and in our typescript front end code want to make use of types for the Nylas...

enhancement

This PR allows Trix to support rails/rails#51729. This changes Trix to read the meta tag's nonce attribute first and fall back to the content attribute. As described in rails/rails#51580 (comment)...

I get the following warning in our apps tests suite which makes use of the `maintenance_tasks` gem when run against Ruby 3.3.1: ``` ~/.rbenv/versions/3.3.1/lib/ruby/gems/3.3.0/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: ~/.rbenv/versions/3.3.1/lib/ruby/3.3.0/csv.rb was loaded from the...

Running `rails db:migrate` when on edge rails gives the following trace: ``` rails db:migrate --trace ** Invoke db:migrate (first_time) ** Invoke db:load_config (first_time) ** Invoke environment (first_time) ** Execute environment...

This change adds support for the tailwindcss important config option (https://tailwindcss.com/docs/configuration#important). It will either add `!important` to the rule if the important option is `true`, or add a specificity selector...