N. Jourdane

Results 156 issues of N. Jourdane

# Qui suis-je ? roipoussiere # Qu'est-ce qui m'a donné envie de parler la première fois ? - la possibilité de contribuer au libre en tant qu'orateur ; - le...

answer
french

There is no new activity on this project since 7 years, there are 14 pending pull request and many unanswered issues. I would like to know if the maintainer plans...

This PR adds a Dockerfile based on Alpine. A ronn Dockerfile is useful for Continuous Integration tools (such as GitLab CI), to automatically generate a man page during a build...

In order to simplify the PeerTube adoption from current Youtubers, it's important to simplify the importing process. The [import script](https://github.com/Chocobozzz/PeerTube/blob/master/server/tools/import-videos.ts) is a good step in this direction, but it is...

Status: In Progress :soon:
Type: Enhancement :sparkles:
Component: Import

When importing a video, I could be nice to have a tag auto-completion feature, in such a way that when you start typing, a list of tags existing in the...

Type: Feature Request :sparkles:

Let's assume that we want to encode 24 bits of data in a 2x2 image. For now, 2 options are available in the Pixel Ordel list: ## Column Altered bits...

This script, based on the [provided keyboard example](https://github.com/tuomasjjrasanen/python-uinput/blob/master/examples/keyboard.py): ```py import time import uinput def main(): events = (uinput.KEY_A, uinput.KEY_Z,) with uinput.Device(events) as device: time.sleep(1) device.emit_click(uinput.KEY_A) device.emit_click(uinput.KEY_Z) if __name__ == "__main__":...

I would like to rename a window, but I can't. This is an example with getActiveWindow(). ``` python #!/usr/bin/python from ewmh import EWMH ewmh = EWMH() # get the active...

This PR adds a new option `iconsSet`, to let the developper specify which icons set to use. Currently, font-awesome (`fa`) or material (`material`) are supported, but others can be easily...

Improvement

With javascript disabled (ie. using [no Script](https://addons.mozilla.org/fr/firefox/addon/noscript/) extension), a Google search for `neat url` generates this link: `https://www.google.com/search?hl=fr&source=hp&biw=&bih=&q=neat+url&btnG=Recherche+Google&gbv=1` And the first result is this link: `https://www.google.com/url?q=https://addons.mozilla.org/fr/firefox/addon/neat-url/&sa=U&ved=2ahUKEwi__e_S95PkAhW5TxUIHWzHAVAQFjAAegQICBAB&usg=AOvVaw2UFkv7R5iifQhw7VoKlGYp` But it could be...