Haytham Elganiny
Haytham Elganiny
@niner >We have all the foundation we need to first install a module into a CompUnit::Repsoitory::Staging repository, use that for tests and if successful simply copy the resulting files from...
> That's already a solved issue and the whole reason why e.g. `%?RESOURCES` returns a `Distribution::Resource` object that's mimicking an `IO::Path` instead of getting an `IO::Path` directly. The `Distribution::Resource` object...
It would be great if `META6` can validate the `depends` section and its sub sections like `hints` as well, Something similar to what it does for `support` section.
Looks like libcurl throws this error `CURLE_WRITE_ERROR` when the return value of [&writefunction](https://github.com/CurtTilmes/raku-libcurl/blob/master/lib/LibCurl/Easy.rakumod#L374) callback is not correct. I added debug code in `writefunction` and run a test comparing a successful...
Pinning `IRC::Client` dependency to `IRC::Client:ver` (and removing higher versions from repos so it doesn't get loaded) worked for me. The SSL Error no longer shows and installed fine. May be...
> Interesting. Could you make an issue for that for IRC::Client? done https://github.com/lizmat/IRC-Client/issues/66 I'm not sure if its related to `IRC::Client` or its dependency `IO::Socket::Async::SSL`.
> When adding from the current directory, an implicit "-Ilib" should be added I disagree, because `-Ilib` is more of a helper for development process. However, Installation uses `META6.json`. When...
fwiw (I dont think it is a good idea, but its possible) you can run `RAKULIB=lib pakku add .` which will add `lib` to the `repo-chain`.