mschwager

Results 89 comments of mschwager

> hello, still having this issue but it works with the suggested fix `random_subdomain = str(random.randint(int(1e10), int(1e11)))` Thanks for the confirmation, I'll fix this tomorrow and release a new version.

Version 1.6.0 has been released with the fix: https://pypi.org/project/fierce/1.6.0/

Can someone from PA look into this to unblock @inkz? I'll assign @aryx for now, feel free to re-assign as you see fit :+1:

Hey @ben-elttam, What's your sense of priority on this? This sounds like a nice-to-have feature request to me.

Hey, thanks for the PR, overall this LGTM 👍 > Is there some equivalent for Ruby we can use here? Hmm, searching [around a bit](https://rubytalk.org/t/ruby-talk-443099-how-to-pack-and-distribute-ruby-software-to-users-with-no-ruby-environment/76086), it looks like `traveling-ruby`, `ruby-packer`,...

Hey all, I've started to work on this, but I'm having some issues running things locally. It appears to be issues compiling centipede locally: ``` $ python infra/helper.py build_image base-builder...

> @mschwager you can see this error while building base-image locally. Instead, you can pull the `base-image` and build other images based on the pulled one. If you already have...

I've made some progress, but I haven't gotten anything working end-to-end. The different architectures in play here are giving my system issues. I'm running this on a Mac with Apple...

This was as far as I got with `tebako`: https://github.com/mschwager/oss-fuzz/commit/b65333b195c5c2eccc6631ccf4b0ee6fa8e63bfe. I think if we can ignore the following CMake compiler warnings then `tebako` may work: ``` /root/.tebako/deps/src/_dwarfs_wr/deps/src/_zstd/lib/legacy/zstd_v04.c:3548:35: warning: a function...

Okay, some updates here. I've gotten `tebako` (kinda) working. I think the `Illegal instruction` errors I was getting inside the OSS-Fuzz containers were preventing me from making progress. It looks...