chefhoobajoob
chefhoobajoob
Hello? Anybody there?
Whoops - sorry, it's sometimes hard to tell active from inactive Atom plugins. No harm intended! OK - I will take a look at tweaking this matching stuff and see...
It's not very informative, but here's the output from `gradlew -is` leading up to the message above: ``` Starting Build Settings evaluated using settings file 'C:\master\settings.gradle'. Projects loaded. Root project...
There are other problems - the msbuild command that is run does not appear to honor the Visual Studio version specified in the solution file. Here are the first few...
Curioser and curioser. When I remove the patcher config, the `not found in solution` message goes away. But, I should have checked the `AssemblyInfo.cs` file, because despite this message, the...
Should I open a separate issue for the `msbuild` version?
I'm also having issues getting the hello world project to work on Windows 10 after installing es4x globally using `npm install -g @es4x/[email protected]`: ``` PS E:\dev\es4x\hello-world> es4x project Missing node_modules\.bin\es4x-launcher.jar...
Uninstalled es4x 0.15.0 and tried `npm install -g @es4x/create`, which installs es4x 0.14.0 - now the npm install command works, but start fails like so: ``` PS E:\dev\es4x\hello-world> es4x project...
@pmlopes : I think the issue at Envoy was not closed as a rejection, but was [auto-closed](https://github.com/envoyproxy/envoy/issues/5528#issuecomment-464376120) due to inactivity. While it is true there is an early comment on...
Not exactly the same topic, but related: it would be good to know how to package up an es4x project as a verticle "library" (not an app) to be loaded...