Michail Liarmakopoulos

Results 13 comments of Michail Liarmakopoulos

> I think using a chroot is also an option for aarch64 systems, though I haven’t tried that yet. > > Itai also put together a guide for another method...

Thanks @vinoski. Closing this issue as it's being handled already from the NixOS team.

pavanAlluri, I agree that the best solution would be to install it on a Linux VM, since I consider a very good skill to learn using the Linux way of...

Hello, I'm too getting this error [0] with a simple code [1], when doing `:GoRun` from within Vim, just after the installation of vim-go and then of all the required...

> Did you `go mod init` ? Thanks, I hadn't realized that this was a necessary step. [Checking](https://go.dev/doc/tutorial/call-module-code)...

Hey, @fhightower, I found recently your lib, because I wanted to create a fast script that can convert an XML/HTML response of a `curl` to a JSON format (`curl |...

Hello, Apologies for stalling, but there was too much work in my dayjob. I've already added the annotations in my fork, but correcting the unit test suite took some time,...

Hello, cool project. I know that this is an old (but open?) issue, but I get the same error on _Scrapy==1.3.0_, on a _Ubuntu 16.04.1 LTS_ when I run the...

@eliangcs Thanks, I'll do that right now and let you know. EDIT: It works just fine now !

Hello ! I'm not that well versed with J yet (currently learning APL), but I've found the following information about testing J programs: - https://code.jsoftware.com/wiki/Addons/Test_scripts - https://code.jsoftware.com/wiki/Addons/general/unittest (adds more information...