Tyson Mote

Results 10 comments of Tyson Mote

Unfortunately I don't have a Windows machine to fix and test this out on. If you open a PR to fix it I'd be happy to merge it!

I have the same issue on macOS. I'm using a Homebrew-installed java (`openjdk@11`) and `plantuml`, which works fine on the command line. Even when I set `g:plantuml_previewer#plantuml_jar_path` correctly, `PlantumlOpen` shows...

Thanks @weirongxu! This is the error I see when running `PlantumlOpen` for a valid .puml file: ``` Error detected while processing function 176__on_stderr[1]..163_print_stderr: line 3: cp: /Users/tysonmote/.local/share/nvim/plugged/plantuml-previewer.vim/tmp/context.svg: No such file...

Yeah, I specified a file name.

@patrickshih-optimizely I'm going to work on getting this merged and released. Can you rebase on #481? I hit some merge conflicts and I think you'd be best positioned to resolve...

@nchilada Thanks for this! I'm going to work on releasing this shortly.

@nchilada It looks like this PR introduces some new lint warnings in our CI. Do you think you could fix these up? (Sorry that this isn't clear -- I'm not...

One workaround appears to be to change the lines near #42 in mootools-core.js from: if (legacy && initialize) object.prototype = legacy.prototype; object.prototype.constructor = object; To: ``` if (legacy && initialize)...

I have read the CLA Document and I hereby sign the CLA

Seems like this might be related to private repos.