Anner Visser
Anner Visser
- This was added to objection specifically for split apks: https://github.com/sensepost/objection/pull/375 - Required to install patched apk on android 11+ https://developer.android.com/about/versions/11/behavior-changes-11#minimum-signature-scheme
When using [api platform](https://api-platform.com/) in combination with json-api, all id's are returned as [IRI](https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier) (Internationalized Resource Identifier). This means that ID's look like "/type/{id}" (example: /forms/1) Trying to delete a...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary Currently the output of...
feat(help): Skip version checks if it will cause permission prompts When a user hasn't granted net permissions to the default upgrade provider, they would be prompted to allow it when...
**Is your feature request related to a problem? Please describe.** While Ctrl+d is a unixy way of exiting a program, it doesn't feel logical to me as a "submit". **Describe...
Fixes #1778
We're in the process of testing MemoryDB and it's failure cases. We've run into an issue when upgrading a cluster while our application is using ioredis. ## Environment - Server:...
For registering event/command handlers, a common array pattern you get is: ```php $handlers = [ Event1::class => [HandlerForEvent1::class], Event2::class => [HandlerForEvent2::class], ]; ``` It would be nice to type those...
Currently when using the shortcut (Alt + s) the tab I'm on loses it's pin. It'd be nice if it remembered whether it was pinned or not. [Peek 2023-06-05 11-12.webm](https://github.com/pkelleter/angular-cli-quick-switch-plugin/assets/5613416/1d4b730e-df3b-4bfa-90e0-cdb45786b69e)