Dominik Wilkowski

Results 54 comments of Dominik Wilkowski

I'll try with a bunch of different VMs then and see if I can reproduce it

Thanks for the help @disklosr I'll investigate. Still stuck in rebuilding how props are applied right now but will get to this soon.

As per our conversation we can support both while a component with propTypes looks like this: ```jsx import React, { Fragment } from 'react'; import PropTypes from 'prop-types'; /** *...

Hi @srossross I have run into this myself and am planning to add this feature. I'll track it via this issue so you'll know when it's been added. I was...

Yes I’ve been asked before for blog support. I think we can swing that. I just don’t know when. Always happy for PR support :)

This will be fixed with #14 I will come back here once that is done to show an example

Hey @sambauers Thank you for this. This is great. I had a look and it seems Remark has come a long way. I'd love to try that out. Can you...

Each method of Cuttlebelle is exported but that's not very user friendly so far. I plan to write a better API so we can integrate plugins as well. For now...

That's a great suggestion! I like this. With the update to `alpha.61` I have updated how errors are handled already: But including a stack trace is a great idea. Thank...

An example would help greatly. You sure it's not the partial re-render that only renders the current page you're working on? If so you can "fix" that by using double-save.