weil

Results 21 comments of weil

Implementing this would require adding some kind of authentication mechanism, otherwise the service would be heavily abused. And adding authentication is probably out of the scope of this project. I...

That's super cool! I also made my minimal example, but I'm a bit afraid to publish it until spending more time with Rust. And I think I'll rewrite the C...

@colemickens Would you mind if I add link to chefi to our readme file? I'd like people to know that there's an alternative version of fiche written in Rust.

@colemickens Great, thanks. Please, let me know once a production-ready version is released.

Hi there. Thank you! Yeah, this sounds useful, but maybe instead of implementing ping feature, we could implement switch like `--dry-run` that would suppress file creation. What do you think?...

That's a cool idea, we definitely should implement this.

Hi there. I'm very sorry for the delay. Great contribution, I'll adjust it to the current version and add it soon. Thank you!

Clang is default compiler on os x 10.9, gcc is only symbolic link to it. You have to install gcc to use go's C package: ``` sudo port install gcc49...

I managed to run it on OS X 10.9. There is how it looks: ![gogtk](https://f.cloud.github.com/assets/3392430/1518076/265ef508-4b2f-11e3-94cd-f158bd990a51.png) I used macports to install all dependancies. Some of them were: ``` sudo port install...

You don't have to ask them to compile libraries on their own, you can provide them with your program. XQuartz isn't also always needed. I found some informations on this...