Magnus Holm
Magnus Holm
- [x] Public API for template classes - [x] Public API for Tilt::Mapping and Tilt - [ ] Verify that TEMPLATES.md is up to date - [ ] Document Markdown...
The following PR makes the JS algorithm aware of surrogate pairs and will avoid splitting a pair into two different Diff objects. I think there might be more places which...
Script: ```ruby def __tilt_4000
I just got this error: ``` [tons of lines] >>> Installing ruby 2.7.1 ... BASERUBY = echo executable host ruby is required. use --with-baseruby option.; false CC = gcc LD...
Right now we precompile JavaScript to Babel in order to support ES6 `import`. I'd like to: - Support `import` natively in mrmanager - Don't precompile JS to Babel automatically -...
## Introduction Today we have two different array traversal semantics: - The one in production in Sanity.io today (v1) - An improved one that's currently implemented in GROQ-JS and the...
I'm not sure how to make this work with Spec MD, but it would be nice to have support for highlighting (in bold) some part of an example query.
Currently there is no specification (or tests or implementation in sanity-io/groq-js) of the general map expression: `foo | (bar)`. This is because our internal integration test suite didn't have any...