Dennis Trautwein

Results 113 comments of Dennis Trautwein

Hi @tobowers, while there is a `WithMailbox` method on `*actor.Props` I think this is only meant to choose between the already implemented mailboxes * unbounded * bounded * bounded dropping...

I have implemented something similar to your concept of "levels" in PR #350 [remote/endpoint_writer_mailbox.go:L25](https://github.com/AsynkronIT/protoactor-go/pull/350/files#diff-66aa10f50b416dccd0536754475dbb1f) for the `endpointWriterMailbox`. The relevant excerpt of the PR-description: > I added a tiny (100 entries)...

@iand also a couple of questions from my side - Am I right that the Bitswap resolution is not cancelled when the `ProviderSearchDelay` is reached? - Is [this](https://github.com/ipfs/go-bitswap/blob/13c89f1ba6c65253a3dfc3b2bafcb1730b320b66/options.go#L60) the only...

Hi @Ruko2010, sorry for the late reply. I didn't have notifications enabled for this repo and I'm not checking in that often. Now I'm watching all activity. Unfortunately the order...

Hi @mollibesnering, I can't reproduce your error :/ it works on my end with the same words you entered in the video. Could it be that you are on a...

Hi @Robis74 , sorry for the late reply - I didn't have notifications enabled for this repo - now I'm watching all activity. I have actually moved to Alfred 4...

I also ran into this issue - it's a pity, because this is such an amazing project, but this issue makes it for my use case almost impossible to use

This could be made more concise: ```yaml - name: Add profile credentials to ~/.aws/credentials run: | aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }} --profile my-app-name aws configure set aws_secret_access_key ${{...

Hi @lidel , sorry for the late reply and thanks for your thoughtful answer. Your points sound totally reasonable. I'd need a more thorough look through the codebase to be...

Hi @lidel, I finally had a look through the code. I would like `pcp` to be interop with this web app. I'm imagining something like: ```shell $ pcp fetch https://share.ipfs.io/#/bafybeie3i6irbahdr4ryzsxx6xoncza2cblq7duya67bimfraig3mq5kgi...