Steve Clarke

Results 15 comments of Steve Clarke

Are you using WSL? I notice in my WSL that my Windows path is mixed in with my WSL/Ubuntu path. I think the completion is enumerating my entire Windows path,...

Thanks for that info @rwilhelm ! I'll give that a try. I have a feeling I'll have to manually add some Windows paths back in so my `win32yank.exe`, `code`, etc....

I just configured Solargraph on VS Code and am trying to use my newly gained knowledge from getting it working in that editor to make it work in my NeoVim...

If there was a `use_bundler` option, wouldn't it avoid the necessity to even install a Solargraph server? All that would be required would be to run `bundle exec solargraph stdio`...

Thanks @kucho ! This worked for me as well. It looks like Ubuntu 22.04 ships by default with OpenSSL 3 and I couldn't find any backport of 1.1.x. I only...

Upon further investigation it looks like this only happens on iOS 12.x. Previous iOS works as expected and don't scroll to top of screen after keyboard is hidden/input loses focus.

That's not really an option for me. Ionic version is the only one that solves my UI rendering issue.

@jcesarmobile Yes I'm using Vue/Quasar with the cordova-plugin-ionic-webview plugin. I'll do up a repro sample app for you in the next couple of days.

I'm using a Docker container for my Nuxt frontend. I've confirmed the running docker container contains the environment variables: ``` deploy@staging:~/docker/app$ docker compose exec frontend bash root@f8a5f662f588:/app# env HOSTNAME=f8a5f662f588 POSTHOG_API_HOST=https://us.i.posthog.com...