Marco Wettstein

Results 113 issues of Marco Wettstein

I would like to use utiltiy type $Diff (https://flow.org/en/docs/types/utilities/#toc-diff) but it shows $Diff is not definied

**Problem 1:** i am using esbuild with externalized packages: ``` esbuild ./src/index.ts --bundle --outfile=./dist/index.js --platform=node --keep-names --packages=external ``` externalizing packages is needed because some modules may rely on a certain...

fixes https://github.com/lfades/next-with-apollo/issues/181

If you want to use the ui-dev-only package, you will still end up having blaze in your production app, even if you use react or similar. The reason is that...

phantomjs is no longer supported and gives everyone nightmares. It's possible to use firefox or chrome in headlessmode instead. I did a proof-of-concept: (https://github.com/meteor/meteor/issues/8661) what do you guys think? Edit:...

enhancement

There is one more complex component that uses react. It is written in coffeescript and could be written in a cleaner way (was my first react project...). Would be nice...

quality
Hacktoberfest
help wanted

Hi guys, I have a line chart with `` When I change the borderWidth in chartData (in a dataset), the chart isn't redrawn. Even with redraw-option this has no effect.

we still use version 15 of react-dnd as version 16 does not work in our setup. but version 15 also leads to build problems i different environments, see https://github.com/react-page/react-page/issues/1190 https://github.com/react-page/react-page/issues/1267...

enhancement

i am upgrading an ancient app to latest meteor. worked so far, but for autoform-select2 i get: ``` Unexpected object in htmljs in toText ``` my template: ``` {{#autoForm id="sidebar_products_search_field_form"...

hacktoberfest

Hi, thank you for your amazing plugin, it works flawless so far. The only thing that is not working with current datatable version (1.10.10) is keep the page with serverside...