Results 15 issues of eddyp

I'm getting some weird rendering issues; initially I thought it was some weird sense of humor I was not getting, but it became apparent is not after looking into the...

Since git-imerge can track which merges were made automatically and which manually due to conflicts, and because manual merges can themselves be done incorrectly by the user, it could be...

enhancement
waiting

With the rising popularity of git imerge, and the new fixes provided by newer versions in the repo, the need to have a version number (even if it is date...

enhancement

When cloning non-bare repositories, all other branches than master are not shown as existing in the repository. The quick workaround was to copy by hand all files from .git/refs/remotes/origin into...

When compiling for Leonardo I get these warnings: > > /home/eddy/opt/arduino-1.8.13/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=10813 -DARDUINO_AVR_LEONARDO -DARDUINO_ARCH_AVR...

Reported by eddyp on 2013-03-28 21:08 UTC If the machine holding the backups must be given access to all backed-up machines, then any compromise of the backup machine will compromise...

idea

Git and other clients such as SourceTree will rewrite .git/config in the modules when checking out a branch tracking a remote branch. The rewrite appears to be a remove then...

I managed to compile aver-rust from source on my Debian Stretch system, and with prefix=/home/eddy/opt/avr-rust-git, it fails to 'make install' with this cryptic error, if the directory does not exist:...

[//]: # " Example hosters for debug files: pastebin.com, gist.github.com, ..." [//]: # " The used config file is included in the debug file and does not need to be...

C and C++11
waiting_for_answer

The site https://www.tracetogether.gov.sg/ appears to have a very similar proposal and reference implementation of a tracing application/protocol for Android and iPhone: https://tracetogether.zendesk.com/hc/en-sg/articles/360044883814-BlueTrace-Manifesto The reference implementation is at https://github.com/OpenTrace-Community To me...