Lukasz Czerwinski

Results 44 issues of Lukasz Czerwinski

In order to make AskScript more developer-friendly, it would be nice to offer Go To Definition in VS Code, similar to what VSCode offers for Typescript and Javascript: ![goto-definition](https://user-images.githubusercontent.com/12752520/86922409-df761100-c12c-11ea-82d6-81c9e332def5.gif) Info...

enhancement
AskScript
DX/CLI/Playground
type:vscode-tools
P2

We would like to make AskScript developer-friendly, therefore we need developer tools in VS Code, such as providing diagnostics for typing errors, similar to what VSCode provides for Typescript: ![diagnostics](https://user-images.githubusercontent.com/12752520/86922054-624a9c00-c12c-11ea-8534-67e416773062.gif)...

enhancement
AskScript
DX/CLI/Playground
type:vscode-tools
P2

We would like to make AskScript developer-friendly, therefore we need developer tools in VS Code, such as code completion, similar to what VSCode offers for Typescript and Javascript: ![code-completion](https://user-images.githubusercontent.com/12752520/86921907-2adbef80-c12c-11ea-862f-ae0260c471f5.gif) Info...

enhancement
AskScript
DX/CLI/Playground
release blocker
P1
type:vscode-tools

Currently runtime errors for AskScript programs are not very verbose and don't show location in code. E.g. program: ``` ask { a } ``` results in an error: ``` Error:...

enhancement
AskVM
DX/CLI/Playground

I have found out at https://opensource.guide/how-to-contribute/#finding-a-project-to-contribute-to that: > If you’re looking for existing issues you can fix, every open source project has a /contribute page that highlights beginner-friendly issues you...

enhancement
DX/CLI/Playground

enhancement
DX/CLI/Playground
size: 1h (tiny)

Following a [discussion on `==`, `===` and equals](https://github.com/xFAANG/askql/issues/241), `equals` in Ask: 1. should do a deep comparison of immutable objects. Please refer to https://immutable-js.github.io/immutable-js/#equality-treats-collections-as-values for reference. 1. should return false...

enhancement
AskVM

Context: https://github.com/xFAANG/askql/issues/317#issuecomment-653578935 > How about we make it a working program and include in an unit test? This can be done as next iteration because I already like the changes...

documentation
enhancement
CI/TDD/DevOps
size: 2h (small)

After issue https://github.com/xFAANG/askql/issues/318 is done, convert the resulting syntax highlighting for VS Code to Monarch using the script mentioned by mhagmajer here: https://github.com/xFAANG/askql/issues/182#issuecomment-646972273

documentation
enhancement
DX/CLI/Playground
release blocker
size: 8h (medium)
type:syntax

We want to measure how much memory our programs are using. How do we want to measure it?

enhancement
AskVM
discussion