pe224
pe224
I submitted a [pull request](https://github.com/rafaelmaiolla/remote-vscode/pull/48) which hacks this functionality in. Until it is (maybe) accepted you can add the 2 additional lines directly into `/path-to-vscode-extensions/rafaelmaiolla.remote-vscode-1.1.0/out/src/lib/Session.js`
I have a similar problem related to network drives. However, I noticed that the lag in Keypirinha reproducibly happens when the network drive has been recently reachable again. In my...
> This is BLE device listing under Windows with winrt https://stackoverflow.com/a/72045486 (we sponsored that code, and it is actually used in production, with some non-essential adaptations). Thanks, this is interesting....
I was running into the same problem. My dockerfile (in my case it was `gitlab-ci.yml`) looked roughly like this ```yml image: node:16-alpine before_script: - npm install --global firebase-tools hasura-cli ```...
I don't think we actually need to copy the cache folder explicitly as in @trevorlauder's approach above. Two realizations were key for me: 1. Since the `executor` binary is simply...
> `pip` installs `my-pkg` too if you use this syntax. This is understandable and ok, since installing `my-pkg[dev]` is always expected to install `my-pkg`. Hence I wouldn't mind the somewhat...
As a workaround for now, I found applying the following CLI options works ``` pip-compile --unsafe-package my-pkg --no-allow-unsafe ``` Like this, the breaking reference of `my-pkg` to the local filesystem...
This seems to be fixed with release 3.2.0 Thanks!