Scott Williams

Results 10 comments of Scott Williams

@hharnisc can we get another fix? It just freezes Hyper when used :\

If you're running into this issue after upgrading to macOS Catalina, update the permissions on your sudo chmod 775 ~/Library/Fonts/**/*. That's what finally fixed this for me.

Also a huge fan. This is awesome. Thanks for writing this. I needed something simple like this bc I was performing a build and wanted to keep an eye on...

@Chris911 That's what I ended up doing and I appreciate the flexibility you've built in. Thanks for the link. I'll look it over.

There's a good chance I'm having the same issue. Using TeamCity across hundreds of engineers and dozens of applications being run not within a user directory, but within the standard...

@avivmu it doesn’t use the useful-to-humans relative time format the others do. @Rolstenhouse @avivmu Ah, I thought that might be the issue. Too bad

I did the `webGLRenderer: false` trick and it fixed my fonts, so that's good. The header transparency is still weird though. I don't know if it's related. I'll create a...

I ran into this issue because our PWA initializes a bunch of sagas while bootstrapping, including an identity saga calls an `auntClient` that includes this library. When that's all being...

We moved some things around, and now the Auth component isn't being kicked off by the init saga, but just to keep everything happy, we added this `moduleNameMapper` to make...

We just ran into this again after someone had to format their machine. If you run a test in VSCode using the little 'run' button within the test file, it'll...