ΝΙΚΟΛΑΣ
ΝΙΚΟΛΑΣ
The `deserialize` method of `m.request` should use type `any` and not infer a `string` type.
We could leverage [csstype](https://github.com/frenic/csstype) and provide typings on the vnode inline `style` attribute. Mithril supports hyphen and camelCase CSS properties both of which are covered in csstype. **Basic Example** ```ts...
Hello, Thanks for making this tool available for those of us taking advantage of FaunaDB. As of right now, this extension is not using LSP. In order to provide features...
As per #49 here is a converted list of TextMate Grammars from XML to JSON. In addition, `--disable-extensions` flag within extension launcher. **Reasoning for XML > JSON** JSON grammars are...
**Describe the solution you'd like** It would be great if multiple-paragraph text would support syntax highlighting with the HTML markdown. [Codemirror](https://codemirror.net) is a very simple and elegant solution for this...
**Describe the solution you'd like** Currently we can only limit the total amount of modular content blocks within a model. It would be great if we could limit specified blocks...
# Description Introducing the `stripTextWrapLines` rule, which can be used to either preserve or remove newlines containing within text content regions. By default, this rule is set to `false` meaning...
# Description The current logic for word wrap is handled on the lexer level for markup languages. In the Sparser / PrettyDiff implementation, the process for wrapping would be applied...
### Description Currently, Æsthetic does not care about invalid implied end tag placements. Specifically, `` wherein decedent occurrences will format without error, but this is otherwise invalid markup. ### Approach...
### Description Related to the markup formatting rule `preserveText`. Currently, this rule has little effect given the last few version iteration and large charges to the lexing algorithm. ### Goals...