Tomasz Wyrowiński

Results 13 comments of Tomasz Wyrowiński

Same issue but slightly different code: ``` class Simple { var number = Wrapper.intHolder.intValue fun updateNumber() { number = 5 } } object Wrapper { val intHolder = IntHolder() }...

Do you think it would be possible to either use models that are mutable or immutable **and** they declare a function that transforms given instance with zero id to an...

I experience the exact same issue. The "missing" type can be added to `ignoreUnregisteredTypes` but it then makes you lose the benefit of build time safety.

`This makes the whole package meaningless.` This package resolves for developer complete dependency graph and does constructor injection throughout all layers of application perfectly fine. That's a lot imo. The...

:+1: pierstitus's solution - it's more intuitive and prevents accidentaly hiding maximized windows that doesn't have focus.

`timeout` inside `GooglePlace` class is mutable which means you should be able to adjust it for your needs.

@Milad-Akarie Have you tried investigating this issue but found some obstacles that would make fixing the warnings too complex or is it still something to be explored?

Observing the same behavior: - downloaded zig (0.11.0-dev.3704+729a051e9) - added zig to PATH - point `zig.zigPath` to the zig binary `Format Document With...` throws the `Cannot read properties of undefined`...

Same situation in the project I work on. There are scripts consisting of 4-5 sub-scripts I need to run one by one in correct order.