Amaury Hernandez-Aguila
Amaury Hernandez-Aguila
The original issue is described in https://github.com/skycoin/cx/issues/389. This issue is being posted in this repository, as CX chains use a forked version of Skycoin (https://github.com/amherag/skycoin/).
Hello I defined an API following the example in `demo/`. I was able to successfully run the API and everything is working wonderfully. Then I followed the instructions from the...
Hello, In this definition: (define (run-server (port 8080) (path "/RPC2")) (setf server-path path) (setf SocketServer:handler handler) (println "Starting server") (SocketServer:serve port)) Isn't it supposed to be (SocketServer:SocketServer port)?
**Describe the bug** If you use `read()` to ask for user input and try to print the result, an empty string is printed. **To Reproduce** Steps to reproduce the behavior:...
Currently the CX playground service doesn't report you any compilation/runtime errors, the service just crashes. We want the service to catch these errors and return them to the user.
We need Travis to test the installation of CX with `go build -mod=vendor` and without the flag, i.e. `go build`. We need to test that the installation works with the...