Wills Ward
Wills Ward
Ex. app.conf.tmpl ```txt version: {{ Env.VERSION }} app_name: {{ Conf.App.AppName }} redis_host: {{ Conf.Redis.Host}} ``` app.yml ```txt AppName: my app" ``` redis.conf ```txt Host: localhost ``` I believe the ability...
The wind direction icons are missing from the set (they are in the font file). 0xf059 – 0xf0c1
https://github.com/dnephin/dobi/blob/master/tasks/job/run.go#L301 This file doesn't exist on Windows. Should there be a `meta.provide_docker:` option to disable?
https://github.com/fsouza/go-dockerclient/issues/589
``` [ERROR] Failed to execute task "build-img:build": API error (500): {"message":"Error parsing reference: \"-build:-\\\\\" is not a valid repository/tag: invalid reference format"} ``` Since my employer uses AD, my username...
References: https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Named_Entities https://www.huque.com/bin/gen_tlsa
I can't seem to print these. Printer cites something about a PC LOAD LETTER?
**Checklist** - Have you checked the open-appsec troubleshooting guides - https://docs.openappsec.io/troubleshooting/troubleshooting - Yes - Have you checked the existing issues and discussions in github for the same issue. - Yes...
https://github.com/dotnet/orleans/blob/86db32b40f3e5585267123a4704edad34df8b40b/src/Orleans.Core/Messaging/PrefixingBufferWriter.cs#L128C17-L128C55 There is technically an off-by-one error when the remaining buffer size is equal to the `sizeHint`. I don't think this code path is even referenced, but it's worth knowing.