Cédric Le Moigne

Results 20 issues of Cédric Le Moigne

The following script walks over a local clone of https://github.com/ruby-gnome2/ruby-gnome2 and for the commits done at or after the day 2016-11-06, it displays the number of diff. ```ruby require "rugged"...

I am trying to compile the inheritence example and I have this: ``` c gcc -Wall -o main `pkg-config --libs --cflags gobject-2.0` main.c point.c point3d.c main.c: In function ‘main’: main.c:10:31:...

Try to see if there is something to improve in the bindings : https://discuss.ocaml.org/t/advanced-c-binding-using-ocaml-ctypes-and-dune/4805

See if the solution proposed here can be usefull: https://discuss.ocaml.org/t/how-to-bind-opaque-types-with-ctypes-in-a-type-safe-way/3712

https://developer.gnome.org/gi/stable/gi-GITypelib.html

On ArchLinux with OCaml 4.05, lwt 3.2.0: ```bash opam install rashell The following actions will be performed: - install rashell 0.2.1 =-=- Gathering sources =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [rashell] Archive in cache =-=-...

First of all, thanks you for all these good documentations. I did not found the cookbook entry "Create a CMS-Powered Blog" easy to follow. Maybe it is related to the...

cookbook

* fix some typos, * rename some variables (lll_color*) and some functions * fix comments and improve description of functions/variables * add a CSS I wait for your review.

In this [issue](https://github.com/ocsigen/tutorial/issues/72), @vasilisp told me that you could be interested with a color picker like in ocsigen-widgets. I have started to just copy/paste the `Ow_table_color_picker` code and it works,...

* add a name * save most settings - color - fonts - Gio::Settings - which backend ?

idea