Ben Yohay

Results 11 comments of Ben Yohay

To me it doesn't happen on the page you linked, but on this page it does: https://www.oreilly.co.jp/books/9784873116488/. Might be a problem that's related to the screen's dimensions.

It works perfectly fine when the debugger is not attached (Edit scheme -> Test -> Uncheck "Debug Executable"). I suspect that the debugger handles the exception before the exception handler...

To my understanding, if your clients don't intend to build JOSESwift separately you shouldn't enable library evolution (See [here](https://www.swift.org/blog/library-evolution/), under "When to enable library evolution support"). So if your clients...

@nathan-mohemian what are your thoughts on the matter?

@nathan-mohemian thanks! I opened a PR #267

@petea what are your thoughts about this?

@petea In our apps the first keychain access group is the shared one, meaning GSI will store the state in a shared place that will be read and written by...

One thing I'm not so sure about that's somewhat related: Do cached logs that don't have cached requests ever get uploaded? From the code it looks like they don't

To answer my own question: Yes, they are retrieved in `LogsFinderEffectHandler` and are united with the new logs in `CacheLogsEffectHandler`.

I forgot to mention I'm using `gh pr create --fill` to create the PR. So it does work when choosing "add metadata" in interactive mode, but I'd still like to...