jacekv

Results 10 comments of jacekv

That looks good :) Thanks. In the recording, you spoke at the end about how to broadcast to a small set of peers in a network of millions. I didn't...

Sadly, we haven't found a simple way. At the end we solved it using a gateway which added the required header.

I used the code and it works perfectly. I am able to use session tokens and profiles stores in .aws/config. Not sure if this is all still alive, but so...

I am having the same issue. Import works fine, but as soon I am trying to create an object with: ```js const web3StorageClient = new Web3Storage({ token : web3Token });...

I assume that this library should not be used in a frontend? After checking the docs again [docs](https://web3.storage/docs/reference/js-client-library/) I saw that nodejs is a minimum requirement.

I ran into the same issue using Brownie v1.18.1. What @Psirex wrote seems to be the only problem. I have some contracts where only one state variable is set to...

Actually I was wrong. I had been playing with it a bit more and realized that something seems to be broken. I tried it with an example project: `brownie bake...

I spend some time looking into why the `immutable` keyword is causing problems, but I was not able to find a solution to the problem, since it would take me...

Wondering the same. I saw that version 1 had the ability, but I don't see an option for v2.

I found a solution, which changes the author name from the owner of the PAT to Github[bot] -> You need to provider the temporary created Github token: https://docs.github.com/en/actions/security-guides/automatic-token-authentication