Justin Flannery

Results 143 comments of Justin Flannery

```console Exception in thread "main" org.openapitools.codegen.SpecValidationException: There were issues with the specification. The option can be disabled via validateSpec (Maven/Gradle) or --skip-validate-spec (CLI). | Error count: 1, Warning count: 0...

Latest Issues: ```console ❯ npm run generate > [email protected] generate > openapi-generator-cli generate [[python] openapi.yaml] [main] ERROR o.o.codegen.utils.ModelUtils - Undefined array inner type for `null`. Default to String. [[python] openapi.yaml]...

I'm not actually sure GoingToCamp is working as expected, with or without this change. For example, this command currently returns 7 sites: ```shell camply campsites --provider GoingToCamp --campground -2147483565 --start-date...

This is glorious! I think you're actually the first person to use the `LunchableApp` class besides me ❤ I will take a closer look, and get this ready to be...

Would you prefer to call this with `lunchable plugins autolunch classify` or `lunchable plugins autolunch`? The former gives you the option to add more sub-commands if you want, the latter...

I've got no strong opinions - it's up to you. If you're looking to add more sub-commands later on then I would stick with the Click `group` + `command` option...

Dang - I will look at upgrading the TUI framework for this, hopefully the fox should be straightforward.

🤔 I'm wondering if we can make this more general to all providers - I don't believe that we are passing through this type of data as campsite attributes, but...

This looks like Captcha to me. If that's the case there's nothing we can do 😞 camply doesn't break Captcha, I would have to remove the RecArea entirely. I'll check...

Yeah, this looks a case of https://midnrreservations.com implementing captcha to keep tools like camply out of their data. Here's a similar case where another GoingToCamp recreation area (https://reservations.ontarioparks.com) also implemented...