Daniel Patterson

Results 18 issues of Daniel Patterson

I'm using configurator to drive a rake-like task management tool (which perhaps doesn't matter, but:) and one feature I have is to extend the commands with project specific stuff, like...

I just converted an application from the previous stripe library, and in general things have been good, but I have some pretty serious concerns about safety. In particular, I just...

I wanted to try using Empire, but there does not seem to be enough documentation to actually do this. I first tried clicking the launch button on the readme, which...

documentation

Currently, it's very natural to express properties using `satisfies`, and with a fix for #1633, debugging errors that are uncovered by generated input is quite straightforward. The last typical piece...

enhancement

This, at least partly, addresses #1633. In particular, it adds a new case of `TestResult`, `failure-exn-satisfies-rhs`, which is used when it a satisfies test where an exception was trigger in...

I'm trying to write down an example of randomized testing (e.g., fuzzing / quickcheck tests). Doing that works fine, but when tests _fail_, I haven't figured out a good way...

I was talking to @blerner about this the other day, and after that, looked up a bit of what it would take. It seems like WebRTC is mature enough (supported...

enhancement

In BSL, `overlay`, `beside`, `above`, act similar to `+` -- they act as different types of sums on images, and all are multi-arity with a minimum argument count of 2...

I'm wondering if I've missed how to use the flash messages, or if. there is some incompatibility with cookie sessions, or...? I have a (pretty small) application set up as:...

🐛 bug