Clément Busschaert

Results 11 issues of Clément Busschaert

When saving a layout (with "include current wallpaper") while having set specific per-monitor wallpapers on Windows, Rainmeter saves only one image and it may be different than any of the...

![image](https://user-images.githubusercontent.com/13928490/63116466-05854680-bf9a-11e9-88a8-3a5ca5659e8c.png) Using spacemacs develop. Excluded spaceline from loaded packages, and added this in a custom layer: ``` (setq display-packages '(smart-mode-line)) (defun display/init-smart-mode-line () (use-package smart-mode-line :ensure t :init (sml/setup))) ```...

**Describe the bug** Given the following function: ```ocaml let wrap ?(a = []) contents = Js_of_ocaml_tyxml.Tyxml_js.Html.(div ~a:(a_class [ "wrapper" ] :: a) contents) ``` calling `wrap ~a:[a_class [ "some-other-class" ]]...

bug

Hello FiraCoders ! I just installed FiraCode on my linux machine and it all works greatly on my spacemacs config (Well, I did had to add [such a code](https://gist.github.com/mordocai/50783defab3c3d1650e068b4d1c91495) in...

I have found that most if not all of the properties and operators in the UI are not library-overridable. Meaning, when one **links** the rig in another file, and makes...

bug
enhancement
help wanted

Ocaml's own compiler libraries provide cool ways to highlight source code and display syntax errors, through `Location.print_report`. I managed to use it to display Menhir's messages with the location: ```...

Adds a `priority` parameter to `Os_tips.bubble`, and changes the tips system to open bubbles on a given order. Behaviour on absent `priority` is unchanged.

### Did you check the docs? - [X] I have read all the which-key.nvim docs ### Is your feature request related to a problem? Please describe. I remapped `` to...

enhancement

Okay so this is gonna sound weird. Unicode 9 has this 🤜 character (among others). It's in "Supplemental Symbols and Pictographs", with code x1F91C, in which you can also find...

Hello everyone. I'm wondering why there's a `status` tupled with the rpc response, as a return to `Client.call`. All the examples end up matching the result with ```ocaml match response...