Thomas H

Results 4 comments of Thomas H

For me disabling the auto_preview fixed this issue. It's just a workaround but maybe that helps you. `require("trouble").setup{auto_preview = false}`

Thanks a lot! The table demo only changes the border of the modify button to red after clicking it. I get no error messages and nothing else happens. I've tried...

Since its an older group project I'm working on, I'm limited to using 2016b... It would be great if you could help me figure out a solution nevertheless. Thanks for...

you might wanna use the `serialize_rkyv` feature as well - in my case that resolved the problem. ``` kiddo = { version = "4.2.0", features = ["rkyv", "serialize_rkyv"] } ```