Ben Davies

Results 78 comments of Ben Davies

This seems to be a W^X violation. Enabling `wxallowed` on `/home` allows the REPL to run for me.

I'm not sure `is required` on a native attribute should do anything ordinarily. The absence of any bits is a value in and of itself for these types, and attempting...

The error message is this: ``` DBDish::SQLite: Error: database is locked (5) in method _disconnect at /home/morfent/.perl6/share/perl6/site/sources/C039EBE06D668A77B4BA4817798AEA9B845DE033 (DBDish::SQLite::Connection) line 50 in method dispose at /home/morfent/.perl6/share/perl6/site/sources/539C6354ACAE799E0892839E99B431E65949B890 (DBDish::Connection) line 30 in block...

I think https://www.openbsd.org/faq/ports/guide.html might be a worthwhile reference for considerations pertaining to packaging security.

> I think, self api number should be obligatory in META6.json. Yes, please; even if just a fez-ism, I have a bad habit of forgetting this, despite *always* wanting one,...

Return types have a unique grammar, despite being considered an ordinary parameter in more pure FP-ish languages. Would it be possible for them to become a parameter in their own...

If we can afford to be wishy-washy about symbols in the signature, maybe we'd get: ```raku role Monad[::A] { method bind(&f:(A --> ::?ROLE ::B) --> B) { ... } method...

> Is `self.bind: -> \ { m }` missing something after the `\` or is it pseudo-code? (Is that what you meant by "wishy-washy"?) `\` is an anonymous term. I...

These leads me to think that there should be an op for doing DNS lookups that would take a hostname or socket address and return a list of addresses. The...

With the improvements to hostname lookup, IPv4 addresses only get returned if the interface used supports it, and ditto for IPv6 addresses. But there currently isn't a way to get...