Alexander Kosenkov
Alexander Kosenkov
Many TS declarations contain rich comments with `@param` annotations. So, this feature is very useful for JavaDoc-style comments in the output
I think, this counts as another vote for #5 :-) Two completely different use-cases for `+` should be called differently. One implies html escaping, while another explicitly does not perform...
Btw, `Kotlin.DOM` has an interface `org.w3c.dom.events.EventListener`, which declares a single function: `fun handleEvent(event: Event): Unit` However, all those `onClickFunction` accept `(Event) -> Unit`, which is the same, in priciple. So,...
I have the same problem while building https://github.com/yahoo/kafka-manager: ```` Could not create file /home/kosiakk/kafka-manager-1.3.3.15/target/streams/compile/$global/$global/discoveredMainClasses/datajava.io.IOException: Too many open files ```` On my particularly large server, `cat /proc/sys/fs/file-max` yields `52307681` - that's...
- [Inline functions with Lambda arguments](https://kotlinlang.org/docs/reference/inline-functions.html#inline-functions) - [Kotlin Bytecode viewer with built-in decompiler](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206889295-Byte-Code-Viewer)
I've tested both API on a 64-bit computer with Windows and I don't see any conclusive difference. All the int pointers will be expanded to 64bits anyway, and memory has...
Currently it gives different error message: ``` > a = [3 | 4] . >>> 1 new errors. Type `sol` for details. > sol Solution empty. Errors ====== Uninitialized rules...
It seems that another repo contains the GUI which is shown on the main page: [app.surrealdb.com](https://github.com/surrealdb/app.surrealdb.com). Unfortunately, the repo is empty, and the web-page itself is not yet configured and...
That would be nice, but the `init` function can have arguments like `mousedown`. Such options would be lost this way.
Smart synonym search would also be magnificent. Some embedding like `Word2Vec` or more modern from GPT-2. I'd love play around with them. Look, [lots of guys](https://huggingface.co/transformers/pretrained_models.html) play with them for...