Theo

Results 6 issues of Theo

Use cases for exposing CodeMirror's settings: - Able to use a different theme (main reason) - Control indentation rules (current indentation is very confusing for me) - Control font size...

Hi, I was wondering if there are any plans to add basic aggregate operators, i.e sum, avg, min, max, etc, for a whole collection or as part of a groupBy...

Using [email protected] (but also experienced this from 6.1.3) Given the following config ```js { routes: { { name: 'test', path: '/test/' } } strictTrailingSlash: true, trailingSlashMode: 'always', } ``` When...

This might be related to #168 I have a very simple example transform [here](https://astexplorer.net/#/gist/fa9f3295d4910aa7358a9497438a08d1/03c9cb12998e5a1247b4dabc3aa71918064a2a2e) The ast-explorer example above is set to babylon6 and babel6, which has exactly the same behavior...

I really enjoyed your article on Sublime's fuzzy search and appreciate your efforts to recreate what seems to be some kind of magic to me. After playing around on your...

Hey there, Just letting you know that I used parts of your svg, for this codepen: https://codepen.io/dogoku/pen/yLwNbbV They are base64 encoded at the bottom of the css. Thanks and happy...