Guy Edwards

Results 20 comments of Guy Edwards

Using `UPower` on Arch: ``` UPower client version 0.99.8 UPower daemon version 0.99.8 ```

Also seem to be getting a new output when charging: ``` - 57.5 minutes till full ``` Again fairly certain this was not the case previously

I have this same issue with `parcel@nightly` on Arch linux using NeoVim. First time compiles no problem, after that doesn't trigger any builds

Watching is now working for me now with `parcel@next` on Arch with neovim :+1:

Not sure if this is something that has changed in a recent version @DominikPieper. We were having issues with our own generator tests and looking at the source code in...

So you are saying `@nrwl/workspace` should be added to the package.json as part of `createTreeWithEmptyWorkspace()` testing util?

@DominikPieper added a `createTestProject` testing helper adding `@nrwl/workspace` to `package.json` for the react generator and updated the unit tests to use this

Also should update the example screenshots to import `github.com/bxcodec/faker/v3`

A good library is: https://popper.js.org/tooltip-examples.html The underlying library is popper.js but they took common usecases and made tooltip.js

Largely vice-versa, I have had to remove the padding and leave the margin. For example, the `input` has a `margin-bottom: 8px` which I imagine is there to space between the...