Marcus Griep

Results 43 comments of Marcus Griep

I definitely agree that we can improve the error reporting here. `untagged` doesn't provide very good messaging, so a custom implementation of `Deserialize` with custom messaging on errors might be...

Ok. Interesting. The [JSON Web Algorithms RFC](https://datatracker.ietf.org/doc/html/rfc7518#section-3.3) indicates a _minimum_ key size of 2048 bits for the RS256 algorithm. A key with a size of 512 is thus invalid according...

Thanks for catching the infix miss. I understand where you are going with the concurrent vs. parallel distinction, and can see where sequential would be a better default, with some...

I have actually been using it to compare concurrency with only one worker thread and demonstrate concurrency without parallelism, especially from within the same process. `Scheduler.Global.setCreate` wouldn't work for this,...

If there are no further changes, I'm inclined to merge this in.

I'd like to follow this as well. Ping me on a PR when you have one ready to work through.

It's been a while, but I saw that this had partially been done now with a Github action. That action is broken at the moment, but I've submitted #79 to...

When you say that they do not show for you, do you mean in terms of IDE support showing you all of the information? If so, rest assured that they...

I have an idea for fixing this up and potentially improving the speed of the timezone calculations. I'll see if I can put together a PR of some sort this...