David Jeske
David Jeske
I barely know Xenko code, so adding this feels a little over my head at the moment... but I'm investigating it and I have some thoughts and questions: _Is Xenko...
Yeah... auto-select should never "clear" the champion selected....
agreed... a good start would be a simple strip along the top of RuneBook of the "most recently viewed champs". I'd like it if the icons were a little smaller...
I'm curious to know how you'd like to use a JSON+Clearsilver hybrid. What language would you use it from? Do you anticipate Clearsilver would include a JSON parser? Or would...
In most scripting languages, it's probably < 10 lines of code to recursively walk JSON and inject it into HDF -- or vice versa. If someone wants to experiment, this...
this addon has nothing to do with how GPT responds to your prompts.. it is just a user interface over OpenAI's GPT API, which is not the same as the...
I just created a branch which adds an incremental MemoryXfer mode which transfers scan images in chunks instead of all at once. Currently it allocates a large bitmap to hold...
updated to support 1-bit and 8-bit greyscale via MemoryXfer
I had the same problem while working on some new code. It would be nice if I knew how to "hard reset" the twain driver so it could try again...
The underlying TWAIN libraries are supplied in 32bit native DLLs only, TwainDotNet needs to run in 32bit mode in order to access them. Set your project to x86 to use...