-
I would like to work on the json language support on codemirror 6, but I would need the updated package on npm to add it as a dependency. Could you please update the package?
-
Hello,
**Context**
I wanted to start using codemirror on a project written in React + TypeScript. Then I saw codemirror.next so I finally opted for it.
I started to draft some code around it …
-
When inputing a large json value with javascript mode, I'm getting this error:
```
Uncaught RangeError: Maximum call stack size exceeded
at StackBufferCursor.fork (codemirror.js:17779)
a…
-
**CodeMirror**
There are some requests for updating the CodeMirror in 5.1.22p. Seems there are some issues reporting here: https://groups.google.com/d/msg/tiddlywiki/4NGCvCJObhc/i_CsytpCAwAJ
**Hig…
-
This is a follow up to #271, previously I reported that inputting a large, valid json resulted in a stack depth error. Now that specific error went away but there's still appears to be a performance r…
-
I ran into this issue when trying to get some tests to run with jest:
```
Cannot find module 'lezer-javascript' from 'index.js'
at Resolver.resolveModule (node_modules/jest-resolve/build/index.js…
-
After cloning the repository, trying to run the install command with node results in the following error on Windows (which makes sense to me considering the yarn vs yarn.cmd difference):
```sh
Run…
-
De meeste gegevens, zoals het aantal positief geteste patiënten, zijn per dag, per 100.000 inwoners:
Maar het "Aantal patiënten waarvan huisartsen COVID-19 vermoeden" is per week, per 100.000 in…
Sjors updated
4 years ago
-
In the community, we are certainly very happy that codemirror undergoes this transformation.
How can we help to move this forward ? are they some good first issue we can help with ?
-
Hi,
When using the method `iterate` on a `SubTree`, for some cases I'm not able to get the corresponding `SubTree` where the iteration stopped.
For example, I have the following tree:
```
Ex…