Phelipe Teles
Phelipe Teles
This works correctly: ```tsx let a = ( a: T ) => { } ``` But this does not: ```tsx let a = ( a: T ) => { }...
For example, if we try to format the ["Render heading link" markdown render hook example](https://gohugo.io/templates/render-hooks/#heading-link-example) from the documentation, the following error is thrown: ``` layouts/posts/_markup/render-heading.htmlFormatting failed. SyntaxError: Unexpected closing tag...
I'm trying to highlight type arguments after a component name. ```tsx ``` This is rarely seen but it would be nice. I thought it wouldn't be too hard but I...
### What version of `astro` are you using? 1.6.6 ### Are you using an SSR adapter? If so, which one? No ### What package manager are you using? npm ###...
I want to be able to prevent a marker from being incremented only. The `enableOne` prop set to false disables every interaction with the marker, but I'd like to disable...
Basically give the option to execute an arbitrary function after an operation succeds. For example, make a request to a LSP server to get rename edits (my use case). This...