Jonathan Soma

Results 8 issues of Jonathan Soma

Use regex matches when checking endpoints instead of exact matches. `{varname}` becomes `.*` Fixes #2938

In OpenAPI documentation, an endpoint might include a placeholder for a parameter: ``` GET /states/{abbr} ``` Currently, exact matches are needed with OpenAPI Planner to retrieve documentation. In the example...

Issue is [here](https://github.com/chriskiehl/Gooey/issues/848). For the second crazy example, I used the following mapshaper command which could not previously be reproduced with Gooey: ``` mapshaper -i 'cb_2020_us_county_500k.shp' \ -each 'JOIN_FIPS="USA-" +...

I'm attempting to use Gooey with [mapshaper](https://github.com/mbloch/mapshaper/wiki/Command-Reference), but unfortunately mapshaper requires all sorts of wild formatting for its arguments, separated between values, flags, and key/value pairs. [For example](https://github.com/mbloch/mapshaper/wiki/Command-Reference#command-line-syntax): ``` mapshaper...

We need a way to delete spreadsheets from the command line! If we put it on the page we'd have to slap up password protection, but the command line would...

Let's say I put in the wrong key, or my dog's name - it shouldn't just toss you to a Heroku error, Flatware should let you know what's going on...

Misspellings seem to be the #1 issue with maps not displaying correctly

**Describe the bug** When a validation fails with `RegexMatch` it is listed as successfully validating. **To Reproduce** ```py import openai from pydantic import BaseModel, Field from guardrails.hub import RegexMatch from...

bug
Stale