Konstantin Munteanu

Results 9 comments of Konstantin Munteanu

Can also confirm. No strings in Numbers, but they are there opening the same file in OpenOffice.

I am able to reproduce this with the example app. I can also change the variables to ``` passenger_env_var MY_AAAAA 'foobar'; passenger_env_var MY_BBBBB 'foobar'; passenger_env_var MY_LEVEL 'foobar'; ``` To clarify...

My workaround for this for anyone interested: Essentially in your terminal, you can bind key combinations to PUS escape codes, example in alacritty: ``` [keyboard] bindings = [ { key...

Hey @SalvatoreT, this is indeed not verified yet and it makes sense to implement it. I will see if I find time this week.

hey @SalvatoreT, do you want to test the gem from the branch `validate-query-params` to see if it covers your needs? Parameter validation needs to be enabled with an option, for...

Hey, thanks for trying this out. Yes indeed the issue is that query parameters always deserialise to a string which will make them invalid when comparing against the schema definition...

Hey @samanthawritescode and @SalvatoreT, sorry for the long delay. I updated the branch with a fix that utilizes [ahx/openapi_parameters](https://github.com/ahx/openapi_parameters) to cast the query parameters before validating them. Does this solve...

@samanthawritescode thanks for finding this edge case. I am now rescuing the error when conversion through [ahx/openapi_parameters](https://github.com/ahx/openapi_parameters) fails, it should lead to an error message that makes sense. Maybe openapi_parameters...