Audrius Karosevicius
Audrius Karosevicius
UI is not upscaled properly on some Linux desktops. Would be useful if compose-jb could use same logic as Intellij uses ([ref](https://intellij-support.jetbrains.com/hc/en-us/articles/360007994999-HiDPI-configuration)) > Linux > jvm 14 > Gnome 3.38...
A lot of functions have illegal overloads when default value parameter is used. e.g. `assert.assert` package: ``` external fun equal(actual: Any, expected: Any, message: String = definedExternally) external fun equal(actual:...
When I toggle ON this Debug option setting: only this empty layout appears in main screen: - No code is associated with this view - Settings description tells that it...
Would be useful to have callable function out of the box. [Docs](https://firebase.google.com/docs/functions/callable), [Specs](https://firebase.google.com/docs/functions/callable-reference)
# Summary [summary]: #summary Support Apollo Federation. This requires to comply with the [Federation Specification](https://www.apollographql.com/docs/federation/subgraph-spec) # Rationale [rationale]: #rationale Federated superGraph allows composing multiple services. `pg_graphql` would be an ideal...
#### Problem: Chat window is too small. After increasing the window size, closing the CodyChat window (`:CodyToggle`) and reopening it, the size is reset. This is very inconvenient. #### Feature...
The standalone Spotlight Electron app is currently only available for MacOS. I would like to use it on Linux to work with the Sentry Android SDK.