Jan Mittelman

Results 13 comments of Jan Mittelman

Running into the same issue as well. Would be great to have the PR merged.

Hi, I just stumbled into the same "issue" with something executing before the actual full moon due to how the library behaves. I think your suggestion to provide an options/config...

That makes sense and people can actually implement their own calculation / phase-mapping using `.lunarAgePercent()` if they need to – which is what I use now to react more accurate...

Hi, I changed this due to an earlier request: https://github.com/protyze/aframe-alongpath-component/issues/1 I'm really no License expert and do not quite know what would be suitable. Thoughts?

Should be fixed now: https://protyze.github.io/aframe-alongpath-component/

Hi, The alongpath-component has a dependency for the "aframe-curve-component". I added a better error-handling... but should probably also make this explicit using the dependency flag. Try adding both: https://unpkg.com/[email protected]/dist/aframe-curve-component.min.js https://unpkg.com/[email protected]/dist/aframe-alongpath-component.min.js

Hi @kotavy, thank you very much for your contribution. It's been a while since I was actively maintaining this repository and I won't find any time soon to do so....

I can confirm the report of @lokk3d. I have the same issue. **Description** Unexpected behaviour when closing a MedieConnection between two peers. **Steps to reproduce** 1. Establish a MediaConnection between...

Same issue with: firebase-functions: 3.21.0 firebase-tools: 11.2.2 I have enabled the Secrets Manager API in google cloud AFTER the function was first deployed… and added secrets later down the road....

> @protyze Are you also using something like yarn/npm workspaces the way @tpodom described? Ahh, yes, I am also using yarn workspaces! Thanks for the quick response and fix. Looking...