Cédric Chépied

Results 9 issues of Cédric Chépied

Fix #59 This behavior can be cancelled with the beacon-can-go-backwards variable. I'm not very proud of the algorithm and the "(list (pop colors))" but I wasn't able to find a...

Hi, I'm now using sway (https://github.com/swaywm/sway) and I got some problems because only xwayland application worked with aenea. I just started another server implementation using evdev. It works on wayland,...

When I try to open connection manager, it always start the curses application even if gnome control center is installed. It seems like line 637, networkmanager-dmenu looks for "gnome-continue-center" instead...

Currently, 100 packets are sent per second. With a 255 bytes payload, send rate is 25kB/s. With a thread, we use the line at its maximum speed.

I tried to download files via FTP with MAVSDK_FTP_DEBUGGING and MAVSDK_MESSAGE_DEBUGGING enabled. The memory consumption was really big and always increased until OOM. I think there is a memory leak...

bug

I had the error described in #53 This seems to solve it.

**Description**: `cyhal_sdio_bulk_transfer` function uses a temp buffer declared static. This buffer is located in .bss section and, by default, this section is located in DTCMRAM. On STM32H743 the SDIO DMA...

Since this commit in emacs: `6b7ff60a5e71c161a064e27509fe4fb95cf74ddd` (I usually use master branch) I'm not able to use `(completion-at-point)` when `ivy-mode` is enabled . Completion works fine but is inserted in the...

I'm using shell-maker for github copilot. I would like to have markdown management in my shell. I tried polymode but as it create buffers that I can't manage, I had...