Florian Rathgeber

Results 121 comments of Florian Rathgeber

@Aluriak given that this has been fixed in the Python standard library, can we close this?

Yes, one particular case the excerpt included lots of weird formatting, including JavaScript etc.

@jspaezp Yes, what you describe sounds reasonable to me 👍🏽

Thanks @jspaezp for looking into this! As mentioned on your PR it's unfortunately not currently in a reviewable state. Could you please rebase on the tip of main?

> This is a true a 1:1 match, but all key features should be included and a few more added. Do you mean this is *not* a true 1:1 match?...

Thanks for the update @12rambau! It's not entirely clear to me where `nbstripout` is invoked in the [example you linked to](https://github.com/12rambau/sepal_ui/blob/452bc1df1277308c789bc324251464928e7e49fa/.github/workflows/unit.yml#L13)?

Gotcha, that's the connection I had missed! Do I understand correctly that you're happy with this workflow and don't require any (further) changes in nbstripout to support your use case?

How about directly writing git packfiles instead of commits? This might avoid having to pack/repack into commits. You might want to have a look at [bup](https://github.com/bup/bup): They're directly writing packfiles...

If I understand it correctly `bup` doesn't use delta compression: It chunks files, computes checksums of those chunks and then only writes the chunk to the new packfile if it's...