Nicolas Goy

Results 79 issues of Nicolas Goy

When the "pause on hove" option is enabled, the chat is nudged toward the top of about 20 pixels when hovering the chat.

Under linux, the font rendering is different and with the current settings, it is very thin (look at screenshot). I think it would require quite some work to find some...

Correct alignment: ``` ruby mymethod :foo, opt1: :bar, opt2: 'hello' ``` what BeautifyRuby produces: ``` ruby mymethod :foo, opt1: :bar, opt2: 'hello' ```

The `battery-poly` blocklet is crashing on my system (HP laptop) when there is power, but not enough to charge the system. The status reported by the kernerl is `Not charging`....

My use case for CSS color parser is a WYSIWYG editor that produces CSS colors, the rendering is done in elm, I adjust some of the colors before rendering (like...

discussion

In addition to this package. I think it would make sense to define a short spec for palette and colorspace packages. ## Common - Package naming convention - Module naming...

discussion
community review wanted

The [new color package][1] is out and aims at ensuring consistency in the use of color within the elm ecosystem. It would make sense for `elm-css` to be compatible with...

I am using the same template for collection and object, I am doing this right now: ``` object @asset if @asset collection @assets if @assets ``` It would be nice...

It would be nice to be able to style the focused workspace on the non focused output. For example, I have 3 output/displays. On the right one, I have workspace...