leoplaw
leoplaw
https://github.com/tvjsx/trading-vue-js/blob/e881bdb5c3ec3b890d21e3059cb6b3ef85a47432/src/components/primitives/pin.js#L157 Event `object-selected` should return the object so listener can identify which object emitted it. ``` this.comp.$emit('object-selected', this) ``` I tried hacking this into the code, but it does not...
### Current behaviour $("svg").attr("width", "1.5rem") produces warnings. When there are many svg elements on the page, this impacts performance. ### Expected behaviour Should produce no warnings, as the size unit...
Feature Request: timeline - Group List - Left Right Position Option groupListPosition: text, left (default), right, required: no ```options: { groupListPosition: "right" } ``` The functionality already exists internally because...
Configure Repository Automatic Actions: Fetch - disable / deselect Fails, with application asking for authentication details every 10 minutes. Deselecting ``Fetch every`` and or setting ``minutes`` to zero is ignored...
please add the option to download .svg files. It recognizes that they are there, but does not download them.
I believe the ephemeris produces enough information to do the calculation. What I have figured out so far is the following: For the Lunar eclipses, it comes down to finding...
How do you calculate the eclipses? For the Lunar, it comes down to finding how close the moon is to either of the nodes. ``` Ephemeris.moon.orbit .meanAscendingNode.apparentLongitude Ephemeris.moon.orbit .meanDescendingNode.apparentLongitude ```...
Octal literal are not permitted n strict mode tinycolor.js:2:17 1: var styles = { 2: 'bold': ['\033[1m', '\033[22m'], ^ 3: 'italic': ['\033[3m', '\033[23m'], 4: 'underline': ['\033[4m', '\033[24m'],
I believe the ephemeris produces enough information to do the calculation. What I have figured out so far is the following: For the Lunar eclipses, it comes down to finding...
Added asteroid Ceres to `celestialBodies.js`