Josh Ribakoff

Results 38 comments of Josh Ribakoff

I'm thinking out loud about a solution -- Authors of PHP libraries want to write `$foo['bar']` and not write `$foo->bar`, so they just cast all incoming json to an associative...

+1 for not endorsing immutable.js, its a great lib I'm sure, but I've seen that it confuses newcomers who don't understand the difference between writing reducers to be immutable, and...

Trying to contribute to open source is frustrating when project maintainers drop the ball like this. If the project is being abandoned please at least let us know

Can you paste the first few rows into pastebin & share the URL here? The sample products generator bases its output upon the contents of seed.csv - the default type...

I'd recommend checking if the column headers in the template (seed.csv) match the ones expected in the latest version of Magento. Also check if the "example" row looks valid (compare...

Thanks for the background story on this project. The purpose of organizing the code would be to allow people to call it from a PHP script without having to make...

@kamzak thanks for sharing, however lots of us actually do need the chart options to be dynamically updated. Im not sure why the state is necessary since you dont appear...

This still happens after turning off strict mode fyi

Same prob. here using webpack. I created a file containing: `var konfy = require('konfy');` Gives: ERROR in ./entry.js Module not found: Error: Can't resolve 'konfy'

Also there's some succinct bash scripts floating around on stackoverflow for retrying a command with a sleep interval until it exits 0. And perhaps we could make a separate project,...