Jeroen Claassens
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...
**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...
### 🐛 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...
### 📚 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...
### 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...
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  The fix is to run `npm dist-tag`...