Brendan Zabarauskas

Results 375 comments of Brendan Zabarauskas

Yeah, `.0` is a tad ugly I know! 🤔

[Chalk](https://www.npmjs.com/package/chalk#tagged-template-literal) has a nice syntax for colors, eg. `bold.rgb(10,100,200)`.

Here's a nice post of Flow's new error formatting: https://medium.com/flow-type/better-flow-error-messages-for-the-javascript-ecosystem-73b6da948ae2 ![](https://cdn-images-1.medium.com/max/1600/1*J1kqTNe41njiCaQWzkYJlw.jpeg) ![](https://cdn-images-1.medium.com/max/1600/1*BAYW1TlbDM9VhVYCoo2azQ.jpeg) ![](https://cdn-images-1.medium.com/max/1600/1*tpqH9kPUbGOn6n0LFjT7aw.jpeg)

Oh cool. Seems like they are hashing things out with the LSP folks on Microsoft/language-server-protocol#166 as well. 🤔

At the moment I'm thinking we'd want to have common `Diagnostic` struct that tries to stick to the 'semantic model' of a diagnostic, leaving ultimate 'styling' to downstream consumers, like...

Some nice output from Hedgehog https://github.com/hedgehogqa/fsharp-hedgehog/issues/80#issuecomment-312884705 ![](https://user-images.githubusercontent.com/134805/27766416-3ba58288-5f12-11e7-915d-113bf9ad3fc6.png) ![](https://user-images.githubusercontent.com/134805/27515768-9ecd3802-59ee-11e7-8ecf-c86193b38d98.png)

Ooh, yes, would love to hear it!

Nice thinking! Have you thought about how you would (or would not) handle colour spaces?

Yeah definitely, I can appreciate you wanting to keep focused on your main domain. More thinking it might be good to leave room open to others to extend it in...

Have you thought of bringing some of your thoughts to the palette developers? Maybe there could be a possibility of joining forces with them, but help them see things from...