nejtr0n

Results 10 issues of nejtr0n

If host header not set and modem have different url (not 192.168.8.1), api redirecting to it. This code fix it (always set host header to 192.168.8.1)

Modern DI containers supprot autowire feature. (http://php-di.org/doc/autowiring.html) But phalcons not. And it could not be replaced by them. It would be grate to make container autowireable.

new feature request
6.0.0

Hello. Sometimes we need to have extra logic with widget groups. For example, make tabs fo them. ``` {{ $widget["name"] }} {{ Widget::group('group')->display() }} ``` So we need to loop...

It would be greate to have third parameter on make method, which will give builder type to instantiate. For example: `Menu::make('AdminMenu', function($menu) {}, AdminMenu::class);` Then we could extend menu like:...

enhancement

**Is your feature request related to a problem? Please describe.** Some tests needs to bypass data between BeforeEach and Test case method. For example we start appliction on random port...

We can see examples in documentation, how to route subscription to application routes. https://docs.dapr.io/developing-applications/building-blocks/pubsub/howto-publish-subscribe/#subscribe-to-topics Is there any way to route subscriptions to grpc endpoints?

stale

Please publish this project on https://packagist.org and add composer.json to this project. Nobody could add your project as a dependency to php projects through composer now.

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary We could issue certificates to host through cert-manager, if we add **annotations**...

✨feature
🏠self-hosted

## Checklist * [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v3 manual...

status/triage
area/v3

### Is your feature request related to a problem? Please describe. Cleanup function has bad signature without returning error now. Basic usage of this functions to close connection or other...