ksf

Results 11 comments of ksf

I just did the whole hex editor shebang under windows and used joyetech's flasher to write the dataflash, from what it's reporting it's working properly (and, btw, it displayed the...

I have to correct myself, I used FWUpdater [as linked from the myevic readme](https://github.com/ClockSelect/myevic), which only _looks_ like the official one, short of the additional features.

The behaviour you'd want with parallel error handling can vary wildly so I wouldn't be worried about providing actual behaviour, just mechanism. With multi-errors you could e.g. report the two...

I wonder if it wouldn't be better to ignore timeouts for all cards and drivers, but only for a specific time. That is, ignore intermittent ones: That way we can...

@nicopap In my case the timeout happens during configuring events, things like resizing, that's why I assumed it was an intermittent issue. But on hindsight, if the user is drag-resizing...

> After some digging I found out that the Vulkan backend of wgpu calls [vkAcquireNextImageKHR](https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#vkAcquireNextImageKHR) with a timeout of 1 second. > Quoth the spec: > VK_NOT_READY is returned if...

Same issue for me. For people wondering about the vsync option: It doesn't exist any more. This is the default, spelled out explicitly: ``` fn main() { App::new() .insert_resource(WindowDescriptor {...

But there's probably something you can do to *not* load them and use system grammars instead, or at the very least warn that there's multiple around. And, as said, it...

Just did a little experiment: With everything already working again, do `hx -g build; hx - fetch`: And, indeed things are still working, and the `query` directory in `$HOME` is...

Then something like the following must have happened: * Back in the ancient days I installed helix via cargo, which IIRC copies the queries over to `$HOME/.config` * I then...