alvinhochun

Results 96 comments of alvinhochun

> * `llvm-rc` has stricter parsing, so it [doesn't match windres](https://github.com/jrfonseca/drmingw/blob/3f8c0f9b36d706920fbb8926dc6ca47e3917716f/src/drmingw/resource.rc#L47-L52) I have a feeling I've seen a related bug report somewhere but can't find it. Maybe @mstorsjo knows how...

How would multi-window play along with integrating `iced_native` from within a custom engine? I imagine it would need to be an approach like the above Dear ImGui example, but to...

> I mean the usb mode might not be required for initial support? That would only make it a nicer user experience? Without a USB mode, how would fwupd identify...

I don't like the idea of using different PIDs for different languages. That means assigning a new PID every time a new language is added and having to keep a...

> > > @alvinhochun as I said, if there will be higher demand of Linux version, it's not problem to create it. Although, I'm bit worried about packaging, since it's...

I think I might have seen a similar thing on a Pinecil with some of the tips (some came with the Pinecil, some are third-party TS100-compatible tips). This was right...

The first thing that comes into my mind (having read the user manual for a bit), is that, you have to drop the system clock down from 108MHz to 96MHz...

Did you test with QC disabled? If it messes with the D+/D- pins then USB enumeration probably wouldn't work. Though I don't know if this will cause the ISR to...

It sounds like you accidentally hit the button to enter soldering mode when swapping the tip. It seem unintuitive but it is actually what the current firmware does. The code...

The Intel vtune profiler may help (it also understands dwarf debug info). We hit something similar in Krita. It turned out to be libc++ hitting a slow path doing locale...