Hamish Robertson
Hamish Robertson
**Describe the problem** VSCode does not resolve env vars in settings.json - this is left for extensions to implement themselves. For example, in the following `${env:BAR}` will not be replaced:...
I have a handful of mods installed manually either because they're betas not in CKAN yet, or other such scenarios. Checking these mods for updates first requires me to try...
Fixes #85 Alternative to #86 - See discussion in #85
**What version of redis operator are you using?** redis-operator version: 0.14.0 **What did you do?** OLM updated redis-operator to 0.14.0 (https://github.com/k8s-operatorhub/community-operators/blob/main/operators/redis-operator/0.14.0/manifests/redis-operator.v0.14.0.clusterserviceversion.yaml#L257) **What did you expect to see?** Image quay.io/opstree/redis-operator:v0.14.0 should...
My app talks to multiple APIs. I want to be able to mock part or all of any subset of those APIs. After discovering this didn't work out of the...
Thank you 2e3s for providing awatcher! I have multiple monitors and often work actively using a window on each monitor. Switching focus back and forth between each monitor results in...
This is a feature request. I'm wanting to have multiple versions of Python available as ActiveScript com objects so that my application can invoke Python scripts against different Python versions....
Content: https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations.customvalidationattribute.method?view=netcore-2.2 Content source: [xml/System.ComponentModel.DataAnnotations/CustomValidationAttribute.xml](https://github.com/dotnet/docs/blob/master/xml/System.ComponentModel.DataAnnotations/CustomValidationAttribute.xml) The remarks for the `Method` property of `CustomValidationAttribute` incorrectly state that the specified method must return a `Boolean` and takes a `ValidationResult` `out` param. In...