drendog

Results 15 comments of drendog

> Hello, I want to unlock my bootloader, but I get the following response (in Linux) after confirming all dialogs: > > Unlock request response: {"code":20045,"description":"请使用官网普通用户解锁工具进行操作","descCN":"请使用官网普通用户解锁工具进行操作","descEN":"Please use the common user...

> > > Hello, I want to unlock my bootloader, but I get the following response (in Linux) after confirming all dialogs: > > > Unlock request response: {"code":20045,"description":"请使用官网普通用户解锁工具进行操作","descCN":"请使用官网普通用户解锁工具进行操作","descEN":"Please use...

Hi, I'm glad you want to contribute to this project. To get started follow the steps and installations written in the prerequisites in the [README](https://github.com/drendog/Logic-Circuit-Simulator/blob/master/README.md). If you want to understand...

all you need is study the basics of js and p5/processing

should the list of warned user be public?

any news about it? Moving the problem is not a solution, since this compositor is supposed to be desktop-first, putting padding on the bottom will break the applications that expect...

putting the padding at the bottom will break those applications that expect a bottom edge cursor hit, in this way it's only a moving of the problem and not a...

ok i got it, i didn't check that the cursor can go out of screen limit, i'll fix it soon

if i didn't misunderstand, the problem is the cursor hotspot can reach `(w, h)` instead of the maximum `(w - 1, h - 1)`. I figured out that `closestPoint` of...