Ovid
Ovid
First, you can use [OpenAPI::Client::OpenAI](https://metacpan.org/pod/OpenAPI::Client::OpenAI) as a way to call ChatGPT (with the caveat that I find it easy because I maintain it). You can read [this post](https://curtispoe.org/articles/an-openai-chatbot-in-perl.html) for more...
There are always the unfortunate cases where best practices become painful. In the early days of Perl 5, people would often ask how to make variable variable names instead of...
@leonerd wrote: > There doesn't seem to be anything to be gained by permitting methods to be replaced via MOP/meta, but not by glob refs. In a large code review,...
@guest20 I hear where you're coming from and I wish that could work. In reality, people have deadlines, they get tired, they make mistakes. > To me it feels like...
@guest20 wrote: > If you don't have time to actually do code reviews, you're not actually reviewing the code. Just remove reviews from your work flow completely, because there's a...
As an aside, while I'd be delighted if glob assignment syntax for methods (`*Some::Class::some_method = sub {...}`) threw an exception (and only for methods, not changing existing behavior), I realize...
I think that's something for Sales Force, not OpenAI. There's no information in that error message to indicate where that error is happening and I don't see any errors in...
> * Remove all AI junk: reviews, unreviewed code What does this mean? Do you want me to remove the reviews on this page? Happy to squash to a single...
@theory I've gone through the code with a fine-toothed comb. I've made a few minor changes here and there, but largely stylistic (but added some missing POD). I've squashed it...