Blake Mealey

Results 61 comments of Blake Mealey

Adding to milestone v1.0.0 because this is definitely not production-ready until it is properly tested.

I definitely should add some unit tests but atm I'm more interested in integration tests because I think they are more likely to uncover bugs that may have been caused...

I took a quick look into this and it seems like currently the place configuration API Mantle uses does not support these fields. The one which the website uses is...

I encountered a similar issue when writing emoji in our docs

As @Etheroit mentioned, Open Cloud is very limited atm. Currently the only API we are using from Open Cloud is Place Publishing. It looks like we will be able to...

By default, Mantle attempts to determine the environment based on the Git branch. It looks like you're not running from a Git context, so you'll need to explicitly pass the...

Ahh I see: currently mantle explicitly looks for `mantle.yml` only: https://github.com/blake-mealey/mantle/blob/main/mantle%2Frbx_mantle%2Fsrc%2Fconfig.rs#L1192 Feel free to submit a PR to fix.

I agree that would be a good solution. I'm picturing the syntax as something like: ```yaml my_condition: type: json_schema # Property path to validate. Optional, defaults to `.` path: .nested.property...

I was experiencing this as well, however I just discovered it seems to be only for localhost server URLs. When I use a localhost server URL, it never uses the...

Looks like this is indeed intentional: https://github.com/scalar/scalar/blob/main/packages/oas-utils/src/helpers/redirectToProxy.ts#L46 However I cannot find any reasoning for the decision including on the PR which introduced this: https://github.com/scalar/scalar/pull/2297