Kyle Gottfried

Results 99 comments of Kyle Gottfried
trafficstars

@mattmcadoo , is the window location being replaced by JS? If so try this: 1. Open a new tab and open up Dev Tools' Debugger tab. 2. Select XHR Breakpoints...

For those whom are on Groovy 3 and want to disable the parrot parser in builds this is how you can implement it in Gradle. `build.gradle` ```groovy tasks.withType(GroovyCompile) { groovyOptions.configurationScript...

I am very much on the side that this should be implemented as part of pyenv install itself.

My approach to this. ```python In [13]: from pygit2 import Repository as Repo In [14]: from pygit2 import Commit In [15]: tag_commits = [] ...: repo = Repo('.') ...: for...

That is correct. * I have `terminal.integrated.defaultProfile.windows` set to a custom Xonsh profile. * This extension doesn't seem to work well with Xonsh on windows. * I also have `terminal.integrated.automationProfile.windows`...

To clarify, is this to support a gradle launch configuration in launch.json?

Closed as this is an abandoned PR.

For the purposes of using this with a mock server password credentials seems irrelevant; instead create a set of credentials just for running the tests against, through either or fixture...

@ut-adamc , I don't see any stand-out issues with the implementation. Can you please update [README.rst](https://github.com/carletes/mock-ssh-server/blob/master/README.rst) to include a password example?