Results 256 comments of Vlad Chesnokov

The original issue occurred with a stupid simple recursive implementaion of JSON parser launched on a 1,6MB JSON. The JSON itself wasn’t deeply nested though, so I didn’t excpect to...

Ok, so here's the reproducer ```koka import std/async/async import std/data/json import std/jsextern extern do_fetch(url: string): any js inline "fetch(#1).then(r => r.ok ? r.text() : Promise.reject(r.statusText))" pub fun fetch_data(url: string): asyncx...

The issue is in the backlog of the relevant team and is prioritized by them.

🤔 with the following syntax: ```koka fun high(arg1: string, builder: () -> string, arg2: string = ""): string ``` What is the expected way for providing both arg1 and arg2?...

> This would mean that type checking would have to test every permutation of ordered parameters of incompatible types, or treat trailing lambdas super special. Permutations check is definitely not...

> Top level functions don't need type annotated parameters I’d say it’s an issue on it’s own. Public top level methods should be type annotated, otherwise it’s unclear for a...

This feature request is in the backlog of the relevant team and is prioritized by them.

We appreciate the effort, but we must ask for more information so that we can triage it. We do not see an immediate root cause, and we need a [minimal...

@gradle/bt-cortex Given the last comment, would you have the capacity to handle PRs in that area?

This issue needs a decision from the team responsible for that area. They have been informed. Response time may vary. *** To the team: can you proceed without a minimal...