Results 8 comments of mpw

Are you running the command as sudo?

this is happening to me as well. Using rls 1.34.0 (6840dd6 2019-03-10). Very high cpu with VSCode and eating all 16GB of ram. My computer completely crashes from time to...

It happens while editing code normally. In my case i had updated VScode as well on the same day, and now the WatcherService from VSCode started eating up all my...

I don't know what board are you using, but I fixed that Warning by adding `https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json` in Arduino > Preferences > Additional Boards Manager URLs and then selecting the proper...

We could spin up Hasura in our kubes cluster for the stage env and start testing there. Hasura Cloud with VPC Peering is pretty expensive

@dandlezzz dammit it seems Hasura built in caching [is only available for cloud](https://github.com/hasura/graphql-engine/issues/4660#issuecomment-1100875171). Back to square one? Redis? will continue researching different options

Im having the same problem. Now gif won't decode anything, it fails with `unexpected EOF`. Only thing i did was update from 0.11.4 to 0.12.0 and move to toolchain 1.65.0....

nvm, its working again, my fault, sorry. I tried the basic `check.rs` example on the repo and the gif worked just fine, so it was 100% on me. I think(?)...