Felix Winterhalter
Felix Winterhalter
### Description When using UriBuilder it is possible to get a Uri with the wrong scheme if the scheme has only a single letter. This is similar to the issue...
We have a package that contains many files that are in a rather deep folder structure. NPM can pack this correctly without much trouble, however semantic-release fails because it tries...
The document in its current form leads one to believe that combining Authorize with AllowAnonymous on a controller will lead to Authorize being ignored, this is only partially true. What...
**Describe the problem/challenge you have** The pv/dataset names do not map easily to pvcs when looking purely at the zfs datasets and not having the kubectl output to compare. **Describe...
### Describe the feature Currently the standard approach to using ValueTypes fails due to the inability of EntityFrameworkCore to use a value type as an id for example. Guidance on...
### Describe the feature I'm currently running into the weird situation that my code coverage is tanking because it includes generated code by default. I could now exclude the whole...
There are a lot of additional licenses out there that aren't part of the standard SPDX license list. There are third parties such as: https://scancode-licensedb.aboutcode.org/index.html (or on github: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses) that...
In our company we're loving the fact that signatures are coming to nextcloud. Seeing the current implementaiton I'm wondering whether there is any support planned for external keys that are...
There is a documented way to create a gRPC client using the dependency injection framework that allows the usage of call credentials on insecure channels: ``` builder.Services.AddGrpcClient(o => { o.Address...
Gitlab while not allowing searching of packages does allow hosting of packages at least on project level under a path like: gitlabHost/api/v4/projects/projectID/packages/npm/ I tried to set up such a scoped...