Stuart Hinson

Results 12 comments of Stuart Hinson

@dkropfuntucht sure, happy to help. Looks like you forked from the-kenny's repository, so you're interested in the last 3 commits I added?

Good for me too

@lopopolo suspect I'm overlooking the right affordance to do this. Given the evaluation result https://github.com/artichoke/artichoke/blob/858b686ed93fa3b23b4e65d0dc64d1ea6e591cb6/src/repl.rs#L253-L261 what's the best way to write that into `_`? Not convinced some flavor of ```rust...

@cemerick @emezeske I pushed some changes to address your comments. What do you think?

I'm happy with the current behavior, but think either choice is defensible. Any particular use case motivating the question?

[Looks like](https://en.wikipedia.org/wiki/Universally_unique_identifier#Versions_3_and_5_.28namespace_name-based.29) v5 UUIDs are typically preferred over v3 (and they're part of uuid lib 😉 ), so PR submitted for those. Also put a [PR](https://github.com/rust-lang-nursery/uuid/pull/89) supporting v3 in uuid.

Re point 1, seems that the idea of a closure producing a value is a little slippery when producing a value is banging on a global. We can type return...

I'll take a shot at this later this week. For the interface, how about? ` SYNC/TRY_LOCK` -> t / f lock acquired for , does not wait for lock to...

@danielcompton any chance you have a PR ready? :smile:

@Anton-4 we'd need to be be able to receive connections, a la `basic-webserver` but a TcpStream instead of an http request