Results 59 comments of Denys

I agree with @uzilan here. There are some traideoffs for running executable scripts fetched from remote source, indeed. But I think people will not check executable files anyway.

Thanks @sshine for such extended answer. In Kotlin/Java world Gradle is de-facto a default build system. (Probably some legacy enterprise projects still use something like Maven). Using `./gradlew`/`gradlew.bat` is [the...

Hey, thanks @Deleplace I just liked the idea of `programming-idioms` and thought that it's data may be open-sourced as well. :)

What do you think about this color-scheme? ![](https://placehold.it/16/AA00FF/000000?text=+) Kotlin Start ![](https://placehold.it/16/0091EA/000000?text=+) Kotlin Community ![](https://placehold.it/16/FFAB00/000000?text=+) Kotlin JS ![](https://placehold.it/16/64DD17/000000?text=+) Kotlin Android ![](https://placehold.it/16/DD2C00/000000?text=+) Kotlin JVM ![](https://placehold.it/16/000000/000000?text=+) Meta

I'm not true ~~welder~~ designer, but here are few sketches: ![KotlinStart_w1](https://user-images.githubusercontent.com/265872/75193410-a76ac480-576f-11ea-880d-cdbdacc1ab09.png) ![KotlinStart_w2](https://user-images.githubusercontent.com/265872/75193420-aa65b500-576f-11ea-98e3-32167c187e2d.png) ![KotlinStart_w3](https://user-images.githubusercontent.com/265872/75193419-a9cd1e80-576f-11ea-94b8-8e68b7f3cd1f.png) ![KotlinStart_w4](https://user-images.githubusercontent.com/265872/75193414-a9348800-576f-11ea-831d-855dde4c78d7.png) ![KotlinStart_w5](https://user-images.githubusercontent.com/265872/75193412-a89bf180-576f-11ea-8328-6859a8a0f0e0.png) Full-size ![kotlin_start_op1](https://user-images.githubusercontent.com/265872/75193473-c701ed00-576f-11ea-8fcb-b44cbceed0a9.png) ![kotlin_start_op2](https://user-images.githubusercontent.com/265872/75193486-ce28fb00-576f-11ea-8408-94f38d09dcdb.png) ![kotlin_start_op3](https://user-images.githubusercontent.com/265872/75193492-d123eb80-576f-11ea-89ad-6905ea81a180.png) ![kotlin_start_op4](https://user-images.githubusercontent.com/265872/75193496-d2edaf00-576f-11ea-94cb-42d00142ac20.png) ![kotlin_start_op5](https://user-images.githubusercontent.com/265872/75193501-d41edc00-576f-11ea-8e41-5efeca45dcf7.png)

@IRus awesome options! Also, jic: these folks have quite nice outlined logo https://twitter.com/HelloKotlin

> This is still an issue. Does anybody know a drop-in alternative for Bun that doesn't crash with basic stuff like this? Deno 2 have quite good Node compatibility

@janpio Thanks for replying. [devalue](https://github.com/Rich-Harris/devalue) is a JSON serialization library that is used by SvelteKit. It contains [this check](https://github.com/Rich-Harris/devalue/blob/50af63e2b2c648f6e6ea29904a14faac25a581fc/src/stringify.js#L144-L149) which prevents computational keys to be a part of the server-client...

MRE is here: https://github.com/dector/issue-sveltekit-prisma-computational-keys Don't work in StackBlitz but will work in codespaces

> Note: the field is correctly passed to the React client component, even with the warning being present. I guess it's just ignoring symbol but serializing the rest of the...