Ovid

Results 22 issues of Ovid

## Description It would be great if we could configure stopwords, even if it's only at the server level rather than per API key. For example, if I own a...

enhancement
fix-available

### Pitch (Apologies if this is already suggested. I can't find it, though I've found several related issues, shared below) When I reply to a post, it often shows up...

suggestion

I'm used to doing a lot of work with metaprogramming. For a project I'm working on, I have classes which receive query builder objects. It would be extremely useful to...

**Description** When using the experimental `class` syntax in v5.38.0, we segfault if we inherit from an empty base class. **Steps to Reproduce** ``` perl -E 'use experimental "class"; class Animal;...

Bug

Perl a P5P discussion, this PPC proposes a syntax for lexically requiring modules to avoid fragile transitive dependencies.

Here's my `MooseX::Extended` article. Let me know if there are any changes you'd like me to make. I tried building locally with the `README` instructions, but it appears there are...

2024

Which Perl module do you want to write about: [MooseX::Extended](https://metacpan.org/pod/MooseX::Extended) Please give a short description of the article you want to write. Two to three sentences is fine: For those...

Article
Proposal Accepted
2024

**Description** Classes cannot be redeclared. Declaring one more than once causes a compile time failure: ``` perl -E 'use experimental "class"; class Test; say "Got to here"; class Test' Cannot...

class

**Description** When using the debugger (`perl -d $program`), you can use the `s` command to step through lines of code, one at a time. However, this is not true for...

type-debugger
signatures

# The Problem OpenAI sometimes [deprecates models](https://platform.openai.com/docs/deprecations). When this happens, there are a ton of developers around the world who have to: 1. Notice the deprecation 2. Have the time...