Steven Lu

Results 82 issues of Steven Lu

Currently the tracking of changes is working really well, as is the compare for seeing a diff. What would make this REALLY good is: 1) being able to scan through...

enhancement

I tried this on Docker Desktop on my M1 machine and nvim runs but there does not seem to be any rust format stuff working. I see in the nvim...

What I am finding is that while CamelCaseMotion works great for camelCaseVariables and underscore_case_variables (though I have not tried it as much on those), it most certainly does not work...

The build should not be performed as you instruct, where you `svn co` to `llvm`, `cd llvm; make`. With such a configuration (with a build directory and a llvm source...

See #2. Also addresses very similar issues to #1...

This makes an error like this show up: `(node:865) [DEP0013] DeprecationWarning: Calling an asynchronous function without callback is deprecated.` The fix in 6586b6 is on master, which is off of...

How can I allocate an array in order to specify geometry (e.g. for a chain shape or polygon shape)? Doesn't look like box2d.js was compiled with malloc.

I can verify that iOS 6 (iPhone 5) supports Float64Array and box2d.js runs fantastically there. But I need to support older systems and my iPad is on 5.1.1. I know...

https://www.adafruit.com/product/4311 I noticed that this topic https://github.com/juj/fbcp-ili9341/issues/91 is also about a 320x240 display, but curiously if I change the code to set DISPLAY_NATIVE_WIDTH to 320 instead of the HEIGHT, what...