Maxime Labelle

Results 29 issues of Maxime Labelle

See https://github.com/jmespath-community/jmespath.test/issues/16.

## Sub Expression The specification for [`sub-expression`](https://jmespath.org/specification.html#subexpressions) outlines how it should behave in pseudocode: ``` left-evaluation = search(left-expression, original-json-document) result = search(right-expression, left-evaluation) ``` However, this is incorrect, as many...

Implements [JEP-16 Arithmetic Expressions](https://github.com/jmespath-community/jmespath.spec/blob/main/jep-016-arithmetic-expressions.md) from [JMESPath Community](https://jmespath.site/main/#spec-arithmetic-expressions).

Dear all, After many careful thoughts, I would like to [re-open the discussion](https://github.com/jmespath/jmespath.site/issues/65) we had with regards to the status of this project. I would like to present [an unofficial...

Moved grammar and functions to their own files for more granular updates.

Supports building the website using GitHub Pages.

@jamesls in the fear of speaking in the void, please be aware of [our initiative](https://github.com/jmespath/jmespath.site/issues/94) to ensure the future of [JMESPath](https://jmespath-unofficial.github.io/).

- Rollup Plugin Name: `@rollup/plugin-terser` - Rollup Plugin Version: `^0.4.4` - Rollup Version: `2.79.1` - Operating System (or Browser): Linux - Node Version: `18.18.0` - Link to reproduction : [StackBlitz](https://stackblitz.com/edit/rollup-repro-id5i6z?file=apps%2Fdev%2Fmain.js)...

The crate documentation shows a very simple grammar to tokenize and parse arithmetic addition of integers. ``` use santiago::lexer::LexerRules; use santiago::grammar::{Grammar, Associativity}; pub fn lexer_rules() -> LexerRules { santiago::lexer_rules!( //...

This is a duplicate of issue #100 which has been closed. Environment: Windows NodeJS: 14.7.1 copyfiles: 2.4.1 Error: ``` > npx copyfiles outDir = outDir.startsWith('~') ? untildify(outDir) : outDir; ^...