Victor Mataré

Results 128 comments of Victor Mataré

I can safely assure users that shitting is not a thing thinkfan could do. There are certain things that will remain unachievable in software for a long time, and shitting...

Hi @marco-parillo, thanks for reporting. This issue looks unfamiliar to me and the auto-generated stack trace doesn't give me enough of a hint at what could be going wrong. Could...

Closing due to lack of information that would allow reproducing the issue.

Closing as it appears solved. Feel free to reopen if you observe this again.

As a user/developer, you will have to use `libpython-clj2.codegen/write-namespace!` to generate a Clojure namespace with stubs for your Python facade. I'm currently playing around with this, and it works well...

If I select *Run with IntelliJ project Classpath* instead of *Run with Leiningen* in the REPL settings, the REPL stays blank and I get the following Plugin Exception report in...

The second error (the one caused by the `FileNotFoundException`) is less important I think because it can be worked around simply by using `Run with Leiningen`. The first error (the...

Seems like it's not explicitly supported by the C++ binding. But since it's just a wrapper around the C foreign language interface, you can just [use that](http://www.swi-prolog.org/pldoc/man?section=foreignnondet).