Hi all,
Thank you for your help and the provided resources which are very useful for me at the first stage of the project.
I have built Cuirass on my local computer but I have encountered a few problems while doing it. It turned out that I had an old version of guile-sqlite3 installed by guix. I have spent some time discovering this issue. Eventually, I've found that all I had to do is to update guix packages list invoking "guix pull" and then update the packages.
Unfortunately, I have no experience of IRC usage and I'm not sure how to do in a proper way. Of course, I would like to communicate with the community, but I'm not sure which discussions are relevant in the IRC. For instance, could I ask questions on building issues similar to ones I've encountered?
I have taken a look at Danny's Cuirass frontend application. Now I try to run it locally. I have already figured out that I need to change URLPREFIX and name of the repository and the branch in the code. But I still can't get it working. According to the browser console, all the queries to localhost sent by js receive following error:
"No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access."
But similar queries work well if I enter them manually via the browser or curl. Could you give me any hints on that?
Best regards,
Tatiana