Hugh Sorby
Hugh Sorby
Did you do this with Vite + Vue 2? or Vite + Vue 3? Just wondering if this could have worked with Vite + Vue 3.
Nevermind, I'm guessing it was Vite + Vue 2.
> Hi @hsorby, I'm using your unmerge PR (@hsorby/vue3-katex). Do you know how can we add extensions for this package like mhchem support? > I have added an option to...
I tried a simple example with Nuxt3 (available [here](https://github.com/hsorby/test-nuxt3-vue3-katex)). And I got this result: I would need to see more of your setup to get any further with your particular...
I think this is really a duplication of #719 and that this issue should be closed.
I'm a bit worried about this being a gateway to people then asking for `typeFromString` API which I think is not something we want to do. The `AnalyserVariable::typeAsString(var->type())` function is...
For me the 'id' should only raise an error if it fails this test: ``` [4] | NameStartChar | ::= | ":" \| [A-Z] \| "_" \| [a-z] \| [#xC0-#xD6]...
That resolves that then clearly, whitespace is not allowed in an ID attribute value and the ID in the above example is indeed invalid and should be reported as such.
This appears to be a problem with SWIG not calling all Python packages to clean up their handles on close. Not sure if this is being dealt with. Need to...
I would have though that we should not make coverage and memcheck require unit tests. These settings don't require unit tests it is just convenient that they do from a...