Mick Feller

Results 12 comments of Mick Feller

@jp1987 we actually moved away from this plugin and went with @svgr/webpack, the webpack piece is what we setup in storybook, but you can obviously convert this to regular webpack....

Same problem here, react dev tools works, React-Sight giving me cannot find react. react 16.4.2 and latest chrome on mac

@developit I opted for JSON here initially, we can extend with dotfiles if desired if you can give me some pointers on how you want to have the files formatted.

I can make those changes... you need to give me a bit of time though. Question do you still want to keep the timestamp in the json? or do you...

So i did a first pass on this one, not totally done yet don't have more time tonight. I remapped the json to the desired format, i've also added that...

If you read the link i've added they actually ported the EB CLI tool into aws cli. So i guess it's possible with the regular aws cli tool.

https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/elasticbeanstalk/AWSElasticBeanstalkClient.html It looks like it's available in aws sdk as well. I would send you a PR if i could but i have zero java knowledge :(

https://stackoverflow.com/questions/27118429/how-to-create-aws-elastic-beanstalk-environment-using-java-sdk Here is an SO link in the accepted answer is a good example. Thanks!

Thank you very much @hxlniada I will try it this weekend i'm caught up with some stuff this week.

I ran in the same issue and adding to your ns.list path try this: ```js ns.list(`/${config.cpCode}/test`, (err, response, body) => { if (err) { console.log('err: ', err) } console.log('body: ',...