Amos King
Amos King
I guess I don't have any specifics other than wanting to have a little more control over what is going on. I guess we could offer a default server, and...
The polling that is in place based on a pin. I might have not been thinking at the time. I felt overwhelmed by the system I had put in place....
@axelclark, I thought we could continue our talk here.
@pallix, do you have the propcheck test for this? I would love to see it.
Digest authorization would be incredible. I'd love to help. I'm pulling down the project now, and trying to work my way through the internals.
I think this is a great idea, but I'm on the side of it not being in core. I work on embedded devices, and I am often trying to slim...
I did not try to configure `size`. I was able to narrow it down, and I don't know if this should work or not. I am using `Propcheck.produce/2` inside of...
I don't need to use the 'let'. I worked around it. We use produce in some tests that aren't properties to generate some random test data. The bigger issue is...
~~~elixir property "boom" do gen = let x
Using `produce` should work even though it isn't the ideal path, or we need the error to say something about the issue. We can also update the docs. I'm willing...