Marcus Bannerman
Marcus Bannerman
https://github.com/agentcooper/react-pdf-highlighter/blob/cd44de6c1652325a626776db72002a10b74e6369/packages/react-pdf-highlighter/src/components/TipContainer.js#L34 This line sets up a callback; however, if the TipContainer is deleted before the callback completes you get a "cannot use blah of undefined" error as the this is...
Stepped potentials have been fully implemented, we need - A tutorial on their use - Reference documentation on the stepped potential tag.
An email request was submitted by Qiong Bai to implement true sinusoidal oscillating walls in Dynamo. This requires a reimplementation of the oscillating wall local (used in the granular damper...
Although the code for multicanonical simulations is complete, this needs to become a "mainline feature" with dedicated testing in the test suite and a tutorial on its use.
Currently, local events are not optimised using neighbour-lists. The previous implementation was not compatible with infinite systems or compression dynamics. This can be corrected by first removing all "infinite" objects...
The rotational energy must also be included for systems with rotational degrees of freedom. See the notes of this reference entry for more details: http://localhost/index.php/outputplugins#thermalconductivity - ~~Add in calculation/tracking of...
I just updated the IR driver firmware on my HDK1.3 using a genuine ST link v2 programmer. When launching the programming tool, I would receive "tries exceeded" for the two...
Frank Smallenberg demonstrated that verlet lists work well for hard-sphere systems. This would greatly improve speed in asymmetric systems, and provide a fallback implementation for small system sizes. The paper...