Edison Hua

Results 62 comments of Edison Hua

You could use ImagePutEncodedBuffer to return an AutoHotkey buffer object with .ptr and .size properties which can be passed directly to ocr_from_binary. This function is expecting some kind of encoded...

I think you need to fix encoding once and for all. The main problem is that: `|` → `|` → `‛|` → `‛‛|` → `‛‛‛|` and so on where the...

4. Also, instead of using `RAW` and having `None` as well, maybe adding `--destination-encoding=source` would be much clearer. If your destination remote is drive for example, having `--drive-encoding=source` would copy...

There seems to be problems with orphaned files with escaped characters in the filename: If source and destination encoding is both `windows` this works fine, If source and destination encoding...

I have a simple setup of 2 cloud services and one local drive 🤣

It's not implemented at the moment due to lack of users (of this library)

So to clarify, the TextRender GUI would be an application that generates TextRender code. Currently, you can use TextRender based off the code examples I've given. If you'd like some...

Likely won't be implemented as I don't like designing GUIs.

Can something similar be done in CSS? On Sat, Oct 29, 2022 at 03:05 manuelvita96 ***@***.***> wrote: > Hi! I use your script to show a fullscreen message on second...

viewport width and viewport height have already been implemented in TextRender. I was thinking that perhaps use of max() and min() could solve your issue? Scaling font sizes based on...