Dr. Nicola Mingotti

Results 11 comments of Dr. Nicola Mingotti

please see the article in this repository. The logic of this packer does not take that into account.

hi Luis, i am doing the debian upgrades. as soon as possible i will tell you how to do it. basically, there are 2 roads. the linux compatibility layer or...

So, let's start to collect the pieces. The virtual machine release we use by default in Cuis is this: https://github.com/OpenSmalltalk/opensmalltalk-vm/releases/tag/201901172323 There I don't see a BSD binary, but there are...

I tried to compile the VM in OpenBSD recently and I failed. This should be reported in the VM github issue. I will do when time permits.

. Corrected all part-1, merged by KenD, that should be ok **TODO** There remains to see part-2, i saw KenD made a few corrections in last hours to is so...

please, always post your question [[email protected]](mailto:[email protected]) . It has more chances to be seen and answered !

I confirm, removing / 1000 is fundamental or running a ssh comman will rarely work. I installed via pod a few days ago, the bug is still there. The easiest...

Here is how i would write it, to make it more understandable: ``` let command = Command(host: "localhost", port: 22) let cmd = "ls -la ; uptime" // ... command.connect()...

hi @avneet-01 , it is swift. it is several month i don't do phone dev. i can't help sorry.

the code is outdated try this change to the `table` variable. change this: ``` var table = { "columns":[ {"text":"Time","type":"time"}, {"text":"Country","type":"string"}, {"text":"Number","type":"number"} ], "rows":[ [1234567,"SE",123], [1234567,"DE",231], [1234567,"US",321], [120,"IT",123123123], ], "type":"table"...