Michael McDonagh

Results 17 comments of Michael McDonagh

it looks as though it needs to be run server-side, and it acts as a library for locally run Java, Typescript (node) or Swift code. That definitely goes against this...

Here are some examples from Amfora [https://github.com/makeworld-the-better-one/amfora/blob/master/default-config.toml](https://github.com/makeworld-the-better-one/amfora/blob/master/default-config.toml) [https://github.com/makeworld-the-better-one/amfora/blob/master/contrib/themes/iceberg.toml](https://github.com/makeworld-the-better-one/amfora/blob/master/contrib/themes/iceberg.toml) here's the output of my `:syntax` command ``` confTodo xxx contained XXX FIXME TODO links to Todo confComment xxx match /^#.*/ contains=confTodo...

`syntax=toml`

this seems to be a duplicate of #13133 https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13133#issuecomment-1712846328 has a solution

If generating Generic DTOs is too complicated, the could be an option to just use the generic types if `generateDtoTypes` is `false`. It would then fall upon the developer to...

if a fix is not in the works, can the documentation change from instructing users to use broken code in the optional step 3 [https://twind.style/installation#browser-usage](https://twind.style/installation#browser-usage)?

We shouldn't have to sanitize. encoding/json does the sanitation for us. For example, ```go package main import "encoding/json" type Test struct { Title string } func main() { json, err...

Does that mean that the true culprit is links to *titles with quotes* and not *titles with quotes* themselves?

sorry for dropping the ball on this one! Thank you @jurica for picking up my slack. For what it's worth, code looks good :)