Dave Gallant
Dave Gallant
Can yar be extended for GitHub Enterprise use? This can be done by modifying the `BaseURL`: ```golang baseURL := url.URL{Scheme: "https", Host: "mygithub.com", Path: "api/v3/"} m.Client.BaseURL = &baseURL ```
Really like the clarity this plugin provides. I did notice that when running tests with parametrization, it does not show which parameter is being used.
I've got the map embedded on iOS but cannot change the default location. I tried changing (in MapKit.js) var MapKit = function() { this.options = { height: 260, diameter: 1000,...
### Expected behavior There does not seem to be a way to pass `--no-hooks` to helm releases. Being able to pass this flag to [helm template](https://helm.sh/docs/helm/helm_template/) would make renders (and...
How can I do something like addauth digest user:password? I am unable to access any of my znodes after loading up the web ui. I see all of the znodes...
In some cases, seeing the url in the search results is desirable, especially if you do not have the repo cloned locally. When over the url, [netrw-gx](https://neovim.io/doc/user/pi_netrw.html#netrw-gx) can be used...