Majid Valipour
Majid Valipour
I am not an owner of this repo so I cannot assign issue. Perhaps @KyleJu can?
I think the service just dumps the content of clipboard as a single log message which shows up in a single line. It should be fairly straight forward to split...
Cannot you do this by setting an empty string? e.g. `am broadcast -a clipper.set -e text ""`
I have not built and used the app in a long time personally. It is easy to check if it is working on recent versions. PRs are welcome if something...
Added an MIT license.
Update the issue to match the expected bug report fields.
An alternative approach is is support `postMessage` on `WorkletAnimation`. [AudioWorklet](https://developers.google.com/web/updates/2017/12/audio-worklet?#bi-directional_communication_with_messageport) has taken this approach. Using postMessage has a few advantages: - Well known semantic and API - Support transfers in...
Thinking about this a bit more I believe we should limit this type of API to `StatefulAnimator`. (This may make the `postMessage` case more appealing) First it is not clear...
We have thought about supporting posting message for Animation Worklet. See #869 for details here. Unlike paint, Animation Worklet does not use custom properties so it does not have that...
_From @appsforartists on September 27, 2016 21:21_ `pause` implies that there's still potential work waiting to be done. `at rest` (or CSS transition's `end`) are better concepts for a spring...