Pablo Reszczynski

Results 6 issues of Pablo Reszczynski

This happens when running `run-tests.ss`. Compiled with latest gerbil and gambit sources in MacosX with openssl 1.0.2r.

I'm having an this exception when using the plot function ```clojure (plot [1 2 3] [1 2 3]) ``` `Java.lang.IllegalArgumentException No matching method found: abs` With integers. Is this an...

Lisp can be quite cumbersome to write when it comes to parenthesis. Luckily there are tools like [Parinfer](https://shaunlebron.github.io/parinfer/) that makes it easier for the user to edit lisp code.

First of all, thanks for this awesome project! I'm currently developing a debugging feature (nrepl-in instead of ssh-in) for a project I'm working in. For obvious security reasons, I'm setting...

Nodejs 10 has the new [worker_threads](https://nodejs.org/docs/latest-v13.x/api/worker_threads.html) API that allows real concurrent programming on javascript. I think this would allow performance optimizations for the broker to handle messages in parallel.

I've been following the tutorial at https://developers.vtex.com/docs/guides/vtex-io-documentation-3-creating-the-new-app, but when it comes to linking the app to my vtex env, the server responds with a 500 error. Reproducing steps: * clone...