Loi Tran

Results 16 comments of Loi Tran

Is the Network tab able to show requests for assets? My situation is when I load an asset on one screen and load the same asset on a different screen,...

A little bit off topic but do you guys ever have problems with pry working on `Ajax` requests? Pry doesn't stop on Ajax requests and simply prints to the screen...

@tjex Where would we remap? I'm having trouble mapping my Hyperkey + b. It works great for hyperkey + h j k l but not b for some reason.

@tjex thanks for getting back to me. Sorry for being unclear. Inside of my `.config/skhd/skhdrc` I have this. ```sh shift + alt + ctrl + cmd - b : skhd...

Wow, just reread the readme and found it. ```sh shift + alt + ctrl + cmd - b : skhd -t "##" ``` Regardless thanks~! =)

I can preserve the mustaches using this syntax, `{{& }}`. ```vue Undone {{& countUndone }} Done {{& countDone }} const { countDone, countUndone } = useTodos() ``` But the variables...

@rodrigobastosv @callmephil could you recommend how to do it when using goRouter and config instead of builder? ```dart MaterialApp.router( // code... routerConfig: goRouter, // more code... ) ```