Andrew Mikhaylov
Andrew Mikhaylov
I've had to install https://github.com/nothingislost/obsidian-bartender specifically for this, and I don't use other features of that plugin. Would be nice to have this functionality available in this plugin though. Also,...
@jesseleite Looking at their README, they mention BRAT or manual installation, and also it's current version 0.5.5, so I guess it's not released yet.
I've looked through all samples using `call.parameters`, and all of them are using it to get specifically path segments, both via `get` and `getAll`. Why query parameters are present there...
There are a ton of other artifacts providing these kind of annotations. Here is the relevant ones from the list IntelliJ IDEA covers by default, with Maven coordinates for the...
By the way, you should consider generating the implementation which can switch resources in runtime during configuration changes, for example, as described at https://github.com/icerockdev/moko-resources/issues/201#issuecomment-922340943. cc @Nailik
I guess [anvil-examples](https://github.com/zserge/anvil-examples) should also be moved to the organization, shouldn't it?
@arkanovicz, my two cents here. These two seem to contradict each other: > You cannot add `@Serializable` annotations to existing target classes. > That's why the JVM solution of having...
@arkanovicz I'm not sure, let's wait for the clarification by @elizarov. Regardless of that, please check quite extensive [`kotlinx.serialization` guide](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/serialization-guide.md) to learn more about the current state of implementation of...
@fvasco You probably mean `.orNull() ?: run { ... }`, which I would avoid when possible. Though being obvious to seasoned kotliners, it may still add enough cognitive load if...
Sorry, I re-read your message and understood it. Got you wrong on first reading. Yeah, maybe IDE helping to learn that would be a great idea!