Daniel Gidman
Daniel Gidman
actually looking at some of the source code, you could overload the reference parser code to do this I think. ``` // @include "~/path to js" ``` would be a...
I can reproduce this actually on the demo here https://akryum.github.io/vue-virtual-scroller/#/dynamic by setting the hight of the leading notice element to 500px in the developer tools. So it appears that the...
Looks like a work-around for this bug is to set the `:buffer=""` to the height of the `#before` slot contents.
that is set just fine, its not the name and the author that is causing any issues, its version/description. I noticed that name/author was in the output package.json already but...
Looks like a bug in your code. This is not likely an electron.net issue.
After adding some more logging inside main.js I received this message. ``` Could not resolve CoreCLR path. For more details, enable tracing by setting COREHOST_TRACE environment variable to 1 ```...
and the source of the issue.... oh god 
Working solution When publishing or running the applicaiton add the `/PublishReadyToRun true` argument to the command line. i.e. ``` electronize start /target win /PublishReadyToRun true electronize build /target win /PublishReadyToRun...
It's inside electronnet.host/main.js There is a pr open that does basically what I did which was add logging of the process error output. #592
Yah pull the repo and reference a local nugget package.