Jason Chu

Results 13 issues of Jason Chu

I got a data race (that I have not attempted to reproduce and does not reproduce on its own, I got a weird unauthorized error from the gateway) on [238-branch](https://github.com/diamondburned/arikawa/tree/238-branch)....

This PR resolves the race conditions mentioned in #148. The race condition was causing rendering glitches with prompts for me, it annoyed me sufficiently that I decided to investigate why...

I was trying to pack some 3x 2048x2048 and it unfortunately always produced an atlas that was 4096x8192. I kinda got angry about that, debugged it, and discovered one of...

enhancement

In `firamta_adaptor.go` line 221: https://github.com/hybridgroup/gobot/blob/51f6aba47c369d95e395fca722d91ea48037ecda/platforms/firmata/firmata_adaptor.go#L221 The digital mapping for analog pins is hard coded as `+ 14`, however, this is not always true for some boards. For example, on the...

enhancement
documentation-needed

gamax92: > os.setComputerLabel should also accept nil > os.clock returns numbers not in steps of 0.05 > debug api is there > string.gfind is there > math.mod is there >...

gamax92: > fs.delete will give "Access denied" rather then "Access Denied" > fs api doesn't check for Invalid paths, like ".." or "../something" > fs.move("f","f\a") will succeed and the folder...

bug

gamax92: > bit api can return negative numbers > bit api will accept numbers larger than (2^32)-1, CC will error

bug

This includes: - Pasting - Taking screenshots - Mobile support

bug
feature

This will speed up Mimic a TONNE in a lot of programs.

enhancement

Function keys (F1-F12) and possibly other keys haven't been mapped.

bug