Craig Aschbrenner

Results 26 comments of Craig Aschbrenner

Regarding your web worker notes above... one thing to consider is that offloading the search to a worker can free up the main thread for the user. I actually do...

@ajitid I have not had a chance to try either one out yet. We're currently using fusejs which handles multiple fields, but I've been looking for something that performs better...

@milahu I found a fork of your repo that adds the pnpm lock file detection for workspaces... in case that is something you could easily roll back into your repo....

I'm torn on this. I've run into the same thing where a package owner wouldn't change their package.json file because some other package is throwing warnings. It's great that this...

At this point I'm looking at something like https://github.com/ds300/patch-package to try and handle the patch locally. What "should" the package.json exports look like to remove the warning?

I'm ok with rollup-plugin-svelte not trying to do more to handle other packages not exporting their package.json. I guess all I would be looking for is some configuration (e.g. in...

More concrete examples would definitely be useful, especially for some of us who are new to the monad concepts and typescript. I've read through the wiki, watched the Railway video,...

> I think adding the `--extra` params seems to break the common table data exclusions... I usually have my dump setup to exclude data from cache, sessions, watchdog, etc... This...

I created the .projectroot file and put in my project root. Easier to have several different tools all target the same place. I did try using the rootPatterns from the...