Tylor Steinberger

Results 123 comments of Tylor Steinberger

I had a whirl at spinning things up with Docker..but I believe the issue comes from the makefile being tied to `systemd` which is not available within the docker images...

I also think this makes a lot of sense to do. Typescript should understand package.json exports in their next release. https://github.com/microsoft/TypeScript/issues/45418

Also need to add something to the documentation for this

I perform a check to avoid this [here](https://github.com/TylorS/cycle-snabbdom/blob/master/src/makeDOMDriver.js#L13) which is roughly the equivalent to what @cycle/dom does [here](https://github.com/cyclejs/dom/blob/master/src/render-dom.js#L26) Do you spot an area where I'm doing an improper check?

Just tried this http://esnextb.in/?gist=cc30f6b0513a4c2f74ee

It's saying they are the same for me

Couldn't you also just do ```typescript import * as List from '@collectable/list' import * as Map from '@collectable/map' export { List, Map } ``` I'm pretty sure that rollup and...

It may not be obvious that it supports `ReadonlyArray`, also `Array` and `ArrayLike`, because they are valid implementations of `List`. Beyond that, it seems you'd like to have the name...

Not to dismiss the issue you're running into, but I've been unable to recreate your issue.