Veeck

Results 316 comments of Veeck

Also: Does the npm script "start" work for anyone? I only get a white window when running it due to [line 17](https://github.com/OttoDIY/blockly/blob/1211c27c70090fe60735d5eb512ee944dba07940/electronApp.js#L17) where the path to the index.html file is...

changing that line to mainWindow.loadURL("file://" + path.join(__dirname, './www/index.html')) would make the "npm start" work but of course wouldnt work for the packaged installers.

Maybe we should open a discussion about "linux and mac installers" instead of discussing here everything?

> Regarding OS X I was using last blockly/OS X releases, probably missing some build related dependencies from the developer setups. I might re-visit that and see if if can...

Thanks for the info @logix5 I did those steps already (for mac). But I was wondering if those things can happen during building the installer?

@takujikawata-pr Yeah, your memo is quite accurate to how I managed to make a dmg on my mac. Am I correct, that there is no automatic release-process that puts the...

But correct me if I am wrong but you dont have to use the top-layout. If you look at the code in there you see that it just uses some...

to be honest: i dont know (or what you mean exactly). you can see my page code at https://github.com/rejas/veeck.de if you want to take a look yourself

I hope that it a correct way of doing it? I am not very familiar with the whole SSR thing (as can be read here: https://twitter.com/hansalbern/status/1252477133743628288)

yeah, seems wrong to not use the "type" param which is used in other modules and specifically mentioned in the docs. openweathermap has both params too but only uses the...