James Lindsay

Results 87 comments of James Lindsay

@DaraghD the clippy lints are fixed by https://github.com/GraphiteEditor/Graphite/commit/a395fbf0637c23b8b05a7c451ff7b8421587b655.

Just for context, this is currently stalled due to #1895 (duplicate of #1231). The uncompressed RAW images use a lot of memory. We also appear to clone them a lot...

@Keavon Seeing as this code is perfectly fine, I think we should merge this.

Since this was an extremely large change (adding a new system and 147 lines), I doubt it will ever get merged.

It would be better if it actually snapped to being a right angle.

WireShark can be used to monitor network traffic @justfunc. If you want to trace only a single process id on linux, you can use: ``` strace -o /tmp/network.out -e trace=network...