Alex
Alex
I think it would be useful to have a command that shows currenlty linked packages (using `yarn link [package]`) in current project.
### Use case: description, code The dom is rendered almost perfectly fine, but there are some problems with svg icons rendering So I have somethin like this: ```css .inactive-con svg...
This is an attempt to address the problem concerned in #3724. It was aslo addressed lately in #4339. With this change, the compiler will only rebuild downstream modules if they...
## Description While working with app's code I noticed that compilation times of some modules became significantly slower: not the biggest module in the world ~1500 lines, complied in ~5sec....
## Summary As there are PRs landing to update styles of imports. Why not consider introducing a standard style of formatting for the codebase? I think [fourmolu](https://github.com/fourmolu/fourmolu/) does a pretty...
Currently if one wants to use `beforeAll` hook, it can not be done straightforwardly. Because `type Spec a = SpecT Aff Unit Identity a` and `beforeAll` has `MonadEffect` constaint `Identety`...
**Is your feature request specific to Fourmolu?** - [ ] Yes, this feature is not relevant to Ormolu Not sure if this can be refered as Fourmolu specific feature, but...
Does this plugin work for systemjs-builder? There is no node less.js dependency.
You are writing with TS, and still typing seems to be not good, even `@types/dockernode` feel to have more proper typings. Even your `new Docker(/*opts: not typed*/)` constructor has no...
https://github.com/sdebaun/sparks-cyclejs/blob/release/src/helpers/dom/index.js#L11 I think just using hook is not enogth for correct component unmount. I mean that when element removed from DOM `unmount` lifecycle methods on React component will not be...