Tai Groot
Tai Groot
Hey, I ran into this using the golang SDK. I'm sure you've moved on for now, but the solution for me was to use the FieldMappings option to map the...
This seems to have a compounding effect with pdf.js, likely because of all the extra DOM elements.
Oh, I added a few useMemo calls on the dom-heavy components and the issues disappeared. might want to look into giving that a try!
This also addresses #85 but in a different way than #201
thanks for the tests (both manual and programmatic) @k-x7 !
@caarlos0 / @maaslalani any chance I could get this revisited?
@squrki can you rerun your tests with the merged-in funcs added by @meowgorithm ?
Yes, I read through #131 before submitting this pr, however that is a breaking change and this should not be so I wanted to submit this first. Requiring a consistent...
I think it's this: `cmd.exe -c -- "echo hello"`
Does it persist after issuing `wsl --shutdown`? Also, what commands did you run that triggered the issue? I just ran a fresh install and didn't reproduce