Matthijs Kuiper

Results 15 issues of Matthijs Kuiper

I'm trying to decouple the full preview from the CodeMirror editor, and add GitHub style write/preview tabs using [this method](https://github.com/Ionaru/easy-markdown-editor/issues/210#issuecomment-768285674). ![Screenshot 2021-02-03 at 17 39 15](https://user-images.githubusercontent.com/935529/106778915-c1cb4480-6646-11eb-8ccf-103d3b94ad3c.png) For this I need...

Question

Closes https://github.com/manastech/middleman-search/issues/25 - [x] Update to Lunr 2.0.3 - [x] Implement new Lunr API - [ ] Automatic [minification](https://github.com/manastech/middleman-search/issues/25#issuecomment-298056316)? After implementing the new Lunr API changes all seems fine, and...

The gem currently includes lunr.js v0.7.0, but the latest version is v[2.0.1](https://github.com/olivernn/lunr.js/releases). Thanks in advance!

help wanted

The undo and redo buttons are currently always enabled when present in the toolbar, even when there is no history. Would it be a feature to listen to changes and...

As requested in https://github.com/Ionaru/easy-markdown-editor/issues/495#issuecomment-1232130092 :) > Unfortunately the CodeMirror object from EasyMDE is not available at that moment, although exposing it on the EasyMDE object should not be difficult (EasyMDE.CodeMirror...

We just released the first version of [test_selector](https://github.com/DefactoSoftware/test_selector), a set of helpers to set/get test selectors to/from elements in a Phoenix app (when `env == :test`). These selectors are hashed...

Did something change regarding the compilation of negative variables? In v0.14.0 this: ```css .foo { --width: 100px; with: -var(--width); } ``` used to output: ```css .foo { with: -100px; }...

bug

We need mobile support! ## Options 1. ### On-screen keyboard controls ![Screenshot 2019-04-16 at 09 57 42](https://user-images.githubusercontent.com/935529/56192352-6de50b00-602e-11e9-818a-4191d9401ea2.png) 2. ### Fake button overlays ![0p55a](https://user-images.githubusercontent.com/935529/56192356-6faece80-602e-11e9-9b82-d6fedfb6e938.png)

feature

related #28 Matrices are used in most tile-based games afaik. For Elixir there is the [Matrix](https://hexdocs.pm/matrix/Matrix.html) modules which might be helpful. Not sure if this is something for us. ###...

question

Scrollbars interfere with game controls

enhancement