Craig E. Shea

Results 143 comments of Craig E. Shea

Lol, I see that this attribute was just recently added to the 0.5.24-beta24 release! However, the commit for this change is lacking any context: why was the change made? What...

I'm having the same problem. I was using a nuget.exe client of 5.4.x. I thought maybe it was the client version (since the error message said so, but that's bogus...

So, I just built from the latest sources and deployed the application. Issuing the command: ```shell nuget list -source http://my-baget-server/v3/index.json ``` resulted in the same error as the OP. Issuing...

And now I've confirmed Baget's behavior vs. nuget.org when using the nuget.exe client via MITM Proxy (Man-in-the-middle). When nuget.exe is used to perform a `list` against nuget.org, the resource `https://api.nuget.org/v3/index.json`...

Why not allow one to specify, within the settings JSON under the `kubernetes` property, either a simple string value (currently a glob) or a map specifying the version(s) of schemas...

I thought it was strange that this lsp server explicitly supported Kubernetes while providing a generic mechanism for other YAML schemas. I wasn't sure if there was any appetite for...

I'm looking for this, too. It looks like this has become abandonware. 😢 I have a PR open on another of his modules, BuildHelpers, but crickets.

OK, I tried this using a different configuration. In my case, I was trying to get the updated PowerShellGet module, now called PSResourceGet. Here's the configuration I used: ```powershell @{...

@avalery In lieu of cloning my git repo, this really is a single-line change. You could just update your copy of the module for now, according to the diff shown...

I answered my own question. Again, I encourage you guys to reorganize this documentation to make it a bit more coherent to readers. On [this page](https://docs.particular.net/servicecontrol/servicecontrol-instances/remotes), in a Note, the...