Jean-Louis Fuchs
Jean-Louis Fuchs
If we use [git_diff_tree_to_workdir_with_index](https://libgit2.org/libgit2/#v0.20.0/group/diff/git_diff_tree_to_workdir_with_index) we get a cache. I guess this means we could fix this, by reverting the effect of staged data before doing the diff. I assume users...
> Thank you so much for showing this @ganwell! You are right that staging is not something that is in the flow. I am gonna merge your patch to do...
> regarding staging, i think it is already a corner case that may haver unknown outcomes - i will investigate GitButler reverts staging as soon as it does its update-cycle....
We have reproduced this issue @adfinis-sygroup, while I haven't solved the issue with gtk3, I was able to provide a workaround. Run the noa-app with gtk2 by setting the environment...
EDIT: Solved The config is: ``` export SX127X_CS=25 export SX127X_RST=17 export SX127X_BUSY=4 ``` The table I linked must have referred to another raspi-version. I'll do some experimenting and then I...
@EvoXCX @Melkor333 I am really rusty with aptly, so I read the pyaptly code and we just statically put `publish_name` into `endpoints`. As long moving out `endpoint` doesn't break the...
Wow the upstream issue is still open: https://github.com/aptly-dev/aptly/issues/291
At 2f70a464 we started implement filters, so I guess we need to sync with @winged to rediscover the intentions and the current state.
We updated pyaptly for 2024. It is now working on recent systems again. There are [alpha/beta packages](https://github.com/adfinis/pyaptly/actions/runs/8279534476) on each merge build, please search for the lastest one. There is still...
Yaml is now toml. :-)