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

Bumps [node-sass](https://github.com/sass/node-sass) from 6.0.0 to 7.0.1. Release notes Sourced from node-sass's releases. v7.0.1 Dependencies Bump node-gyp from 7.1.2 to 8.4.1 Bump sass-graph from 2.2.5 to 4.0.0 Supported Environments OS Architecture...

enhancement

Bumps [@types/express-handlebars](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-handlebars) from 3.1.0 to 6.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/express-handlebars&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

enhancement

Here is my environment: ``` export const values: Values = { hello: 'Hi, this is your Ask server', helloD: () => "Hello, this is AskQL server! It's " + new...

enhancement
good first issue
DX/CLI/Playground
first-timers-only

Bumps [@types/jsesc](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsesc) from 2.5.1 to 3.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jsesc&package-manager=npm_and_yarn&previous-version=2.5.1&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

enhancement

The following code produces a parsing error when run on the playground ``` ask { const sum = fun(a, b) { a + b } const diff = fun(a, b)...

bug

With this feature developers get a new helper/factory method which can be used for passing JS modules and functions to AskScript without the need of manually warping them with resources....

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.8.0 to 3.10.1. Release notes Sourced from @​typescript-eslint/parser's releases. v3.10.1 3.10.1 (2020-08-25) Bug Fixes eslint-plugin: [no-unnecessary-condition] correct regression with unary negations (#2422) (d1f0887), closes #2421 v3.10.0 3.10.0...

enhancement

**Is your feature request related to a problem? If yes, please describe the problem.** When we'd like to implement a more broad set of the resources/integrations we'll encounter a namespacing...

enhancement

**Is your feature request related to a problem? If yes, please describe the problem.** As a part of the SDK #586 I can imagine a [ContextProvider](https://reactjs.org/docs/context.html) for React for retrieving...

enhancement

**Is your feature request related to a problem? If yes, please describe the problem.** It would be great to create a library like `apollo-client` where the devs will get easy...

enhancement