Andreas Bergmeier
Andreas Bergmeier
Isn't the problem with `python3` rather the Windows users, that commit CRLF?
Trying to tackle this in https://github.com/flatpak/flatpak-builder/pull/575 while still keeping the current default.
@extrawurst Can you create an Issue for 1) then so we can continue further discussion there? EDIT: Have a working PR for 1) now: https://github.com/extrawurst/gitui/pull/1508
@extrawurst Since 1) is nearly done, the next problem is 2). As a reference, here is how git gui handles this: https://github.com/git/git/blob/a7caae2729742fc80147bca1c02ae848cb55921a/git-gui/lib/index.tcl#L428 Basically it calls in 25 file batches: ```tcl...
For me it fails due to `riscv32-esp-elf-gcc` not being supported - same error message.
Any update on this? We might be interested in helping if necessary.
``` [package] name = "foo" version = "0.1.0" edition = "2021" description = "Template for starting a Yew project using Trunk" readme = "README.md" repository = "https://github.com/yewstack/yew-trunk-minimal-template" license = "MIT...
Note however, that https://yew.rs/docs/concepts/router indicates to simply add the git variant - which seems to be the wrong thing to do for most users IMO.
@alexlarsson Mind to have a look? Seems like you said that checksumming dir was "not possible". Not sure what you meant.
> Can you give some real world examples of hash commands for an entire directory? > > Also it is _very_ common that a project uses a flatpak build dir...