insidewhy

Results 151 comments of insidewhy

Your optimise branch takes me from 4.8s to 3.6s. 33% speedup!

The master branch now takes 4.8s and the optimize branch 2.7s. If you add up all the optimisations we've done over the last few days we've sped it up by...

Yep the trek project I mentioned.. used to be 2000 lines of code and 2.1 second to compile, now takes 1.07s. Feels much faster! You should merge that bitch right...

You can favourite it by holding it dear inside your heart. You just have to be yourself! You just have to believe in yourself!

If you set the vim filetype to javascript it works pretty well!

As @njdancer points out, `import {} from 'styled-components/cssprop'` just doesn't work. Had to use `import * as _ from 'styled-components/cssprop'` here. TypeScript 3.5.3.

I guess then my issue is that files aren't "released" soon enough. For example I just copied 2,000 images that are about 5 gigabytes in size. 2 hours later I...

Did the same thing here only copying 2 gigabytes of photos from a Galaxy S3. The size of the temporary folder increased slowly to 2 gigabytes and then remained at...