Nathan Daly

Results 286 comments of Nathan Daly

Wow, thanks so much for this detailed feedback!!!!

@ranjanan: Regarding your comment about `Blink.resources`, I'm also seeing an error that's probably the same thing. It looks like the problem I'm running into now is this call to @init:...

Okay!! I think i've fixed most of the problems! I've just uploaded [`examples/Blink.jl`](https://github.com/NHDaly/ApplicationBuilder.jl/blob/2f5bf16/examples/blink.jl), which builds into a working app! Here is the whole command I used to build the app...

So that's good news! The one remaining problem I'm having is that the OS seems to forget the application is open, so if you double-click it again while it's already...

So actually, reading a bit more, I wonder if the right way to do this for apps using `Blink` (ie, apps using _Electron_) is to utilize the already existing electron...

:D That all sounds excellent! Thanks for your help! I'm excited to see a windows build!! > Anyhoo, I managed to build my Blink app by just removing the `@init`....

> As for the electron builder stuff, that's a complete tangent. I think people only care about having their Julia code be packaged and shipped in as easy a manner...

Hey, @ranjanan. Are you still able to statically compile a Blink application using this package? I've found that when I try now, I can't get it to work. See this...

@lucatrv thanks that's a good idea. Sadly, the problem isn't with this package, it's that Blink and all of its dependent packages have changed. We might still be able to...

@ranjanan No, i don't yet.. I'll put something together to share! :)