-
Is there anyway to pass annotation values to a handler? eg,
```
annotationTypes:
permissions:
type: string
/users:
get:
(permissions): 'foo:bar'
queryParameters:
sor…
-
_Original ticket http://trac.elgg.org/ticket/4888 on 42797668-09-16 by trac user mrclay, assigned to unknown._
Elgg version: 1.8
Elgg is currently full of code like:
```
if (container->canEdit()) {…
-
### Describe the bug
Tried to follow [https://docs.rs/crate/tauri-plugin-nfc/latest](url)
My lib.rs
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default(…
-
When the command sender has no permissions relevant to the command manager, and attempts to use a command, NoPermissionException will have all permissions rather than the appropriate one.
Versions:…
-
I'm using self managed mode for android. I'm using react-native-firebase to listen for fcm messages and Notifee to register a foreground service and build notifications. Here's what I'm doing in my in…
-
## Expected Behaviour
The custom handler should be found and run normally
## Current Behaviour
When running a device update using the custom agent, it almost immediately flips to the failed state…
-
I've found myself writing a lot of event-handling code recently. When an event comes in over a webhook (GitHub integrations, Stripe subscriptions), I often pass it off to a method so I can lean on met…
-
### Operating System
iOS 17.5.1
### Environment (if applicable)
Safari PWA
### Firebase SDK Version
10.7.2
### Firebase SDK Product(s)
Messaging
### Project Tooling
React Ap…
-
This is not a common use case!
Steps to repro: Give app storage permission, switch out of app and into go into system settings, remove storage write permission (which will cause app to try to request…
-
### Feature Spec
Wing SDK resources docs include information about the required permissions to manage them, which encourages least privilege permission granting to the deploying roles.
### Use Cases…