Lukasz Czerwinski
Lukasz Czerwinski
@mhagmajer , do you have any specific comments on this PR? @pkarw , I added a few minor comments if you had time, but feel free to merge it without...
Blocked on issue #36
@YonatanKra , I believe we should first finish our discussion in #367 and only after that create any PRs. For now I would pause this PR until we come up...
Blocked on PR https://github.com/xFAANG/askql/pull/348
This is a lot of resources (around 60). Would we need to implement each of them by specifying a separate `resource({......})` or is there any magic that could do the...
Using `@jest/globals` _might_ be a way to go, per issue https://github.com/xFAANG/askql/issues/356
Same for let and const in the same scope: ``` 🦄 .editor // Entering editor mode (^D to finish, ^C to cancel) let a = 3 const a = 4...
> @czerwinskilukasz1 I'm not sure if there is issue for it, but we don't do any differentiation between `const` and `let` currently I added it earlier today: "Assigning to a...
Hello Aditya, welcome to AskQL project! This issue is related to AskVM (Ask Virtual Machine), which is interpreting code in AskCode and keeping track of resources (functions) and variables defined....
Blocked on https://github.com/xFAANG/askql/issues/45