Matasx

Results 8 comments of Matasx

**Thank you**, I was looking for this option but couldn't find it. I was able to make it work with the compatibility flag. If somebody else needs this, here is...

FYI when using docker to host the app and especially when using alpine linux, be aware that application is by default forced to run in globalization invariant mode, which causes...

The problem fits to the producer/consumer pattern (some process writing to the connection is consumer and Ping / user logic are producers of events). In C# you can largely utilize...

I think the automation here should be quite straightforward and I think tagging on the main branch with tag containing the version is one way to go. Could you share...

Yeah, looks good, great job. 😺

Yes this would be perfect if implemented in GenHTTP. I currently use custom build of Caddy with rate limiting module configured to 600 calls per IP per minute. This would...

Not sure if related to this feature, but I would love to have the ability to request my User object derived from IUser as the webservice method param. Most of...

I like the convenience, though I don't have a strong opinion. My acceptance criteria for the code are basically: 1. easy to write 2. easy to understand To which I...