xorock

Results 15 issues of xorock

OS: Debian Wheezy Exim 4.80-7+deb7u1 Message sent for the first time arrives without a problem. However, when replying, error is returned: Message headers fail syntax check. Rule below aplies and...

If it is not a bug then maybe You can show me right path how to handle this. I have a long-lived consumer that parses incoming messages (text documents) and...

What would you say to: $script.lazy('jquery-latest.min', 'jquery'); //just define a handler //load when script is requested $script.ready('jquery'.... Is it hard to implement?

I'm using latest Laravel and this package (fresh install). ```php

Have you thought about implementing the recaptcha component? I think it is used so widely that it can be very useful.

enhancement
component idea

As of Postgresql v10, in addition to standard sequences and serial type, there is also an identity column. Laravel has 2 methods for this: ``` ->generatedAs($expression) | Create an identity...

enhancement
help wanted

TypeError Cannot access offset of type string on string at vendor/protonemedia/laravel-form-components/src/Support/ServiceProvider.php:52 48▕ 49▕ $prefix = config('form-components.prefix'); 50▕ 51▕ Collection::make(config('form-components.components'))->each( ➜ 52▕ fn ($component, $alias) => Blade::component($alias, $component['class'], $prefix) 53▕ );...

Hi. Although the indexName value fits perfectly with the idea of meilisearch indexes it is not quite safe. The prepared URL requires opening access directly to http://ms:7700/. It is much...

question

Hello. I wanted to ask, if there is a specific reason why authenticate() method also [writes ](https://github.com/zendframework/zend-authentication/blob/master/src/AuthenticationService.php#L121) data to a storage? In ZF1 [adapter](https://github.com/zendframework/zf1/tree/master/library/Zend/Auth/Adapter) only returned a result, which I...

4 years ago @RalfEggert wrote a post http://zend-framework-community.634137.n4.nabble.com/Combine-TableGateway-RowGateway-and-Entity-classes-td4658325.html about combining RowGatewayFeature with HydratingResultSet. It is still not working. I think it may be commonly used feature - work with hydrated...