Roshan Padaki

Results 8 comments of Roshan Padaki

Can confirm the same issue. Logs appear on Linux, but they don't appear on M1 macOS. Not sure whether this is M1-specific or whether this will show up on Intel...

Alternatively, could we always print the target URL `https://github.com/login/device` when opening in a web browser? So maybe a less-clunky version of the below: ```txt ! First copy your one-time code:...

I actually just use this one script for all of them. When I want to build firered I do `./pret_gba_build.sh projects/pokefirered` and when I want to build emerald I do...

My team is experiencing the exact same issue in deployment but we are unable to reproduce it locally. Can also confirm that v1.59.0 does not cause the panic but v1.60.1...

We are a different project with the same issue using the stats handler behind a load balancer. Still no success with a reproduction unfortunately

Instead of using the chat, you can use [fountain codes](https://en.wikipedia.org/wiki/Fountain_code) to generate frames from your source data. The main idea is to produce a (potentially infinite) sequence of frames such...

This also deals with the fact that `constants.js` has different values depending on your OS! I'm currently trying to write a PR on Linux, and I had to manually build...

fwiw, here's what i do on my vimrc and similar on my powerline: ```vimrc if system('defaults read -g AppleInterfaceStyle') == "Dark\n" set background=dark let ayucolor="dark" else set background=light let ayucolor="light"...