Frederik Krautwald
Frederik Krautwald
The type definition for `reduce()` in _@typed/prelude_ does not match the type definition for `reduce()` in _@typed/list_. **@typed/list:** ```ts export declare type Reducer = (seed: B, value: A, index: number)...
@most/core version: 1.6.1 ## Steps To Reproduce 1. Install Local Javascript Dependencies ```shell npm install ``` 2. Run Tests ```shell npm test ``` ## The Current Behavior ```shell ============= WARNING:...
This PR is intended for receiving comments and suggestions. We could easily merge it, though not complete, as the document would just live as a proposal and can be updated...
When running `npm run dev-server` and subsequently `npm run start-dev` on the Vagrant installation created by the `Vagrantfile`, accessing [http://localhost:8080](http://localhost:8080) on the host machine results in a `Failed to load...
Add Requests, Responses, Main, Dialogue, RunSpec, IODisposable, Run Signed-off-by: Frederik Krautwald
`run` is missing a return type: https://github.com/motorcyclets/motorcycle/blob/c58d6fdff986fe709c07022d6036a2f1ccb5b2da/packages/run/src/run.ts#L45 It returns `{ sinks, sources, dispose }`. It should have a type, so it’s possible to talk about it’s type signature.
Investigate if we can configure renovate to only make PRs once a week (or so). If possible, implement it!
When a component is isolated, the DOM elements receives a `data-isolate` attribute. To avoid possible conflicts in user land, we should create a more unique `data-` attribute, e.g., `data-motorcycle-isolate`.
We should this that reflect to docs current state of motorcycle this that development.