Marcin Grzywaczewski
Marcin Grzywaczewski
> when i'm looking for a static file server, this is a feature i consider as over-engineered b/c services should be served through reverse proxies that can handle TLS /...
1. Yeah, it was Android Studio doing the formatting. I'll reformat using `clang-format` as the chore commit. 2. Tbh I could not find the place to implement and assumed there...
I was thinking about this, but in my case: 1. I have many hybrid objects in my library. I only auto-link one - let's call it `HybridA`. It is a...
> ok I get it. and you absolutely need Set? Normal array doesn't work? As long as user of my library won't need to use `has()` 😆 it will work!...