Dave Tapley

Results 93 comments of Dave Tapley

Making progress, follow along here: https://github.com/JEFuller/Piexif/projects/1 I won't post here again until new release is pushed.

Fix for this will go in after https://github.com/hMatoba/Piexif/issues/122

Building on this I was able to use `cypress open` in a Codespace thus: 1. Configure your `devcontainer.json` to [use Docker Compose](https://code.visualstudio.com/docs/remote/create-dev-container#_use-docker-compose), so you can: 1. Use [`x11-bridge`](https://github.com/JAremko/docker-x11-bridge) to have...

@AriPerkkio yep I was able to run in that Codespace. I'm afraid the repo is not open source, but I don't see the `WARNING` 🤔 That said, I don't think...

Paging @t3mi and @danielboth, looks like both @markatdxb and myself are interested in this. I'm fairly new to all this (I discovered it via [Ansible](https://docs.ansible.com/ansible/latest/collections/ansible/windows/win_dsc_module.html)), but I'm happy to help...

I think this is a dupe of #401 and fixed by currently un-merged #400

I installed with Chocolatey and I experienced this, as seen by: ``` ➜ pipenv --version pipenv: The term 'pipenv' is not recognized as a name of a cmdlet, function, script...

Chiming in to note that I'm also seeing this. I'm installing to `C:\pyenv-win-master\pyenv-win\` (as workaround for #321), so I don't know if that's related? ``` C:\pyenv-win-master\pyenv-win\libexec\pyenv.vbs(372, 13) Microsoft VBScript runtime...

This just caught me out going live with a site (switching hostname from test to production domain): Even worse the `https://` was working (because I had a separate `win_iis_webbinding` for...

I tried to workaround with various combinations of escaping, but always got the same error if there was a `\` followed by `"` anywhere. Changing `"` to `'` did not...