Luis Panadero Guardeño
Luis Panadero Guardeño
@DanielTuerk I think that it's error on appveyour configuration. It's not specific to this PR. Looks that can't reach the maven repository where download oss-parent See : `[INFO] Scanning for...
See : https://stackoverflow.com/questions/22243566/cant-find-oss-parent-7-jar Looks that it's necessary to edit the ~/.m2/settings.xml and add a repository --- According to the jest readme on github, you need to add the sonatype maven...
I think that @eirslett it's overload or very busy. I would like to send an email asking if I can help him with the AppVeyour stuff and to close a...
@MikeKovarik Could you please merge this ?
Sinclair ZX Spectrum font could be a nice font. Also, we could try the Trillek virtual computer default font here
Yeah! It's pretty annoying having this : 
Actually it's possible to run fullt tests with mocha + chai on browser. For example : https://github.com/Zardoz89/filestore-pouchdb/tree/master/test What I don't know if there is a way to launch Firefox or...
I'm importing it with `import "csv.so";` . The csv dll exposes some functions to read a CSV file and dump the values to a DIV array or struct. (Very useful...
It works flawless on the original DIV for MSDOS. You can take a look to the code here : https://github.com/Zardoz89/csvDll I would make a minimal example program to test it...
I try with demo2.cpp that implements a new function called "addsqrt". Does exactly the same thing. I try to rename to demo2.c and compile a dll . On this case,...