Paweł Szczur
Paweł Szczur
This makes logger behaviour more in sync with standard print function.
The app didn't built. I've upgraded to a new version of libraries and tools, it forced me to enable multiDex. Then I've encountered the 'duplicate entry for common.annotations.Beta' error. I've...
I suggest to present the name in the text or change the filtering (e.g. building number?)
**Is your feature request related to a problem? Please describe.** We're proxying the queries and want to pass extra context for the proxy so it can make decisions where to...
Make sure #28 does not happen
When downloading a file from URL, the HTTP server may return a name of file the content should be saved as.
https://github.com/PostHog/posthog/pull/31752/files/477c24428b8892ff6b053b75273dbe33be0524b9#r2068284723 Actual: ``` var v1 interface{} if m, ok := v1.(easyjson.Unmarshaler); ok { m.UnmarshalEasyJSON(in) } else if m, ok := v1.(json.Unmarshaler); ok { _ = m.UnmarshalJSON(in.Raw()) } else { v1...