Mark
Mark
**Is your feature request related to a problem?** I am attempting to use devspace in my Azure Pipelines CI for image builds rather than the usual sequential pipeline task, one...
**Is your feature request related to a problem?** I have an aspnet core solution with many projects. Each project is built into its own docker image. I created a solution-wide...
I'm using SlowCheetah to transform an app.config file for a web application I deploy as a WebRole in Azure. The resulting app.config is used by Azure's WaIISHost.exe for configuration of...
I've forked [here](https://github.com/markphillips100/AppAuth-JS/tree/dev) and added support for the end_session endpoint similar to the existing authorize endpoint. It's working for my purposes. Rather than submit a pull request, and in the...
I've made an attempt at aligning the code to the [AspNetCore 3.1 Typescript client](https://github.com/dotnet/aspnetcore/tree/release/3.1/src/SignalR/clients/ts) in order to support auto-reconnect. I've upgraded the chat and test apps (+servers) and both appear...
Just wondering if the flutter_dynamic_forms package should bump its provider dep to 6.0.0? It's not a major issue for me that it is coupled to v5 but thought it might...
I have form elements with hyphens ('-') in their Id's text as a word separator but this also applies if the Id were a guid. The latest null-safe release (1.0.0)...
I've been trying to create a custom grouping of checkbox choice items where each choice component has an integer quantity property and the parent group component also has a quantity...
I receive a JsonException: "Custom converter on member ... is not a JsonConverter" when trying to perform serialization of a Polygon typefrom the NetTopologySuite. The specific reason for the error...
It's difficult to know if this is an issue inherent in what I am doing or if this is actually a flutter bug itself. I'll let others decide I guess....