Mikaël Gourlaouen

Results 8 comments of Mikaël Gourlaouen

I was looking for this option. I used dissolve to get the outer border of a set of polygons, but unfortunately those polygons were not corresponding in some areas (typically,...

I tried it and it worked! How great is that ? Pretty awesome! :dancer: Thank you for the quick answer. Is there a reason why it is not documented ?...

Yes it was actually exactly my use case as I used it chained with dissolve, and slivers were the results of a mismatch between internal polygons. Fill small gaps between...

I think this is a Yarn 2 specific problem, and to be more specific this is because Yarn 2 cannot currently run ES Modules. See https://github.com/yarnpkg/berry/issues/638 When I try to...

Thank you very much for your additional detail. My problem right now is that each predicted user representation seem to be more or less equal despite input data being different,...

Sorry, they were actually in my issue but a wrong formatting made them invisible. Updated now.

This should be fixed by #85

I think the cause is the same as #77 . https://github.com/FormidableLabs/rapscallion/blob/master/src/render/attrs/index.js#L31 As `attrVal` is in this case `10`, the condition `Object.keys(attrVal).length > 0` is not satisfied and thus no attribute...