Jim Klo
Jim Klo
So I create test file, `test_stuff.py` and define the following test: ``` import os def test_read_env(): endpoint_token = os.environ.get('MY_ENV_VAR') assert endpoint_token ``` I create a `.env` file with the following:...
I have a fairly simple `docker-compose.yml` file: ```yaml version: "3.0" services: dev: image: jekyll/builder command: ["jekyll", "serve", "--incremental", "--watch", "--verbose" ] ports: - "4000:4000" volumes: - $PWD:/srv/jekyll - $PWD/vendor/bundle:/usr/local/bundle ```...
I’ve tried creating a new workspace using an iPad Pro iOS 12.2 using Safari, Firefox, and Chrome. When I get to the add project portion of the form, I can...
Trying to get a simple sample of threads.js working within a create-react-app that was started using the typescript enabled template. I'm using `craco` to avoid ejecting, so my `craco.config.js` contains...
Trying to modify the `Terminal` menu such that is uses a specific set of options and uses `uxterm` instead of `xterm`. First problem I have is that adding arguments to...
It seems like @envygeeks hasn't done anything in over a year while issues and pull requests pile up and go stale or folks just close pull requests as they become...
### Environment - OS and version: MacOS Ventura, 13.3 (22E252) - VS Code: Version: 1.77.1 (Universal) Commit: b7886d7461186a5eac768481578c1d7ca80e2d21 Date: 2023-04-04T23:23:33.779Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Darwin...
When trying to install on OS X Yosemite with Vagrant 1.7.2 I get the following error: ``` $ vagrant plugin install vagrant-reload Installing the 'vagrant-reload' plugin. This can take a...