Louis

Results 51 comments of Louis

Still facing the issue: **Atom Version**: 1.13.0 **Electron Version**: 1.3.13 **System**: Debian GNU/Linux **Thrown From**: [settings-view](https://github.com/atom/settings-view) package, v0.244.0 ### Stack Trace Uncaught TypeError: this.pack.activateConfig is not a function ``` At...

Please don't close this one dear bot.

I didn't take time to make a release on opam. But if there is some interest, I can do this during the week. I don't know about the CircleCI's statistical...

@pbiggar it has been merged in opam https://github.com/ocaml/opam-repository/pull/11887 > It would be useful, when/if this is implemented, if we could still get console output while writing junit.xml output to a...

> `(('a -> 'b) -> 'c) -> ('a -> 'd) -> ('d -> 'b) -> 'c | 'a t -> ('a -> 'b t) -> 'b t` I'm not a...

Note that the moment the text content is modify is during printing, for example with `Format.printf "%a" (Tyxml.Html.pp ~indent:true ()) html`. If there is a long line of text, it...

> Regarding implementation: > 1. Am I missing something or could we could use a single option to represent the last hover that happened and verbosity with which it happened?...

I've started to work on adding a new command. I'm not sure exactly how much work it would require in the client to become usable. I am scared that it...

A few months later, I'm back with an updated version of this PR. There's no state on the server anymore, it is left to the client. I'm not handling selections...

actually if I hardcode a verbosity of 100 it seems to do something (it breaks other tests). So maybe it is my test that isn't correctly written?