Filip Sergot
Filip Sergot
Do you have any ideas on how to fix it in Angular 6?
Hi @syndbg, is there anything I can do to help with this?
Unfortunately I'm not that active anymore @Xliff , will try to find some time this week.
@niner @ugexe is this something we should merge? I've seen some commits adding resources/libraries.json, is this related?
I'll try to do it, thanks @ugexe
@massa could you please provide a test for this change? :)
Can we close it since it's resolved in #180 ?
Hey supernovus! Actually masak and I figured out that POST requests doesn't work at all. I guess it's because of .get which returns only the first line (here: https://github.com/supernovus/perl6-http-easy/blob/master/lib/HTTP/Easy.pm6#L57) and...
I will try to find some time to fix this. :) .recv would help, then some refactoring and.. we'll see.
Quick solution: https://github.com/supernovus/perl6-http-easy/commit/7a6b55353c1f5d4176a5a0d8f7fea41d93f57d4a should be enough, take a look. We should check this commit, it may contain some redundant code or something. :)