James St-Pierre

Results 49 issues of James St-Pierre

PR: https://github.com/procore-oss/blueprinter/pull/425 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe I...

enhancement

Hi, Just wondering if Svelte 5 support is planned? :)

It would be nice to support Vite: https://github.com/ElMassimo/vite_ruby

@reinink I have rebased all my commits in my repo (https://github.com/jamesst20/inertia) to include the latest changes and afterwards I have taken all my packages/svelte files there to overwrite the ones...

- Upgraded playground to Svelte 5 - Fixed SSR breaking changes - packages.json: Allow Svelte 5 installation - Improvements: Render CSS properly for Svelte 3 & 4 https://github.com/inertiajs/inertia/pull/1761 - Svelte...

Note: This is based from this branch https://github.com/inertiajs/inertia/pull/1874 This is just one small commit: https://github.com/inertiajs/inertia/pull/1875/commits/7dd0a030aab44f05f5186c3eccee517bebed716b Replace npm by pnpm. Pnpm is a much better package manager. If you are curious...

Vue 2 being EOL, tests should be upgraded to Vue 3. - Every packages used for the tests are up to date - Made no unnecessary edits to the tests...

**Upgrades every NPM packages for** - Core - All adapters - All playgrounds - Vue 2 integration tests (Upgrade from Cypress 6 to 13 + very minor fixes) - React:...

### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...

bug
help wanted
formatting

### Motivation There are currently 2 existing rules that helps formatting attributes line break: * "svelte/first-attribute-linebreak" * "svelte/max-attributes-per-line" The problem with them is that there is no way to consider...

enhancement
new rule
formatting