Tim Robinson

Results 19 comments of Tim Robinson

@PEZ I can't see any issues on VS code relating to this. I can see that when I'm in vs code and start the REPL, there is a tree of...

Yes pressing control-c kills all the processes (don't know why I never tried that before). I also noticed something which I think may be significant - when I start the...

Thanks Peter - I'm surprised to see that the problem doesn't happen on OSX because that's basically Unix. Clojure is still a hobby project for me so this will have...

duplicate of https://github.com/derrickpelletier/react-loading-overlay/issues/54

In my test, it looks like the file was padded out with nulls, but still seems to be accepted as a valid zip file. I guess most of the time...

I had exactly this problem - it's becuase the version of prettier itself bundled inside the vs code extension is an old version (2.8) which has a different default value...

> @timrobinson33 I was running into this issue even when prettier 3 was locally installed and I had pointed the extension at that executable. > Hmm I'm not sure what...

did you get anywhere with this? I'm loking for a solution to run ffmpeg on nodejs (specifically AWS lambda) and it seems like https://ffmpegwasm.netlify.app only works in the browser whereas...

Thanks for the response. So only inside query string parameter values (or `www-form-urlencoded` forms) we should encode + as %2B (i.e. use ring's `form-encode`) but in other places in the...