Jose Celano

Results 335 comments of Jose Celano

Thanks Timothée. I am trying to find the best way to implement a MessageBus in Symfony 2. I have found these two repositories: https://github.com/SimpleBus https://github.com/beberlei/litecqrs-php#litecqrs-for-php I would like to find...

Would be a good option to add the header `"Accept-Encoding: zstd, br, gzip, deflate"` by default? I suppose the response body is not used. I assume you only check the...

Hi @Cepairda I'm using a command bus package: https://github.com/jildertmiedema/laravel-tactician That means you can create a command and a command handler which is the service that handles the command. That a...

Hi, is there a more formal definition of this feature? I have some questions, especially about what is not included in this feature. I suppose "chunking" is just splitting the...

I also have the 404 error: ``` Docker version 20.10.8, build 3967b7d docker-compose version 1.29.2, build 5becea4c Ubuntu 20.04.3 LTS ``` Installation steps: ``` git clone [email protected]:olivia-ai/olivia.git cd olivia docker-compose...

I would also like to add more info for developers about how to set up your local env to start contributing to this repo. Maybe for those "tutorials", we could...

> I haven't looked into this yet, but I noticed that most rust projects have a https://crates.io/ page, so it would probably be great for our project too :) OK,...

hi @WarmBeer @da2ce7 What we should do once we start publishing the package: 1. Include the version field in the `Cargo.toml` ``` [package] name = "hello_world" # the name of...

> I'm not sure what the best practice is in this case. But I do prefer keeping the old tags and version numbers as they are and continue on a...

I think we could research a little bit about what other implementations do: **webtorrent** Repo: https://github.com/webtorrent/bittorrent-tracker Connection id generation: https://github.com/webtorrent/bittorrent-tracker/blob/ff20a05e4830dd62df16da0a549e69ae96843b4d/lib/common-node.js#L12 It's strange, but it seems they use a fixed value....