Jeroen Claassens

Results 65 issues of Jeroen Claassens

This adds subpath exports to the package.json and a script to generate them. This allows people to import only 1 module which is ideal for bundlers like Vite especially when...

I need to go so I want to save my work so far fixes #251 TODO: - [ ] #258

### Related page https://mui.com/material-ui/react-snackbar/ ### Kind of issue Other ### Issue description The current documentation page for react-snackbar mentions notistack for third-party integrations. However, the author of the notistack seems...

docs
component: snackbar
package: material-ui
support: docs-feedback

**Please describe the changes this PR makes and why it should be merged:** This updates the Shapeshift dependency and related code to @sapphire/shapeshift v4. This does not yet add custom...

dependencies
semver:minor
packages:builders

### 🐛 The bug I'm attempting to implement magic-regexp in the project https://github.com/sapphiredev/utilities (draft PR: https://github.com/sapphiredev/utilities/pull/755), however, for some unknown reason the esbuild plugin is giving me compiler errors. Sadly...

bug

### 📚 Is your documentation request related to a problem? I am trying to convert the regexp `/[A-Za-zÀ-ÖØ-öø-ÿ]\S*/g` to magic-regexp, however I cannot figure out how to capture the section...

bug
documentation

### Is there an existing issue or pull request for this? - [X] I have searched the existing issues and pull requests ### Feature description For #410 video attachments were...

feature
help wanted
semver:minor
packages:core

This is a first attempt to switch to magic-regexp for the regular expressions in this project. This is still WIP as there are some issues to be solved. I'm creating...

Resolves #200 This implements commit skipping for git-cliff and conventional-recommended-bump. Blocked by https://github.com/orhun/git-cliff/pull/843 being merged and released Tested manually. Skipping the 2 `feat` commits from this PR I get a...

Due to backporting features to 1.4.9 running `npm install chrono-node` will currently install v1.4.9 because it's marked as `latest` on npm: https://www.npmjs.com/package/chrono-node ![image](https://github.com/user-attachments/assets/fe51d0b2-9a7a-4b6b-ac1a-e63d76c14b87) The fix is to run `npm dist-tag`...