vwkd

Results 93 comments of vwkd

As a temporary workaround, I'm using the following function to filter Fuse's search results and return new filtered `item` properties. It depends on the utilities [`deepFilter`](https://github.com/vwkd/code-web-utilities/blob/main/src/deep_filter.ts) and [`deepMerge`](https://github.com/vwkd/code-web-utilities/blob/main/src/deep_merge.ts). It also...

@inoyakaigor Import Assertions are the prerequisite for JSON Modules but allow for more use cases. Would be great if Can I Use shows both.

@Industrial For route prefetching we’d probably need client-side routing first… https://github.com/denoland/fresh/issues/287

Have the same problem. However without having changed anything with my Apple ID. I didn't use Brisk for some months and it had worked flawlessly before. I didn't make any...

I'm all for this. I'd go even further and propose to make prefetching links by default *the default* such that there is an option to opt-out instead of opt-in. SvelteKit...

I feel like documentation should be improved before declaring 1.0. Currently there is just so much undocumented or poorly documented. I wish I could help, but there is so much...

Thanks @benmccann for taking a look at my latest three issues #2144, #2146, and #2148. Not sure where to put this, since the three issues are each a bad place....

This is really unfortunate. They should switch to ESM modules. Also because their README doesn't work as described. Right now it says `npm install rxjs` and a few lines later...

Would be nice if "tags" could simply be renamed by the user in the `.eleventy.js` config. This would allow for a broader use case, since it also supports people who...

Thanks for the reply. Feel free to close this if this indeed works as intended. Though it would be helpful to mention this in the README so other people won't...