Josh
Josh
In case it saves anyone a few minutes, don-smith's answer above worked for me, but the directory on my computer was `~/.vim/bundle/LanguageClient-neovim/`. 1. Make sure Rust is installed. 1. Edit...
Dark mode is hard to read for some people, especially with certain lighting. See [here](https://zapier.com/blog/dark-mode-bad-productivity/), [here](https://tidbits.com/2019/05/31/the-dark-side-of-dark-mode/), and [here](https://www.techradar.com/news/the-dark-mode-craze-may-do-more-harm-than-good-this-is-why).
It looks like cors-anywhere on Heroku limited access to the service, so the CORS requests to Github will fail. To make it work again, visit [this page](http://cors-anywhere.herokuapp.com/corsdemo) and click the...
I'm also receiving a 403 error. ``` [polyglot_data] | Downloading package transliteration2.eu to [polyglot_data] | /root/polyglot_data... [polyglot_data] | Package transliteration2.eu is already up-to- [polyglot_data] | date! [polyglot_data] | Downloading package...
@ShayanJavadi is your code online anywhere? I'm having the same problem in Gatsby 2 where it works in development but not when I build the site. I'm creating the diagrams...
Sorry, it turned out that it was another error in my code due to having an extra file in the `pages` directory that Gatsby didn't like during build. The code...
Doesn't work for me, even when changing lines 8 and 166.
> they can only terminate your right to use any patents which they may or may not have on the concepts underlying React I think that it isn't wise to...
I posted my encounter with this in [jsbundling-rails/issues/219](https://github.com/rails/jsbundling-rails/issues/219) but then realized the problem is in cssbundling-rails. When I run `rails _8.0.2_ new website --js=esbuild --css=tailwind` it creates yarn and bun...
I'm also looking for this feature.