Shagen Ogandzhanian

Results 38 comments of Shagen Ogandzhanian

Minimal example: ```typescript //_api export interface Application { } ``` ```typescript import * as core from "_api"; declare namespace e { interface Application extends core.Application { } } ``` it's...

Actually it looks like it will always make sense to inherit object from an interface but let's be back to this when we come up with a decent proposal for...

looks related to https://github.com/Kotlin/dukat/issues/296

As a result of discussion I've created three tasks: https://github.com/Kotlin/dukat/issues/375 https://github.com/Kotlin/dukat/issues/374 https://github.com/Kotlin/dukat/issues/373

more complete example ```ts interface SomeOtherInterface { ping: (arg: T) => T; pong(arg: D): D; cached: { any>(func: T) => any): T; }; } ```

Covered in a proposal we have in "DUKAT-9. Light-weight builder for (presumably) config-like interfaces".

see also - https://youtrack.jetbrains.com/issue/KT-37108

Thank you for report, Omico, can you clarify which version of compose-multiplatform you are using in the project that causes this problem?

Thanks @Omico that's enough for further investigation

@tombaileywzd than you for this report, we haven't tested clipoard events with hiragana/katakana so far, we definitely want to support it (general-purpose framework that does not support Unicode to full...