DaviDevMod

Results 20 comments of DaviDevMod

I guess the `prepublishOnly` script could be removed. And you may also want to add some caching logic to the workflow, but I leave it up to you. It's a...

@ST-DDT I do appreciate the feedback. Thank you.

@Shinigami92 yes it creates changelogs. I believe it would just add new ones at the top of your existing CHANGELOG.md When you push a commit that has a new changeset,...

By the way I played around on my fork trying to publish a release, but the workflow keeps trying to release at faker-js rather than davidevmod, and obviously fails because...

That's alright, hope you find a workflow that fits your needs.

@stefcameron I am writing a focus trap and I solved this problem. I can't link to my code because is not on GH yet (the repo is a mess), but...

Well today I worked a bit on this code and I have to say that you should absolutely not trust the sketchy logic I pointed out for the case the...

@stefcameron I still have a couple of days of housekeeping before I push the repo, but I pushed [this branch](https://github.com/DaviDevMod/focus-trap/blob/2dc1298dd23c904ad4293c060a270d4cc1e35825/packages/single-focus-trap/src/index.ts#L130) where you can see a working logic. The culprit of...

I had the same problem. It looks like this is a limitation of Parcel 2, see their issue [#4332](https://github.com/parcel-bundler/parcel/issues/4332). Until they address the issue, you have to find a workaround....

For those looking for an alternative solution, I've just published a tiny package that does the job: [enforcepm](https://github.com/DaviDevMod/enforcepm) You don't need to install it, but you need to create a...