Re: sph.io libraries

2014-07-22 Thread tantalum
Neat. Just to double-check - the environment variables of my current process are preserved or /tmp/mybin would run with environment consisting only of variables which I've explicitly put into execute-with-environment? the new process receives only the specified environment variables. but it sho

Re: sph.io libraries

2014-07-21 Thread Max
21.07.2014 21:03, tantalum пишет: > > a few examples are included in the other message i sent. maybe it > already clears things up a bit. (reference > http://lists.gnu.org/archive/html/guile-user/2014-07/msg00023.html) That's excellent, thanks! > > yes, but for now decided to host the repositorie

Re: sph.io libraries

2014-07-21 Thread tantalum
> How do I implement it using 'process' and 'record' from sph.io? How do I later access > pid2 for example? How do I iterate over all the records? a few examples are included in the other message i sent. maybe it already clears things up a bit. (reference http://lists.gnu.org/archive/html/guile-use

Re: sph.io libraries

2014-07-21 Thread Max
Wow, that sounds like a lot of maintenance burden - have you considered using open source hosting which specialize on fixing those? Something like https://gitorious.org/ or http://hub.darcs.net/ depending on your vcs preference. On a related note - using something like jekyll or hakyll to genera

sph.io libraries

2014-07-21 Thread tantalum
i am sorry, i am late... i was not subscribed to the list. i maintain the site yes, the site is unstable. despite that, it should always restart automatically, please try again, and when you see a 403 that probably means it is just starting, 502 that it just crashed ... at first i had to rewrite

Re: sph.io libraries

2014-07-10 Thread Max
I hope it's not because of some of the sph.io libraries used to host the very same sph.io website :) 10.07.2014 20:56, Taylan Ulrich Bayirli/Kammer пишет: > Now I get a 504, gateway timeout. :\ > > (Both / and /content/187.) > > Taylan >

Re: sph.io libraries

2014-07-10 Thread Taylan Ulrich Bayirli/Kammer
Max writes: > Works for me now. > > Here is direct link just in case: http://sph.io/content/187 Now I get a 504, gateway timeout. :\ (Both / and /content/187.) Taylan

Re: sph.io libraries

2014-07-10 Thread Max
Works for me now. Here is direct link just in case: http://sph.io/content/187 cheers, Max.

Re: sph.io libraries

2014-07-08 Thread Thompson, David
On Tue, Jul 8, 2014 at 10:50 AM, Taylan Ulrich Bayirli/Kammer wrote: > Max writes: > >> Have anyone worked with libraries from http://sph.io/ > > I remember trying to visit that page a while ago and finding it to be > down, currently I still can't open it, at the moment it returns the > plain tex

Re: sph.io libraries

2014-07-08 Thread Taylan Ulrich Bayirli/Kammer
Max writes: > Have anyone worked with libraries from http://sph.io/ I remember trying to visit that page a while ago and finding it to be down, currently I still can't open it, at the moment it returns the plain text "offline" for a GET on /. Does it work for others? Taylan

sph.io libraries

2014-07-08 Thread Max
Hi. Have anyone worked with libraries from http://sph.io/ I found some basic documentation on dev website but can't find any code examples :( I'm particularly interested in process and record modules. cheers, Max.