Jeroen Habets

Results 60 comments of Jeroen Habets

I would be interested in dotnet 6 support as well.

Dear Dr. @csev, interesting development here! Am I reading the code correctly that this PR also adds support for a Tool's JWKS URL? (Besides or instead of copy pasting the...

@jkmu do you have any plans to support .Net 6.0 by merging this PR, or alternatively support netstandard 2.1 or 2.0? Cheers!

@danschlet Apologies, description updated with missing info: SEB: [SEB Mac 3.2pre5](https://github.com/SafeExamBrowser/seb-mac/releases/tag/3.2pre5) Mac OS: 12.0.1 (MBP 16" 2019)

@danschlet I might have found the cause for my issue: There is actually no "Force Quit" dialog open but rather a "server connection interrupted" dialog with "Ignore" and "Disconnect all"....

@kstarzecki what version of LTI are you using? The deprecated 1.1 or the current 1.3 aka LTI Advantage?

BTW: "Out of the box, Npgsql allows reading and writing these types as strings and provides no further processing to avoid taking a dependency on an external JSON library" https://www.npgsql.org/doc/types/jsonnet.html

@azygis I was indeed querying our database looking for slow jobs writing sql like this for `hangfire.state st`: ``` CAST((st."data"::json ->> 'PerformanceDuration') AS INT) AS duration, CAST((st."data"::json ->> 'Latency') AS...

For what it's worth: I tried to search the git log but couldn't find a tradeoffs.md (or any file with trade): git log --name-only|grep trade

@fivestone I was bit by this today but thanks to your info I got it working 👍 .