Daniel Caspi
Daniel Caspi
As far as I can tell, this section of the code is the one responsible for the behavior you're describing. ```js // Method to start polling for motion FoscamPlatform.prototype.startMotionPolling =...
also see: https://www.reddit.com/r/sysadmin/comments/136ilje/unused_in_dmarc_aggregate_report/
@dkoes I've done more follow up on #639, and I have a working implementation that could also be used for this feature (have not pushed the PR yet). It's a...
Here is another view of the coloration question (ignore the fact that this is a Cl in the example, it was just done for convenience). There may be situations that...
> I think the common convention is that the dash should be inside the ring. Of course. My question is: can that be determined in the context of available functions...
> get it from v Does that mean the order here in the code (cylinder 1: p1a/p2a and cylinder 2: p1b/p2b) should be consistent, or that there is some other...
@dkoes, any update on this? Appreciate your help!
thanks for the reply @dkoes. Maybe I don't understand how to use `v`. consider the case where the colors are identical, e.g. ```js drawCyl(geo, p1a, p2a, r, C1, mfromCap, mtoCap);...
> always draw p1b-p2b thanks @dkoes that was very helpful! using that insight I made some more progress. benzene is drawn properly now, and my transition state is a lot...
thanks for the continued discussion @dkoes. As opposed to iterating through the atoms in `getGoodCross` and potentially returning early, I just indexed each one like this. My thought was that...