Matt Revelle

Results 7 issues of Matt Revelle

I have a sort of odd use case for ferret where I'm using it to interop with some C++ code in order to generate FFI bindings. A part of this...

Assuming a C function prototype like: `bool getFooAtIndex(Ctx *ctx, uint64_t index, Foo *foo);` where the return value indicates whether the call was successful. And when successful, the Foo structure pointed...

Re: #51, consider adding support for custom decode functions. > What if you let developers pass a custom decode function as an argument to make-consumer or request-token?

A function that takes a URL path and arguments and makes a HTTP request to the Twitter API should be used to permit the user to select the HTTP lib...

Added a `simple-paths` function to `loom.alg`.

Hi @aysylu, I was taking a stab at writing an alternative implementation of a weighted, undirected graph and have brushed up to a few points where we might consider tightening...

I am planning to update the tests so that graph creation functions may be provided to create graphs which adhere to Loom graph protocols. This facilitates testing third-party (not included...