Vivien Didelot

Results 12 issues of Vivien Didelot

Some concerns have been raised about BSD portability. Some part (e.g. realtime signals) must be worked around are made optional, in order to support these systems. Refs #124

enhancement

Kas should have a default value for KAS_REPO_REF_DIR and clone a repository there itself as a transparent step before checking out a refspec and eventually applying patches, because 1) it...

This PR adds support for full custom updates as well as simplifying the code a bit and enabling variable parsing in flags such as `RAUC_SLOT_rootfs[file] = "${SOME_FILE}"`.

enhancement

This patchset adds support for the camera modules listed in the official [documentation](https://www.raspberrypi.com/documentation/computers/camera_software.html#if-you-do-need-to-alter-the-configuration) and simplify the configuration with a single RASPBERRYPI_CAMERA variable (and predefined aliases) to describe if and which...

With this PR, one can add the [meta-neural-network](https://github.com/nnstreamer/meta-neural-network) layer to their system, enable tensorflow support in libcamera-apps with e.g.: ``` PACKAGECONFIG:pn-libcamera-apps:append = " tflite" ``` and try object detection with...

With `graph=no-topo`, the startup delay issue is fixed indeed. But the lag due to the commit loading (described in #366) still exists. We may want to make the loading flexible,...

Hi! If I want to add individual plugins to the runtimepath, is it OK to use something like: ``` viml function Add(name) abort let l:path = '~/.vim/bundle/' . a:name execute...

From Christos Kollintzas: I tried using linuxsty.vim (with and without a plug in manager) and every time that I try to open a .c file I get the following error...

The following snippet from phylink.c: ```` c if (pl->cur_link_an_mode == MLO_AN_INBAND && !test_bit(PHYLINK_DISABLE_STOPPED, &pl->phylink_disable_state)) { phylink_mac_config(pl, &pl->link_config); phylink_mac_an_restart(pl); } ```` causes linuxsty.vim to highlight the { } around this with...

Currently qt-kiosk-browser silently falls back to the built-in URL value if it fails to load the configuration file passed as argument like this: ``` qt-kiosk-browser sdflkjsdflkjsdflkj ``` This can lead...