Zek

Results 10 issues of Zek

### Is this a bug report, a feature request, or a question? Question Hello everyone, ![image](https://raw.githubusercontent.com/zehfernandes/react-native-3dcube-navigation/master/imgs/demo.gif) I was using https://github.com/zehfernandes/react-native-3dcube-navigation library to make instagram's story like cube animation but this...

### feature request When I am trying to use this library on iOS App Extension it gives me error #### Version & Platform [email protected] **Platform:** iOS #### Actual behavior ![image](https://user-images.githubusercontent.com/3463291/58655827-b24d1180-8323-11e9-94e0-54b408675022.png)...

help wanted

Is it possible to add an event for speaker button such as didPerformSetSpeakerCallAction (like didPerformSetMutedCallAction)

Defining connection option in the command line is not working. Always using default connection ``` php artisan rabbitevents:listen queue --connection="custom" ``` I suspect it is because of following line https://github.com/nuwber/rabbitevents/blob/7.x/src/RabbitEvents/Foundation/RabbitEventsServiceProvider.php#L42

bug
enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary We need Laravel Queues & Scheduler(CRON) support for production deployments of Laravel...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Example public repository coolify ### Description Containers don't get removed when we delete...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Adding build-time or runtime-variables such as SOURCE_COMMIT, SOURCE_BRANCH, SOURCE_PRMR_ID. ### Why should...

```js const util = require('util') // Classes function ParentClass(name) { this.name = name }; function Hy(name) { ParentClass.apply(this, arguments); // Doesn't work. Expected: super(arguments) ParentClass.call(this, ...arguments); // Works: super(arguments) };...

### What is the problem this feature will solve? Watchos & watch simulator Support ### What is the feature you are proposing to solve the problem? Building the library for...