Denys
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?  Kotlin Start  Kotlin Community  Kotlin JS  Kotlin Android  Kotlin JVM  Meta
I'm not true ~~welder~~ designer, but here are few sketches:      Full-size     
@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...