Mark Vincze
Mark Vincze
This is not an issue report, but a question. I'm implementing a piece of code which retrieves the list of nodes and list of pods, and then based on some...
We can already set up preconditions on the Route with the syntax ``` sut.Request(HttpMethod.Get) .IfRoute("/testget") ... ``` But we don't have any way to have a precondition for a specific...
Add a new Stream implementation using OWIN, and extract the Configuration handling to a separate project so that it doesn't have to be duplicated.
When running the metrics stream middleware, we occasionally see the following error in the logs generated by the framework: ``` Cannot access a disposed object. Object name: 'WriteReqPool'. System.ObjectDisposedException: Cannot...
[Sabledocs](https://github.com/markvincze/sabledocs/) is a documentation generator I started working on a while back. It already has some traction by external users and contributors, and I've been using it too for my...
I encountered a strange problem with syntax highlighting: I have an almost identical code sample on two consecutive slides, both of them defines a record type, but the second one...
Provide an option to backup and restore the code fragments to and from OneDrive (and possibly other providers, like Google Drive, Dropbox, etc.)?
Environment variables containing linebreaks are not transferred correctly to the docker containers
## The problem Let's say on my host machine I have an environment variable called `ESTAFETTE_MULTILINE`, which contains line breaks (not escaped). For example I have a file `~/multiline.txt` with...
The diagnostic with `golangci-lint` was not working for me at all, because the compared paths were different, they had values like this: ``` curfile_norm: C:/Workspaces/my-project/my-file.go item.Pos.Filename: C:\Workspaces\my-project\my-file.go lintedfile_norm: C:/Workspaces/my-project/C:/Workspaces/my-project/my-file.go ```...
(This change has been discussed here: https://discord.com/channels/1041662798196908052/1041678923878125589/1430856872889421855) This PR adds the capability to configure a `window_filter` for every effect, to limit which windows the effect is applied to. For example...