@greweb

Results 177 comments of @greweb

In fact, only css selector works.

I'm wondering if this is due to the fact it only support day precision. when doing that: https://github.com/giboow/mooncalc/blob/master/mooncalc.js#L36-L38 it does not extract the remaining seconds of the day, so `2016-09-27T07:31:23.226Z`...

probably not. there is something wrong in the formula. it does not match what I can find in http://www.rustica.fr/jardiner-avec-la-lune/ for instance. is that universal whatever your position on earth is?

agreed. i'm not an expert but, as this is related to the constellation, assuming the mooncalc formula is correct, maybe this is it: ```js function moonIsAscending (moon) { const {...

i'm not familiar with react-native + macos development. if a developer find a solution and want to send a PR, i would happily review.

do you have more detail on the error you are getting?

What do you mean by 'rest of the content in this repository'? This repository mostly only have *.glsl files 🤔 (and some build scripts)

Ok good point. I'll try to refine this. all .glsl are MIT compatible (and there is a check that warn if someone set an unknown license on the editor if...

mmh gl-react-headless is a CPU implementation of webgl through node.js, i'm not sure if it's going to work for SSR purpose because it's not necessarily going to make the same...

the error is weird and unfamiliar to me. can you try to maybe wrap the surface in a ``? maybe Surface don't properly render on the SSR side, weird behavior...