Chimrod

Results 23 comments of Chimrod

Yes, I'm using something similar (but not user friendly…) I'm using a custom image with: - [v4l2grab](https://github.com/twam/v4l2grab) (for the capture) - [lrzsz](https://ohse.de/uwe/software/lrzsz.html) (file transfert over serial connection) On the PC,...

Of course you could ! But your are limited by the image resolution available for streaming ! Which is less lower than the max resolution available : Example on my...

I figure how to write the code for that, but it require some change in the api. In [cohttp_lwt](https://github.com/mirage/ocaml-cohttp/blob/master/lwt-core/cohttp_lwt.ml#L88), we need to add the proxy information : ``` ocaml let...

Hello, do you have any update on this pull request ?

Hi ! Thanks for your review and feedback. I will check all the points and answer them quickly.

Yes, I would be happy to contribute :) Just give me some time in order to go into the code and I will open a PR

Ok, I have something which works, but I have a few questions before opening a PR. Here is my code: ```ocaml let bom = [ [| '\xEF' ; '\xBB'; '\xBF'...

I’ve started the branch here : https://github.com/Chimrod/ocaml-csv/tree/bom I’ll had a test before requesting a merge.

This is proposition I can implement : Add a `persistence` option in the configuration file with two possible values : `on_last_move` and `on_last_close`. This will create a new window in...

Hi DeTheEvo, I've publish a first version which operate as describe in the branch `persistence`. You can install it with the following command : `opam pin add https://github.com/Chimrod/i3_workspaces.git#persistence` Can you...