Steven Pribilinskiy
Steven Pribilinskiy
That would be nice! Floats FTW
But they aren't taken for mouse clicks. Currently I use `Alt+Drag` for scrubbing integers and append a `.0` to scrub with decimal steps. It would be nice if the modifiers...
Hey @ScriptedAlchemy, I'm glad there's finally a solution emerging to share Typescript definitions among microfrontends from the author, despite of saying that [I'm not a TS user so I'm no...
Now we are trying to achieve that with Federated Types Plugin beta. It would be really great if the closed source plugin would have an official place to open issues....
[@module-federation/typescript](https://app.privjs.com/buy/packageDetail?pkg=@module-federation/typescript) creates types in `dist/@mf-typescript` The `__types_index.json` file contains list of type definition files for all exposed modules, here it's: ``` [ "index.d.ts", "index.d.ts", "index.d.ts", "index.d.ts", "ui-library.d.ts", "react.d.ts", "react-dom.d.ts", "react-query.d.ts",...
Compared to [@touk/federated-types](https://github.com/touk/federated-types), instead of a single file with all types, [@module-federation/typescript](https://app.privjs.com/buy/packageDetail?pkg=@module-federation/typescript) recreates the directory structure which is neat. There's one serious issue with `@module-federation/typescript` plugin is that the types...
Also it suffers from the issue with dynamic imports  Even though here are examples in [advanced-api](https://github.com/module-federation/module-federation-examples/tree/master/advanced-api) and the [dynamic `System` Host](https://github.com/module-federation/module-federation-examples/tree/master/dynamic-system-host). So it's not something unusual to do. We...
I've changed the URL to be `localhost` in `remotes` section and now we're getting this 404 error for exposed npm package ``` \node_modules\got\index.js:482 proxy.emit('error', new got.HTTPError(statusCode, res.statusMessage, res.headers, opts), null,...
Sorry for the numerous comments, I wish it can be hosted on Github, with Issues/Discussion tabs It can be an empty repo with a [README](https://app.privjs.com/buy/packageDetail?pkg=@module-federation/typescript) only.
For anyone interested, at Cloudbeds, we've released a public NPM package that was built on top of existing solutions https://www.npmjs.com/package/@cloudbeds/webpack-module-federation-types-plugin It's also planned to open source it on Github