doug62

Results 13 issues of doug62

This image seems to require running on Linux with /sys/fs/cgroup:ro and therefore can't be run on windows host with linux images. Otherwise this is really cool.

**Is your feature request related to a problem? Please describe.** As a user I would like the ability to view the size of folders so that I can quickly find...

In CORE 3.1, when i register - services.AddFluentEmail("[email protected]") and later try to resolve by: var fact = this.serviceProvider.GetRequiredService(); var email = fact.Create() I receive: Cannot resolve scoped service 'FluentEmail.Core.Interfaces.ISender' from...

I would like to minimize the number of seemingly static files exposed to the host so that it is easier to manage my data/configs/git... Seems there are many bins that...

**A few questions before you begin:** > Is this an issue related to the [Serilog core project](https://github.com/serilog/serilog) or one of the [sinks](https://github.com/serilog/serilog/wiki/Provided-Sinks) or [community projects](https://github.com/serilog/serilog/wiki/Community-Projects). This issue list is intended...

Great work Victor! - Any chance you have your K8 install for influx / services/ingress /environment? (Helm, .sh, manifests?) Thanks!

helm repo add wso2 https://helm.wso2.com && helm repo update Produces: failed to fetch https://helm.wso2.com/index.yaml : 403 Forbidden This previously worked about 3 months ago, no longer does, I'm an architect...

A helm install on a stack with more than 1 default storeage class produces an error - the following fix corrects it. persistence: size: "2Gi" annotations: {} storageClass: - this...

Bug: Unable to set network a second time. Steps: 1. Set a network - works 2. Try to change/set another - it fails to change, retains initial setting 3. Can...

Feature - Would be nice to set SSID from environmental variable so that if one is creating many devices they could have unique SSIDs - currently doing so requires template...