Jeremy Mahieu
Jeremy Mahieu
When using the following config, where both the api and the web server are on https, the agent gives 0 output, no errors, nothing. Even when doing `--foreground` and running...
**Which version of Microsoft.IdentityModel are you using?** Note that to get help, you need to run the latest version. System.IdentityModel.Tokens.Jwt 6.12 **Where is the issue?** * [x] S.IM.Tokens.Jwt **Is this...
To display the information on the home page a query with a view is used. This view joints two tables. The `Transactions` table can get very large so the join...
Instead of using the view in the database, use a query directly. I kept he view object as a viewmodel, can change it later. Also this doesn't delete the view...
Looks like a simple typo. It affect the logging, reporting the wrong controller.
It's not impossible that it's due to my own code but I'm having the following problem: I connect to 5 modbus tcp server in a foreach loop. I try to...
Increases the max video bitrate to 15000 kbps, doesn't require changes in the backend. Because it's 2024. 
I'll start off by saying my setup is not as you prescribe. So this is my own fault. Trudy runs on a WSL (debian). If I configure the windows global...
Please check Services, Known Bug / Issues and Troubleshooting over here first: https://github.com/fuatakgun/kia_uvo/blob/master/README.md **Region and Brand of car** EU, Kia **Version of the integration** 2.24.2 **Describe the bug** I use...
This would lead to a very small time save, depending on the database speed, just a few miliseconds each message. 1) Writing to the MessageLog table causes an insert which...