Sunshine

Results 211 comments of Sunshine

Thank you for a quick and very elaborate response. I hope me or somebody else will port it to work as a screensaver on GNU/Linux and such once there's enough...

Small update. Tried adding `pointMaterial` property in points.js, bumped into an existing conflict with the already existing `pointColor` property. Following the logic of `polygonCapColor` and `polygonCapMaterial` in polygons.js, the best...

I think if it can't be overcome and is an expected behavior, merging should override the custom material option, and it'll likely be obvious to most developers why that happened....

Hi Joker_, I was away from open-source work for some time, apologies for not answering your emails, was only able to access to my laptop yesterday. OOM is a tricky...

Hi @gd4c, Thank you for the suggestion! There's currently #270 in the making, I'll see how this functionality could fit into the CLI after black/white-listing is done.

Providing `-d domain.com` should do it in that PR, but something like `-d 1` or `-d -` could be a good shorthand. No idea what to do with it for...

Hi Cobin, thank you for reporting this. Seems to work fine with 2.6.1 on GNU/Linux... now will test macOS... confirmed, getting the same exact error as you do on macOS....

The bug seems to be gone now, please feel free to reopen if you encounter this issue again.

Hi @romanoff I believe this relates to #8 It's an upcoming feature that I need to think through and test thoroughly before releasing. Archiving whole website as one file could...

If JS was something we could always rely on, then we'd be able to have just one dataURL link to some sub-page, with other links having something like `a href="javascript:"`....