Andrew Pikul
Andrew Pikul
Sure, I can keep the history intact, it's a good idea. The end goal here is products for our customers so recognition means very little to me but I like...
Ok! There will be `syntax` and `publish-dist` to do after this- also replacing `math.Random()` w/ `psuedoRandom()` *Note* One issue I have is that jasmine is not set up to parameterize...
Sure sure, whatever is needed.
So, I'm happy to write logic + tests for the tick-mode combination but I need it spelled out (and what do we do if they try a combo that doesn't...
- [x] Use a private property `ax._something` instead of overriding `ax.tickvals` - [x] Remove use of Lib.nestedProperty - [ ] Make some mocks - [ ] Rework math on minor...
Yeah, that's it. Some contexts: 1) These scientists don't work w/ round numbers- units are radiation and density and molarity and such, no constants are round. They (read: I, as...
Sounds good, will try and get it done post haste.
a pull request with the feature, but with my original `proportional` implementation, is ready if that's acceptable. Otherwise next week after I have some response on parameterization and on `ticktext`...
### Where we're stuck **Warning: These problems will increase in frequency because ESM is highly recommended** You cannot `require()` (**commonjs**) a `.mjs` (**ESM**) because the `require()` will block and wait...
`chart2music` merged in my request to support **commonjs**, so I submitted a [pull request](https://github.com/aliwelchoo/plotly.js/pull/1) to @aliwelchoo that should make this go green. edit: welp, so much for green lol. needs...