Javi Fontan

Results 40 comments of Javi Fontan

> @jfontan considering the nature of the site, maybe we could add Github Oauth? I'll take a look at how this can be implemented.

@mrdoob this behavior was changed in 0c48c11c and 7da77505. I don't really know the rationale to convert it to back button. Back is always available using the browser buttons.

Right now it compiles in MAC. Just had to pass `--disable-libconfig` to configure. The readline functionality does not seem to be working fine. MacOS 10.9 Xcode 5.0.1

To compile with readline and libconfig. Using homebrew: $ brew install libconfig $ brew install readline $ export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.2.4/include" $ export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.2.4/lib" $ ./configure && make Change the...

@vysheng It works. I'll try to make a brew recipe when I get some time.

Check that readline is installed with brew and its installation path. Here's my output: ``` $ brew list readline /usr/local/Cellar/readline/6.2.4/include/readline/ (8 files) /usr/local/Cellar/readline/6.2.4/lib/libhistory.6.2.dylib /usr/local/Cellar/readline/6.2.4/lib/libreadline.6.2.dylib /usr/local/Cellar/readline/6.2.4/lib/ (6 other files) /usr/local/Cellar/readline/6.2.4/share/man/ (2...

Information on how the repositories are stored with the current system (one siva per rooted repo): * Overhead of rooted repositories #388 * Histogram of number number of repos per...

> Would this go into the current producer or we want another kind of producer (with a --update or something) that keeps working and scheduling jobs? I've opened an issue...

# Prototype The prototype is similar to `borges pack`. It gets a file with a list of URLs and downloads them to siva files. Only single job and the worst...

Code for the prototype: https://github.com/jfontan/borges/tree/new_borges Uses go modules so clone outside `GOPATH`. The command gets one argument that's a file containing a list of repository URLs. It downloads siva files...