Jon Senchyna
Jon Senchyna
I'm still getting up to speed on JavaScript generators and **fasy** itself, but here are my thoughts at the moment: - [x] **Waiting on `yield`ed promises?** I would assume "Yes",...
What is the expectation when an operation is cancelled? 1. Would it return what it has retrieved so far? 1. Would it return an empty result? 1. Would it throw...
Not sure what the proper way to proceed is regarding the license in the `common-debian.sh` script that gets autogenerated. It is licensed under the MIT license. If this change is...
I've started looking at this one. I'll have a PR up sometime in the next week that will at least have zapping current document.
PR is ready, just waiting on the language-overridable PR as it builds upon the configuration changes made there.
Branch still ready, just waiting on #160, as I built the PR off of that branch. I can undo those changes if necessary, but just need confirmation.
VSCode has some properties to get all files. I don't know if this should be put behind some configuration though: 1) A setting to enable processing the entire workspace 2)...
There are some characters that this extension highlights by default that VSCode does not (`–` en dash, for instance). You can get VSCode to highlight those if you turn on...
I believe you do this by specifying a `downloadUrl` , both for Flyway itself (top-level property in your `config.js`) and for plugins (as a property on each `mavenPlugins` entry). It's...
Is it possible that this is caused by https://github.com/mislav/hub/issues/2920? The current behavior for finding a specific release is to search through all releases (in pages of 100) to find the...