Marc Palmer

Results 85 issues of Marc Palmer

Usually this should be fine given the CompletionRequirement queue will be the queue the caller used to perform the action synchronously via the dispatcher. However there may be issues if...

It seems reasonable to expect constraints to work like this: ``` requirements.iOSOnly = 11.0 ``` ...but it doesn't as only `Int` and `String` are supported at the moment. You couldn't...

enhancement
🎁 good first issue
💎 low effort

If you are rapidly building out the structure of a feature set, it would be nice to not have to create everything fully initially. In particular Actions types. We could...

We need to be sure that having 100s of Features and Actions does not create an unreasonable startup delay, or at least make sure we have a plan to resolve...

- [ ] Decide how we will discover this at compile/run time - [ ] Implement selective output of advisories etc. based on this - [ ] Implement selective FIFO...

help wanted
question

There are some times where things can seem to fail silently, such as requesting permissions for a feature where some of the permissions are simply not supported on the platform....

Following the landing of workaround #145, we'd like to look at more sustainable solutions. Something like one of: 1) Microframeworks (more hassle for user, can link without tricks though, more...

enhancement
help wanted

We need to confirm some things, and adjust the checks: 1. is title always needed, or only for Search eligible items? e.g. Handoff may work without a title? 2. is...