eladav

Results 11 issues of eladav

Solves #184 Currently if there's an error while bundling with watch mode on `bili` hangs. The way I tested it is that I added `lodash` as a peerDependency to my...

[](https://issuehunt.io/r/egoist/bili/issues/184) Hey, When I use bili in watch mode and Rollup emits a `FATAL` event bili will just ignore it and hang. See: https://github.com/egoist/bili/blob/d46aeb6d0b4c31e0ba6e73155d7667e4fe2678fd/src/index.ts#L582 and: https://rollupjs.org/guide/en#rollup-watch When I turn watch...

:dollar: Funded on Issuehunt

At the moment the core initializes upon requesting the first component. The initialization registers the host with the registry and saves the generated `hostId`. We should add a way for...

enhancement
good first issue

We want to allow users to have multiple components run in dev mode. The solution we suggest is to create a "workspace" mode for dcm that will bundle all components...

We should probably bundle the code using [tsdx](https://github.com/jaredpalmer/tsdx). See #80

bug
help wanted

The image uses the cors package from npm. The package is really configurable, check out [cors on npm](https://www.npmjs.com/package/cors). We need to think which configurations make sense and what is the...

enhancement
good first issue

Now when you create a new component using `dcm init` it'll generate a `package.json` file with your dependencies set to some static version we hard-coded. In the process of creating...

enhancement
good first issue

**Must haves for open sourcing the project:** * [x] Publish a component - how do we separate the publish from retrieving the component. * [ ] Tests... - [ ]...

We want to be able to use the same types in clients and server code. This will allow unified type validations and provide a validation over our client-server contract (both...

enhancement
help wanted

along with types: #17

enhancement
help wanted