Pedro Fanha
Pedro Fanha
So what you want is to be able to pause the task indefinitely when you ask for data from the DB and be able to trigger it to resume when...
Can you give me some sample code of both Lua and C# land? Easier to visualize what you're trying to do.
When you call `dbfn`, do you expect the Lua code to continue on to the next dbfn call? Or what?
Right, you want it to block, just not keep the Lua thread running while waiting for the results from the QueryAsync thread. Got it. @LimpingNinja I was thinking that I...
Fair enough.
What do you mean by "limits the number of colors to symmetric values"? Isn't the range the same - from 0x00 to 0xFF? Even if it were setting the wrong...
Works fine here. Byte order is not the issue. Do note that there are 8 different colours, not 4. Each nibble is a different colour.
So do you have a demo of that?
That's... interesting. I actually had seen the pattern and had documented it but genuinely thought someone just decided to use weird patterns.
I have 'ported' msi-rgb to Windows. See [here](https://github.com/ixjf/MSIRGB). It's not exactly a port. For one, it's not written in Rust. I didn't add support for Windows to this project. It...