George Hertz

Results 25 comments of George Hertz

A humble ping @thaJeztah would be awesome if we could get this documented and rolling. Also should we have a separate pr for documenting `global-job` and `repliated-job` modes for `docker-compose`?

Seems like this project is not maintained, I have used your fork directly and I can confirm that the generated har does contain responses. @jonapgar Thanks for providing a solution...

Hey @tenshiAMD, unfortunately I don't have time to work on this pr now, but feel free to finish it if it's a priority right now or let me know and...

@tenshiAMD Are you sure they just broke? There’s a TODO on top of the PR > TODO: > > - [ ] Save nock response snapshots for new pull request...

@usha-mandya Seems like there's some MDL issues and a broken link (htmlproffer) reported by the checks

Hello, Seems like the dependency of `libressl` package for alpine was changed between [Alpine v3.18](https://pkgs.alpinelinux.org/package/v3.18/community/x86_64/libressl) and [Alpine v3.19](https://pkgs.alpinelinux.org/package/v3.19/community/x86_64/libressl) LDD shows that during runtime the there are those shared libraries missing...

If you still want to use alpine image before the issue on alpine side is answered and don't mind using the v3.18 version you can use `hertzg/rtl_433:23.11-alpine3.18` tag.

Another workaround is to do `apk add libressl3.8-libssl` if you run your build the image based on mine or just run it inside the container (not persistent), I don't want...