Nikita Bobko

Results 412 comments of Nikita Bobko

> E.g. we can potentially extend EnumEntries to have such members as valueOfOrNull, valueOf(ignoreCase=true) and so on. @qwwdfsad I'm still not sure that a separate `EnumEntriesList` public type makes sense...

> It appears that a reified enumEntries() function wasn't added to the stlib but was called out as planned in the KEEP here It will appear in Kotlin 1.9.20. The...

Close because of lack of activity. Feel free to open new PR

Most probably `rebase.abbreviateCommands` isn't supported too. (but I don't use it and didn't check)

Thank you for your report! It's good to know that in some cases current heap size is not enough. You can change heap size in /usr/bin/gcal-notifier-kotlin-gtk

Can I ask you to try [2.0.9-SNAPSHOT](https://drive.google.com/open?id=10bYXnPRkF7GVb2Og-B5O6dtqaVQR8q5r) version (or you can build SNAPSHOT by yourself from `master` branch). I've applied your suggestion to use stream to work with Gson and...

> Is there a way to achieve this today? No, it's not possible yet > If not, can we add as a feature request? Once the on-focus-changed callback is introduced...

I'm closing this issue in favor of two others: - AeroSpace already supports `on-focus-changed`. Once `tree` command is supported #16, I think the "alternate" layouts can be hacked by external...

Normally, applications should set [accessibility attributes](https://developer.apple.com/documentation/applicationservices/carbon_accessibility/subroles) to let other applications know how to interact with them. If window is a dialog it's subrole attribute should be [kAXDialogSubrole](https://developer.apple.com/documentation/applicationservices/kaxdialogsubrole) or [kAXFloatingWindowSubrole](https://developer.apple.com/documentation/applicationservices/kaxfloatingwindowsubrole) AeroSpace...

What application do you use that doesn't work as expected? Firstly, we need to let the developers of the app to know about this problem