Results 69 comments of jgarvin

Right after writing this realized I can check if Pixels2Plot returns the same value for the corners. Maybe there's a better way though?

Here is my best attempt... it still doesn't seem to work quite correctly, most points don't get plotted, and those that do flicker in and out as I move the...

In the end I did get it to work, I had a bug outside this code making things more confusing. On Linux, with SDL backend using software rendering of opengl...

version information from list-packages: ``` Status: Installed in ‘projectile-20211220.1144/’ (unsigned). Version: 20211220.1144 Commit: fab2c546fdf990f010acb0755004a96510dc07db Summary: Manage and navigate projects in Emacs easily Requires: emacs-25.1 Required by: counsel-projectile-20211004.2003 Homepage: https://github.com/bbatsov/projectile Keywords:...

Confirmed this works around the issue: ``` ;; without this projectile became incredibly slow when opening files ;; might make things slightly incorrect but it expires every two hours (memoize...

I don't have anything setup to automatically update my packages, so it's very possible before I was running something months or even a year old. Agreed external command would probably...

Ah, I've only been using for abstraction over primitive types. Maybe `PrimInt` can have supertraits `ConstOne` and `ConstZero`? I don't know if Rust provides any way to avoid duplicating traits...

`os.lstat` is also missing

OS and hardware are going to make things vary, but isn't 100us much greater than the normal amount of time to spawn a full OS thread? I haven't benchmarked this...