John Dean

Results 9 issues of John Dean

Hi, Managed to get @xmcl/model working (using @xmcl/resourcepack with the default minecraft resource pack) and I've run into an issue with cake. To my knowledge this is the only block...

Hi there, I'm looking to use the ADDITION operation with multiple meshes. I see in your example: https://gkjohnson.github.io/three-bvh-csg/examples/bundle/simple.html this has the output I expect. The example combines 2 meshes; a...

Hello, I've been trying to get the C++ interface for this program working, and I sucessfully have it reading the metadata from an MP4 file and logging it out. When...

Hi there, Unless I am missing it, having looked through both the arcdps API and this project I couldn't find anything that indicates when squad markers are put on someone....

With Specter becoming more popular, is there any way of showing total healing with barrier? I don't think barrier is shown from my first look, but it shown in the...

When playing in WvW in squad play, it's typical for there to be >1 person supplying regeneration in a party. In this situation, regeneration ticks apply based on boon duration....

See image for example: ![image](https://github.com/Artenuvielle/GW2-SCT/assets/13804523/15291f22-23b4-46d5-8bfe-98de82ffd73e) Example skill used, Dual Strike (Warrior Axe offhand skill 4) or Whirling Axe (skill 5).

With certain maps in SotO being very graphics intensive for certain settings (namely shadows), it would be great to expose an API to allow graphics settings updates from other addons....

**Describe the bug** [The current regex is as follows](https://github.com/geckosio/snapshot-interpolation/blob/a171cefb626085bfff5241cbd60c8099bdd742bf/src/snapshot-interpolation.ts#L189): ```javascript // TODO yandeu: improve this code const match = p.match(/\w\(([\w]+)\)/); ``` This, when run on something like `rotation(deg)` returns `[n(deg),...