silverwind

Results 1257 comments of silverwind

> Please consider (when you are taking this step) also providing a proper implementation of toJSON that doesn't expose `bigint`. This is forcing consumers to implement themselves, because JSON.stringify cannot...

> We've discussed this before ([Discord thread](https://discord.com/channels/804011606160703521/823110545266835456/1094327606771462304)) and are open to trying it in Vite 5. The main blocker for me is that `@parcel/watcher` isn't publishing precompiled binaries like `lightningcss`...

Ah, so it is one big package of precompiled binaries with all os and archs in the package. Not ideal for install performance, but at least requires no install-time compilation,...

> Just for my curiosity, any reason for not considering [Turbowatch](https://github.com/gajus/turbowatch/)? > > Mentioned in the original thread [#12495 (comment)](https://github.com/vitejs/vite/issues/12495#issuecomment-1602091976) > > It uses `fs.watch` under the hood by default...

Also looking forward to try this as a private proxy-registry in place of [verdaccio](https://github.com/verdaccio/verdaccio) because of verdaccio's bad performance. Hosting of `@scopes` would be a requirement, along with being able...

> If JSR can somehow support [git url as a dependency](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#git-urls-as-dependencies), that would solve private registry for a lot of folks. With SSH authentication to the git repository, it becomes...

Need an options interface for that which I don't really have the time to implement but contributions are welcome.

Fixed with https://github.com/silverwind/idTip/commit/fb77b8334b5928d315d3bd306d60e3916f70a0f3

Could be made an option now that we have an options interface, default should be to show without modifier.

Sure, I'll see what I can do.