Guy Edwards
Guy Edwards
I am using sway which is a tiling wayland WM. Lector works fine but when loading a book, the loading bar screen doesn't disappear and is solid black as you...
Thanks for a great tool, I was wondering if you would be interested in having a dockerised version of `madge` maintained here in the official repo. I just put a...
I used to see time remaining in the format `HH:MM`, now it seems to be showing as `H.M`. Have only noticed in the past few days so assume it must...
when passing `jest` as the `unitTestRunner` there was no `@nrlw/workspace` version in `paackage.json` to base the version off for `@nrwl/jest`. This fixes that by adding a package.json to the test...
allows threshold to be set by number of uncovered lines instead of percentage of coverage. In a codebase which continuously grows, if you fix the number of lines uncovered then...
Currently trying to set an items value as an object doesn't really work, keys become `[Object object]` among other things. It would be great to be able to pass an...
Just thought we could move to the newer convention for this repo `@weaveworks/ui-components`
On blurring of the input, truncate the value to a sensible width and add an ellipsis to indicate 'more text'. The input would need to calculate this 'sensible width' based...
Currently `Input` has padding and margins on the input itself which are really implementation details, and shouldn't be handled by the `Input` itself. As a result I find myself manually...
We have started using it in service-ui now and would be really valuable to have it in the common components. Need to add to build step to add `x.js.flow` source...