Ovid
Ovid
As for adding a `ROLES` method, it seems like this should be a method that the consumer should be able to exclude in the unlikely event they have their own...
Internally, we have a `%REQUIRED_BY` hash which lists the methods the role requires. Any method that is excluded is still automatically required because that's part of the contract (and the...
You're [MLAWREN](https://metacpan.org/author/MLAWREN) on CPAN, yes? If so, I'd be happy to give you comaint of this module.
As there's no follow-up, it appears that this is resolved.
A blog post will be coming later, but for now ... I ported two-decade old code to use the new object-oriented syntax for Perl. This is a modestly popular module...
@wd60622 I'd be happy getting objects back instead of strings, so long as I can extract the extra information. However, I suspect we'd want metadata objects and not just `Table`...
> I'm enabling the class pragma via the 'Example::Syntax' module , it basically does 'use experimental class'. Hi John. I'm not sure I understand. Can you also show the code...
@sjn Sorry for deleting my original comment and leaving your comment orphaned. I deleted it before I saw your response. I realized that this is almost certainly informational, and not...
The only exploit I could see is someone sending a stream of numbers, getting them converted to characters, and having that `eval`ed. Unlikely, but not impossible? Seems like `chr` should...
@dcigic-wwc I see you're trying to generate for C#. As a workaround, you might try this? https://github.com/RageAgainstThePixel/OpenAI-DotNet