Richard Glen Domingo

Results 36 comments of Richard Glen Domingo
trafficstars

@snajjar and yet, there's **no such command** `yarn global root`. is it `$(yarn global dir)/node_modules`?

> I did some testing, and setting vert and vertright to a space character removes the blinking. If I change any of them to any other character the blinking starts....

@inductor sharing how I made this work in my WSL. I [changed a couple of lines](https://github.com/chardskarth/Pokemon-Terminal/commit/fecf9a9c66152ea12f9cdd8b1846e19eaf87813e) directly in my installation. First, [I changed this line](https://github.com/LazoCoder/Pokemon-Terminal/blob/ed8f7f4ebab6794e96398865f0f69df8f25048d0/pokemonterminal/terminal/adapters/windowsterminal.py#L10) to: ``` profiles_path = os.environ['LOCALAPPDATA']...

I had to change my `WSLPATH` variable to `\\\\wsl$\\Ubuntu-18.04` after updating to WSL2.

@alexander-akait is it a future improvement to support webpack's resolve.modules option?

I wanted to do something similar; **programmatic way to change slides**. I achieved this through exporting DeckContext and doing `const { goToSlide } = useContext(DeckContext)`. Gonna stick with this hacky...

@mingsu hi there! I don't recommend merging this to main. I took a very different approach. Feel free to try my branch. Go ahead and clone and do a "make...

Hi @justgook thanks for the review 🙏 but I won't be working on this (at least not anytime soon). It works for [my use case](https://github.com/chardskarth/choose-from-chrome-bookmarks). Feel free to fork and...

I'm currently encountering this same issue when I do "kscript --idea myscript.main.kts". Intellij shows this error. Anyone knows how to fix this error in the IDE?

Same experience with @AntonioZan. My pipeline succeeded without any additional changes in sonar.properties file