Andrew Kaiser

Results 147 comments of Andrew Kaiser

is it possible to just store state myself inside of my `init.lua` file? I could easily write my own function for it if I knew how to set/get a stateful...

I mean a variable that can track whether the search has been toggled on or off. I guess I was thinking of something like this: ```lua local search_highlight_enabled = false...

encountered using webpack `v4.29.6`

keypoint use cases we havent covered: - "stop this clip at this keypoint" - "start this clip at this keypoint" we should be able to cover these with duration variables...though...

Thank you! I still think its worthwhile to add this to the website. Especially since its actually part of the pnpm organization, but feel free to close this issue since...

> Also note that because the store has been pruned what implies that the store has been pruned @yume-chan?

I guess I dont _actually_ need the decompiled code to compile and run, its more that I want to understand what is decompiled. Is there any way to inject the...

update: I _may_ have found a few tools that can help me. - https://github.com/maaaaz/jnianalyzer - "A simple tool to help finding JNI calls in a x86/ARM disassembly listing" (though I...

JSONata is in fact a great library (despite benchmarking all the other libraries in this repo, JSONata is still the one I use in my personal projects). I can (or...

hey @brettz9, thanks for the feedback. Let me address each in order: 1. I believe `git clone [email protected]:andykais/json-querying-performance-testing.git` will also download the LFS files, that is how Ive always used...