Basile Starynkevitch

Results 29 issues of Basile Starynkevitch

The commit bd926d18df4ec7182b3f (the latest one today nov.18th 2018 on master) fails to build: ``` cc -c -Wall -Wextra -Wstrict-prototypes -Wshadow -Wpointer-arith -Wformat-security -Winit-self -Wcast-qual -Wcast-align -Wwrite-strings -Wnested-externs -Wredundant-decls -Werror...

I strongly miss a Software Development category. I am considering coding a simplified variant GPLv+3 licensed of my [Bismon](http://github.com/bstarynk/bismon) for Android (on my Huawei MediaPad M5 (Android 8) tablet)

This patch add new functions : * `$(this_line)` - inspired by `__LINE__` in C and expanded to the current file name (e.g. `Makefile`) * `$(this_file)` - inspired by `__FILE__` in...

Please read [EWMH](https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html) specification then document what is missing in Xlambda for compliance to it. Also look into [sawfish](http://sawfish.tuxfamily.org/) at least for inspiration, and perhaps even to borrow some code...

The shipped `Makefile` does not work well on Debian/Sid/x86-64 The following patch (w.r.t. commit 2dc7eb2af52723c3f6 ) > diff --git a/Makefile b/Makefile > index 9090b8b..c9ac8d2 100644 > --- a/Makefile > +++...

I am missing some short example with UTF-8 weird characters, including (extracted from my [bismon/store1.bmon](https://github.com/bstarynk/bismon/blob/master/store1.bmon) file) ``` ///‼ Notice that '«' and '!(' for object opening, ///‼… '»' and '!)'...

Is there some way to generate some HTML5 (with extra images) with Patoline, like [HeVeA](http://hevea.inria.fr/) is doing for LaTeX? That means leaving the low-level typographical layout to the browser (like...

question

We add the ability to force the end of a prepared statement with `endr` and the ability to give functions to them.

It would be nice to get some read access to `_inx` field of `sqlite::database_binder` class by adding public: current_index() const { return _inx; }; to that `class database_binder` I'm trying...

I am just starting a new Go project (a hobby project, GPLv3+, on gitlab, for some sort of wiki thing). I am using Linux/Debian/Sid with Go 1.11.1 and I don't...