Michael Salaverry
Michael Salaverry
a partial workaround: addon-smart-knobs does support `PropTypes.object` , which provides you with a field where you can insert an array as an object property. Not a full workaround, but does...
not currently supported, see https://github.com/storybooks/addon-smart-knobs/issues/20
While I was playing around with the tests, I also experimented with adding CircleCI for the tests. You can see an example run here: https://app.circleci.com/jobs/github/barakplasma/hebcal-js/8 . To add it to...
I like this idea. Want to add a simple test file to the test folder? See my PR for an example of what I mean: #71
I took the liberty of making a plotly.js chart from the [WHO data](https://www.who.int/tools/child-growth-standards/standards/weight-for-age#:~:text=Boys%20percentiles%3A%20expanded,271%20KB) https://codepen.io/barakplasma/pen/bGOoZEe?editors=1011 I'm not crazy about my color scheme, but that's easy to fix 
 starting to take shape example from who: 
 I handled the merge changes and @garyglatfelter 's suggestion in https://github.com/barakplasma/babybuddy/tree/continue-pr-444 as a way of testing my PR #707 
I can open a new PR with all the git changes sorted out. I still want to provide credit to @myxor for doing the majority of the contribution, but unless...
please mark this repo as archived @aickin
@KevinRobben great work! I downloaded your example and followed the instructions in your README.md . Works well on my OS: Ubuntu 22.04.2 LTS x86_64, including bundling with PyInstaller. I'm not...