Marvin
Marvin
If you ignore everything inside `[ ]`, you will also ignore Array declarations. But you could check for `something = ["Test1", "Test2"]` and `something["key-name"]`
So sad to have something normal like OAuth2 being broken in the Xamarin framework. Is there any ETA when this will be fixed? Seems like this bug ticket is totally...
Why is this repo tagged with `wysiwyg` then? As i need the rendering, i'd be willing to contribute to some rendering API. > But there are many questions yet. Could...
```js if (editor.length != 0) { editor.destroy(); } ``` Looks like editor is an Array. Try `editor[0].destroy()`
Same issue for me. ```ebnf test1 ::= 'A' OWS '=' OWS 'B' OWS ::= ( SP | HTAB )* SP ::= ' ' HTAB ::= #x9 ``` `A = B`...