Zachary Kessin

Results 22 issues of Zachary Kessin

A way to create bezier curves would be very useful for some stuff I am working on (I would be willing to collaborate on a pull request)

Found something strange, when I add propcheck to our project a bunch of tests that depend on Oban stop working. Has anyone else seen anything like this and know how...

What would be required to be able to derive types as the Erlang implementation does?

Given this test I am getting a failure (see bellow) which could be shrunk more, It shrinks to 11 element in the array, but it would be better if it...

fuzzers

It would be nice if there was support for HTTP 2.0, ideally in a way that would still work with existing resources and allow negotiation

In the case where a web request arrives and does not match any routing rule I am seeing that fairly often it leaves a result in the perf.log that has...

Assume you have a table with 3 columns, "Name","phone","email", if you choose to sort on say email, then go to page 2 it will now be sorted on the default...

Add ability to create user defined operations, part of the ISO standard

Provide a way for erlog to send and receive messages

We should support maps as a data structure. SWI Prolog has a syntax for something similar (Dicts) http://www.swi-prolog.org/pldoc/man?section=dicts I think adapting it wholesale might be a good place to start,...