Aleksei Gagarin

Results 236 comments of Aleksei Gagarin

> Actually, you can easily handle HTTP or any binary protocol, since they have delimiters that you can specify in the configuration. Could you provide examples of configs for handling...

Hello. Could you add in the example the code block like this: ```php public function __construct( #[Load(context: 'foo', bar: true)] private readonly FooService $fooService, #[LoadProxy(context: 'bar')] private readonly BarService $barService,...

> The question is: where's the limit? Limit is 120 chars per line :) I don't think there is a need to set any limits on the number of attributes,...

@viktorprogger i think it possible to use dev-tool in a project that placed in a subfolder of the inited "super project".

Can you move this PR in the cycle/database repository?

From a separation of concerns point of view, the generator should not read files. This is the responsibility of the external vendor (integration package or framework). Also, he should not...

It is correct fix. Would you like to create a PR?

PR merged but still neet to add test case