Pierre Tomasina

Results 19 issues of Pierre Tomasina

Hi there, Great tools :+1: Are you interested in the integration of PHAR build? I'm able to submit you're a PR with this the tools need to do that. even...

question

This PR fix the bug related to the remote address of a connection. - As the Server handle multiple connections, it must keep the remote of each node.

bug
difficulty: hard
in progress

Issue related to WebSocket https://github.com/hoaproject/Websocket/issues/95 We need to consume the stream until the `length` bytes are reach or the end of stream (if user try to get more than expected)...

bug
difficulty: hard
in progress

Hello, i don't know if this idea has been already discussed, but i think that could be helpful to have an method updateByWhere. I've done this method for me ```...

Request For Comments

That should be useful if we can setup an SQL migration script on Model and reload the AutoStruct at end.

enhancement

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/network/blob/master/CODE_OF_CONDUCT.md). -...

feat

Hello, Did you know if it will be possible to integrate a verification method to check if a Child public key is derivated from another public key to check the...

https://github.com/continuousphp/deploy-agent/blob/master/module/DeployAgent/src/Controller/HookController.php#L39-L42 We must check if `$application` is a valid parameter, because in case of bad configuration of input parameter the next instruction will produce FATAL Error with method unexist on...

enhancement

The extension ` PharData` use for unzip the archive need load the entires content in memory before extract the content. This is required memory as much the size of content....

bug