valadaptive

Results 209 comments of valadaptive

I'm also experiencing this--note that while the parser rejects the character escape, the regex itself works properly: ![image](https://github.com/gskinner/regexr/assets/79560998/e544047a-1b09-4f56-957b-ee7b4fe2dee9)

Yup, my bad! Changes have been properly pushed now.

I've made those last few changes and also stopped exporting existsSync and readFileSync now that that functionality's been moved into files.js.

I'll try to finish the schema path resolution abstraction either today or tomorrow (removing the `fs` dependency from browser distributions) and submit a PR. That's the only breaking change I...

There seems to be another big problem with the tree cache: automatic session backups take a really long time. Firefox schedules session backups to occur when the browser is "idle",...

I've since disabled the cache as well, but: > I've introduced an experimental change https://github.com/piroor/treestyletab/commit/23a25a155d50339eb8f1d092d9a1f8ac2857bc87: now TST stores "cache" to the on-memory storage (not persisted across browser sessions). I think...

I've started experiencing huge 2-second lag spikes from writing JSON again, even with the cache disabled. Has the session cache code been modified?

Hi, I've taken a quick look at #3434, and it looks like it doesn't apply here. I'm experiencing lag spikes with "Optimize tree restoration with cache" completely disabled-- there is...

What's the output of `ls -l /lib/modules/6.2.10-arch1-1/build/`?

Wait, that's the wrong folder; my bad! Try `ls -l /lib/modules/6.2.10-arch1-1/build/include/` and `ls -l /lib/modules/6.2.10-arch1-1/build/include/generated/`.