Kirill Rogovoy

Results 21 comments of Kirill Rogovoy

Hey, Thanks for your request! It will take a while to implement a bullet-proof draggable experience, let alone mount it on the side. However, I've just shipped a config option...

Hey, Thanks for submitting the issue. Quick first feedback: I've tried installing CRA with `npx create-react-app`, both JS and TS templates, and then adding Impulse with `npm i -D @impulse.dev/runtime@latest`...

Regarding source maps warnings. It seems like a very popular issue with CRA 5: - https://github.com/facebook/create-react-app/discussions/11767 - https://github.com/facebook/create-react-app/pull/11752 Also, make sure you understand that using GENERATE_SOURCEMAP=false will make it harder...

Regarding the quality of the source maps. It seems like when there's no GENERATE_SOURCEMAP=false and the source maps are generated, the error stack traces are correct, and clicking on source...

Your error must have something to do with the cache Impulse stores in IndexDB to avoid expensive postcss/Tailwind calculations on each run. I've added a new holistic check in 0.3.1...

> Is this only present with "--multigrid" ? In my case, yes.

Similar case here, and so a similar problem. I sometimes use Replicate to build quick ideas, because I don't have access to local GPU that can run the kind of...

I've just discovered this project and super-grateful for your effort! The first thing I stumbled across was not matching stuff with fuzzy searches. By now, it's deeply ingrained in my...

Just a few thoughts: 1. Some/Arbitrary/Nice/project.ts is maybe not so arbitrary if it has a frecency score, right? :) 2. The fuzzy matcher isn't changing the sorting, right? So the...

Awesome, thanks a lot @delphinus! For the reference, here's the config that does what I was looking for: ```lua frecency = { matcher = "fuzzy", scoring_function = function(recency, fzy_score) return...