Samuel Esposito

Results 14 comments of Samuel Esposito

Actually having the same issue "connect ECONNREFUSED 127.0.0.1:8080" but my keycloak isn't deployed in a docker container. Has anyone found a working solution?

No worries! I have some tests ready on my other repository, just give some days that I'm currently busy with midterms and i'll work on this

Thanks for your answer and don't worry! I see it's still in an early phase but definetely keep going because it's interesting to use this library! I'll wait for the...

I actually managed to solve the problem and to implement the algorithm: 1) Converted the input matrix to Bool values (true and false) 2) Used the LOR_LAND semirings instead of...

Thanks for the update! PS=I looked at the code and the assign operation is not implemented, is there a work around for this at the moment? I need to compute...

Hey man thanks for the tip, i think I found another problem on MIN_FIRST semiring to compute parents inside the BFS. unfortunately this time I didn't managed to find a...

Thanks man this tip solved my issue and i think this was the issue I had with the original post as well! I'm gonna try it tomorrow on the original...

Thanks again man! I'll try without transposing and see how it goes. I completed about 13/14 algorithms using the library till now and it was smooth, now I'll try to...

Hey man, I can of course make a PR on your repo but not before September 10 because I'm actually on holiday and didn't bring my laptop with me, I...

Hey man, I'm back from holiday and as promised I made the pull request. Feel free to review it on your free time, i could have forgotten some print statements...