David Findley

Results 7 comments of David Findley

I'm getting this as well. I thought it might be a problem with the version of git-url-parse package that's being used. I wrote a test script and tried it with...

I'm hoping to implement a flood fill tool on top of your drawing example. I guess I could send the message through a port then implement it in javascript, but...

@BitOne When I did my original implementation, I did some testing with a real world scenario, but I haven't done that yet with this implementation. I did test some trivial...

I made an attempt at implementing this feature a while back, with some success. However, I was playing around with learning c and PHP extensions and I went a bit...

I think the changes required to add this feature alone wouldn't be too bad. One problem that I ran into when testing it, was that it was very easy to...

FWIW, It doesn't seem crazy to me for the user to add a Maybe.withDefault to handle the `Maybe Color`. They could even write their own wrapper function that uses their...

I implemented the multistream decoder with a copy-paste job to see if it would work, and it does! for my use-case at least. https://github.com/musesessions/opus https://github.com/hraban/opus/compare/v2...musesessions:opus:v2?expand=1 I'm open to contributing a...