Bastian
Bastian
Another use case of security-per-server is that there might be different URLs for different environments with different trust levels. E.g. the API might be available from an internal network only...
When I run ``` firewall 'default' do action :disable end ``` on Ubuntu where a previous version had enable the ufw firewall, I would expect it to be then disabled....
Not sure if this is the same issue, but since today my local and federated timelines on https://mastodon.online are empty. My UI language is English, and I also tried to...
I should add, mastodon.online is running v4.0.0rc1. Should I create a new issue for this?
There seem to be [scaling issues on mastodon.online](https://discord.com/channels/231908446830723072/734462071177216042/1039015219642515456), so probably my issue is related to that.
I've run GImp again, but BIMP wasn't listed in System Preferences > Security & Privacy -> General. I've also tried moving the `bimp` sub-directory out of the `plug-ins` folder, restarting...
I'm also having this issue. I use the default style (form) and explode (true). In the debugger, I see that when [RequestParameterMutator.explodeJsonArrayAndMutateRequest()](https://github.com/cdimascio/express-openapi-validator/blob/ca434316a31e179161a9fa5bdb91ba00f5c4a66a/src/middlewares/parsers/req.parameter.mutator.ts#L243) is called, `query[param-name]` is an array of strings....
I've worked around the issue by putting in this ugly hack: ``` // Dirty workaround to this problem: https://github.com/cdimascio/express-openapi-validator/issues/743 // A slightly better workaround would be to do this will...
@jamesfer any chance that you might look at this soon? If you prefer an alternative way to enable named paths, I'd offer to implement that too.
Hello. Continuing from #7124 which I opened but which was marked as a duplicate of this here (which I hadn't found using search, maybe I searched for the wrong terms)....