Results 62 comments of Maxim Zaks

Well you can even use SortedMap implementation in languages which support it, like for example Javas `TreeMap`. In JavaScript it would imply foot work.

Would be nice to have a link to gist with the result of code generation. Otherwise there are too many questions in my head 😁

I gutes I would introduce a `getView()` method on `IRemoved` interface and implement it in the partial class definitions. `BuffEntity` would return `null` other two, `this.view.value`. Than you can just...

I gave the whole idea some thoughts which I want to share. As I see it there are two ways how a Kit can be implemented. 1. __Actor Model__ approach....

Hi there, AFAIK the problem is it takes time to decrypt the key chain. If you have your AccessOption set to `accessibleWhenUnlocked` and try to read in app delegate `didFinishLaunchingWithOptions`...

> Hi, I'm facing this problem, after many hours of inactivity, when I open the application, my manager fails to retrieve the refreshToekn from the keychain and the user is...

Bug is fixed in the PR #7434 Sorry for the delay. Seems like I missed the first mention in 2021.

I have a suggestion for a more aggressive, but IMHO also more valuable change. Replace offsets from being i32 to a special type of LEB. This special type of LEB...

> Not saying yes or no, but if you want to do LEB, you might want to follow QUIC > https://www.rfc-editor.org/rfc/rfc9000.html#integer-encoding > I think it is roughly as you suggest,...

There are two things that surprise me with `0x04, 0x00, 0x00, 0x00, 0xfc, 0xff, 0xff, 0xff, 0x04, 0x00, 0x04, 0x00` 1. The offset is a negative number, maybe it changed...