David Sanders

Results 36 comments of David Sanders

I tried to get both the original snippet and pager code working on os x. Os x is apparently unable to recognize when a read call _should_ block (to read...

Hey, so great to see this feature finally getting added. And I love the demo! Thanks, jquast! I think I'll need to re-visit my project for which I had hoped...

@leni1 I haven't had much time lately to maintain it but I haven't thrown in the towel yet! :) I've recruited a few active community members recently to help with...

Figured I'd chip in here. It does seem that having separate id and refresh tokens is a wide-spread and somewhat standard practice for JWTs. However, I have to say that...

I actually noticed a lot more spelling errors and typos. It would be good to go back over the docs with some kind of automatic tools for that at some...

@carver @pipermerriam Any idea why this PR is failing on Travis? I can't gather much from the failure logs and I didn't make any changes to .py files outside of...

Was just taking a look at this. It looks like you've written a grammar which is pretty explicit. Is there a reason you didn't go with a more generic s-expression...

Actually, reviewing the WASM spec now, it looks like the text grammar is pretty well-defined. So I guess that's probably one reason you did it that way.

If this library should be usable to run typical web assembly modules, then I can imagine that the average module in the broader world of WASM (not just the Ethereum...

More thoughts on this: https://github.com/alteryx/woodwork/pull/1048#discussion_r672469659