askql icon indicating copy to clipboard operation
askql copied to clipboard

AskQL is a query language that can express any data request

Results 117 askql issues
Sort by recently updated
recently updated
newest added

In order to provide Developer Support functionalities, such as https://github.com/xFAANG/askql/issues/360, we need a method which returns a list of available resources. For each of resources it should return at least:...

enhancement
help wanted
AskVM
type:resources

``` 🦄 .editor // Entering editor mode (^D to finish, ^C to cancel) let a = 3 let a = 4 a ``` Expected: Error - variable 'a' is already...

bug
good first issue
AskVM
size: 2h (small)
first-timers-only

The purpose of this feature request is to support the same syntax sugar that TypeScript has for Array type definition which is T[]. When user writes T[] in type position...

enhancement
good first issue
help wanted
AskScript
type:syntax
first-timers-only

Currently parser errors are neither short nor easy to read. First of all, the location should be much much shorter. Ideally, the message should be more friendly too. A standard...

enhancement
AskScript
DX/CLI/Playground

I tried to translate a couple of Javascript scripts to AskScript and often I get blocked on some missing resources or language constructs. This ticket will list them all.

enhancement
AskScript
AskVM
discussion
type:syntax
P2
type:resources

The following example should work but results in a Syntax Error: ``` ask { [ // opening bracket 1, // first value 2, // second value 3 // third value...

bug
AskScript
type:syntax

enhancement
question
AskScript
discussion
type:syntax

1. See that `call(get('get'),'n')` is the same as `get('n')`. 2. Search for *.askcode files that have this pattern. 3. Generalise this simplification. 4. Document it and create a PR for...

enhancement
good first issue
AskScript
size: 4h (small-medium)