Andrew Sun

Results 28 comments of Andrew Sun

This is a very important option to implement. We should not be spinning our fans slower than what Apple's default fan control dictates, which may be unsafe for the device...

I can confirm this is happening on my system (with a Vega 56) - I was wondering why my videos suddenly became too dark.

I found that downgrading this specific plugin to version 2.5.0 fixes the problem. Version 2.5.1 is the version where this issue started happening. So, the problem is in these commits:...

To be more specific, it's IMA ADPCM mono 22050 Hz. However, I have gotten Scratch to play 44100 Hz files.

So I did some quick and dirty prototyping with varint-simd v0.3.0, and here's what I found: * Microbenchmark varint performance is only improved for encoding and decoding larger numbers *...

@burkeshartsis I thought node_modules polluting spotlight search results and high CPU usage from indexing always been an issue.

I have another valid gzip file that precomp cannot process. It appears to be produced by Go's gzip implementation. Here's the gzip file: https://drive.google.com/file/d/1VAK8e9aYpTREjYIvaQ9dDu8oLdcaNmoK/view?usp=sharing And here's the raw deflate stream:...

I've narrowed down the issue to preflate's home-grown Huffman coding implementation not liking at least one of the Huffman trees that are included in the deflate stream. The problem exists...

I found a fix, PR in #137