Gregory Petrosyan
Gregory Petrosyan
Shouldn't ["on (any) push"](https://github.com/flyingmutant/rapid/blob/master/.github/workflows/ci.yml#L3) be enough? Also, can you please try rebasing on top of current master? Maybe it can help CI to unstuck itself as well.
I've pushed the `on pull_request` change to the CI config, and created #20 to test it. Looks like CI change is working -- but the CI itself is failing on...
No problem, rapid is not changing too rapidly :-) I use build tags mainly to work around Unicode database updating from release to release. > Something to wire into a...
Thanks for the idea, I'll try to come up with a good thing to include into the README. The existing documentation is probably not very discoverable; maybe giving better names...
Can you please tell what is your use case, and how configurable the generation should be, in your opinion? I don't have much experience using the hypothesis [domain/URL generators](https://hypothesis.readthedocs.io/en/latest/data.html#module-hypothesis.provisional).
Looks reasonable, PR would be great! I'd avoid any parameters in `Domain` for now: RFC 1035 specifies [same limits as hypothesis defaults](https://tools.ietf.org/html/rfc1035.html#section-2.3.4), and I can't come up with a common...
Thanks a lot for the detailed bug report, will try to fix this today.
Hmm, I though I used the wrong verb from `fmt` but `%#v` that is used is about as powerful as `fmt` can go. Perhaps we should join `testify/assert` and rely...
While this usability issue *is* important one, I think I want to leave the things as is for now. The reasons for this are: - `go-spew` seems abandoned (last commit...
As for `%#v`, the rationale was mostly ease of copy-pasting into an editor. The hook idea sounds interesting! What do you think the interface should look like, and what use...