Ivan Kozik

Results 150 comments of Ivan Kozik

Here are some hopefully complete but overspecific repro steps: ``` rustup install nightly-2022-06-30 --force rustup default nightly-2022-06-30 git clone https://github.com/bkonkle/rust-example-caster-api cd rust-example-caster-api cargo build ``` Edit ./libs/shows/src/episodes_service.rs: ```diff diff --git...

I tested my https://github.com/async-graphql/async-graphql/issues/900#issuecomment-1175787840 to confirm nightly-2022-07-23 (`rustc 1.64.0-nightly (848090dcd 2022-07-22)`) is fixed.

Add more keys and you will hit a threshold at which they're no longer in a discernible order; https://github.com/devinus/poison/issues/21#issuecomment-66900703 I have also needed this, though, when I was writing some...

https://gist.github.com/ivan/18968d3812a60f738039bada45e7ca33 a no-option patch for the desperate. I didn't handle translations properly.

This is written up in e.g. https://github.com/duncanthrax/scream/blob/master/Receivers/alsa/README.md for the ALSA receiver, but the root README https://github.com/duncanthrax/scream says that just `make` would work, which should probably be changed.

@matthewcen Thanks for your work there. Do you think https://github.com/matthewcen/ludios_wpull ready to merge into ludios_wpull? I am about to begin testing it because Python 3.8 is running out of time.

https://github.com/matthewcen/ludios_wpull/commit/10854d200dc4d4171b802664f976ba8f7292d2b5 removed the wpull version from the WARCs, but we need the version to be able to identify possibly malformed WARCs in the future if they are caused by specific...

I don't think I want to log every single URL that is ignored by default, but I would merge this if it were activated by some option.

I am open to being convinced that I must log every URL that is ignored, but most users seem to have been fine without it, and it increases both disk...

2023 update: I am now overcommitted with many other projects and will probably not be able to update grab-site for [> Python 3.8](https://github.com/ArchiveTeam/grab-site/pull/215), [a newer ludios_wpull](https://github.com/ArchiveTeam/grab-site/issues/198#issuecomment-1557367575), [Docker support](https://github.com/ArchiveTeam/grab-site/pull/195), [the improvements...