Josh F

Results 62 comments of Josh F

Running into this issue on an app I'm working on as well. What's really weird is this sequence: 1. Trigger hotkey, causing rerender 2. Hotkeys are broken 3. Focus other...

Has anyone found a workaround for this?

Since none of the current decompilers support wasm it would just be `wasm-decompile`'s output with nothing to compare it to. If this gets added it should be alongside another decompiler...

> Preferably we adjust the timeouts so this does not happen on samples, especially with default-enabled tools. We should probably choose sample binaries that don't time out > Sample binaries...

~IANAL but allowing download of proprietary files, malware, etc that people upload seems sketchy~ OH totally misunderstood, my bad

Without running on the same hardware with the same load idk if the numbers would be honest enough to share. We had this before, but scrapped it because how finicky...

I vote for the first option

On 3.1.3561-dev with member `a=-1`: ``` enum asd : int32_t { a = 0xffffffff }; ``` ``` enum asd : uint32_t { a = 0xffffffffffffffff }; ``` With uint32_t, I...

Sidebar widget added in `3.1.3564-dev` Issue tracking open with options UI is #3285

That's due to a limitation of the loaders right now - auto sections are created regardless of whether or not they were removed or renamed (and thus changed to user...