Daniel Molina
Daniel Molina
I am sorry, this code is a wrapper of the original C++ core, actually it is evaluating a 1000-dimensional vector, in which the first positions of the vector, and the...
One question, the problem only happen when you are using the sysimage?
Dear @tecosaur, It is strange for me, because DaemonMode redefine the exit function to avoid close by using it. I have just checked with the simple: ```julia println("hola") exit(2) println("adios")...
It is strange, because I use DaemonMode everyday, and exit() does not exit in my case. my test.jl: println("hola") exit(2) println("adios") And it is working nicely, could you give me...
Ok, thank you. My DaemonMode version is 0.1.10. Try update it, maybe your Julia version could be updated. Any PR is always welcome. However, if you have a completely different...
Thank you for the information. I tried to install with Julia 1.8, and it gives me: ERROR: Unsatisfiable requirements detected for package XDG [cf316f05]: XDG [cf316f05] log: ├─XDG [cf316f05] has...
Thank you, @aminnj, for your nice comment :smile:. It is true that it could be easy to have a remote version. It is only needed: - To allow client to...
Thank you for your interest. I will be glad to integrate using VSCode, although I usually have few free time. I will think about that, I have to study more...
Dear Felipe. Of course, that proposal is more than welcome. However, this is only for working in Linux, didn't it?
Well, actually the way to work with expression should be ```julia julia -e 'using DaemonMode; runexpr("println(3)")' ``` But the idea of working you are proposing is nice, I actually did...