Oliver Joseph Ash

Results 267 comments of Oliver Joseph Ash

I ran `uninstall` and then `install` and it seems to be working for me now. 🤷‍♂

I guess that makes sense when importing from the root, since the package manifest will redirect the bundler to one of the builds, but in this case I want to...

For that to work I think we would need to add a `package.json` _and_ declarations inside that folder?

IIUC, that would allow importing `rxjs-etc/esm2015/operators`, but not from `rxjs-etc/esm2015/operators/{subModule}`? That's why I wonder if it's better to just emit declarations into all build folders. 🤔 > I'm so over...

When webpack resolves modules, it should use the paths from these TS projects but only for the modules which belong to the project they're defined for. To illustrate this, here's...

Here is a reduced test case to demonstrate the problem: https://github.com/OliverJAsh/tsconfig-paths-project-references-bug The paths inside the referenced project `shared/tsconfig.json` are not picked up at all.

@ferborva Is this what you're talking about? Note I've had to do this using Folktale instead of ramda-fantasy, because this library doesn't expose a `Either.fold` method: ``` js const Either...

That's good to know, thanks! Are we suggesting it should implement Foldable?

I have [another use case](https://mobile.twitter.com/OliverJAsh/status/1105378688164483072), but I'm not sure if it fits under the umbrella of this issue or whether it should be filed elsewhere? By default, [the contents of...

> Also, when we (eventually) have `overflow: clip` implemented everywhere, this should no longer be an issue? It does sound like `overflow: clip` is the answer here. What is the...