Bazyli Brzóska

Results 289 comments of Bazyli Brzóska

@alangpierce Indeed, the second point you mention is a bit of a challenge - there isn't an exact mapping and it would take some effort to figure out the most...

This is also raised for packages that are typescript definitions-only. One such example is `callbag` package, that only exports TypeScript types. When I do: ```ts import type { Sink, Source...

@ljharb yup, simplest reproduction is that line I cited above. Install `callbag` and try that `import type` with the rule turned on and you'll get an error from eslint.

Parts of this conversation would make a good starting point for a "best practices" article for the docs. :+1:

I agree with @ivan-kleshnin on that we should have the possibility to pass a tree of streams. I've run in to the same problem myself.

@laszlokorte Could you explain how do lenses work and what they are? A simple walkthrough of the model code would be enough. I've tried googling around, but couldn't find any...

I think it would be better to have a tool that is abstracted out of any editor, so that integration can be dealt with separately. Since VSCode is moving really...

Yes! 👍

@blakeembrey What you say is only true if the user is using NPM as the package manager. If the user is using e.g. JSPM and has installed the package from...

Please share the example that caused the issue you describe, otherwise we cannot tell you what was wrong.