Malik Benkirane

Results 17 issues of Malik Benkirane

Add alpine patch package to src/Dockerfile to fix build of tinycore 11.0 x86 and x86_64 container images. See also - https://github.com/boot2podman/boot2podman/pull/23 (PR) - https://github.com/boot2podman/boot2podman/issues/22 (Issue)

The first conflict i found was https://github.com/chjj/compton/blob/316eac0613bf342ff91cc645a6c3c80e6b9083fb/bin/compton-trans#L108 and the script simply was not working for me. Then I found that point in [re_format(7)][1] > ```BASIC REGULAR EXPRESSIONS > Basic regular...

in extent to the vi mode users I propose to add this readline binding in fact it's annoying to press escape each time before ^L to clear the terminal

Hi, I found with GTK3Cairo backend `FigureCanvas` has neither `fig.canvas.get_renderer()` nor `fig.canvas.renderer`. I changed the code (at `__init__.py` line 35) so I could use this ```python def get_renderer(fig): try: return...

Hi, https://github.com/alshdavid/crayon/blob/0803146781fa2f9e5d57e05a6044a52b5643e211/examples/svelte/svelte-animated/src/main.js#L22 Shouldn't it be `req.redirect` instead of `res.redirect` ? Same thing for `app.path` with `res.mount`. Or should it be `(res, req) =>` instead of `(req, res)` ?

It's absurd we have to give the remote server tls key when we tls Dial otherwise it wouldn't be an asymmetric cryptographic protocol. Private key should stay private. For example...

I will add details here as soon as possible. I've managed to compile open-iscsi tools but didn't yet managed to add targets. I don't know yet if I need to...

Node password is reset each time after reboot.

``` # github.com/ejunjsh/dl ../go/src/github.com/ejunjsh/dl/main.go:25:22: cannot use cli.StringSliceFlag literal (type cli.StringSliceFlag) as type cli.Flag in slice literal: cli.StringSliceFlag does not implement cli.Flag (Apply method has pointer receiver) ../go/src/github.com/ejunjsh/dl/main.go:41:17: cannot range over...