Cody Reichert

Results 36 comments of Cody Reichert

Hey @wolftune. Correct, Cassius files are not currently supported. Mostly because I use Lucius almost exclusively, but that's just personal preference. I'm definitely open to adding Cassius - it's been...

Hey @concavegit - thanks! I don't have any active work going on for adding Cassius support, but would definitely be happy to merge a PR or provide any guidance on...

Just hit this myself. Anything I can do to help get this one merged? The test cases look correct, but let me know if I can help get it ready...

I don't think I'm providing any _new_ info here, but wanted to chime in that I have the same issue when [adding a blueprint for SimplyRETS](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/SimplyRETS/simplyretswp/ed76dcb15306216d65e1a4c1817f40a84b7c9086/src/assets/blueprints/blueprint.json). We use `curl` when...

Thanks for posting. So just to clarify, are you talking about versioning the package itself or the packages dependencies? I think both need to be done. The latter, versioning dependencies,...

Hey @adamlwgriffiths - thanks for the info. It looks like you are correct, we are using `generate` on every re-render. I'll check out the c3 docs for `load` and see...

Hey @3limami - I'm checking this one out now and I am able to reproduce it. I know that font-awesome needs to be loaded on the page, and it might...

I know :( That's the reason I never published it initially. I'm open to changing the name, though. Looks like `reactc3` (removing the dash) is an available option.

If I set this to always return `true`, everything updates as expected: https://github.com/borisyankov/react-sparklines/blob/master/src/Sparklines.js#L42

OK - I can confirm that using the master branch `react-sparklines@borisyankov/react-sparklines` _does_ fix the issue. All that needs to happen is a new release be built and published. Let me...