efi shtain
efi shtain
Hey, Any idea when this pull request is going to be merged? I need to access a web server with authentication and structured response data wrapping the expected response. would...
@AlexLakatos Appears that there is a missing parameter in request.js line 41, the call to getPricing from nexmo ``` priceCountry(country_code) { this.client.instance().number.getPricing(country_code, this.response.priceCountry.bind(this.response)); } ``` the call is passing 2...
I've opened a pull request which fixes the issue https://github.com/ConsenSys/abi-decoder/pull/45 It's an opinionated fix. it returns the first valid decode
@decentraliser Sorry, didn't follow up since then not sure why it did not get merge
@guizoxxv I've added a pull request to support partial batch ack by returning an array of successful messages from handleMessageBatch you can try and see if it works for you...
@GSt4r Didn't touch base on c lately Is it possible to statically link the relevant glibc to bun instead of using the system's version ?
> not sure what "It uses AK as temporal dev server" means? I didn't want to have a custom docker image to run temporal, I also didn't find any public...
> > > not sure what "It uses AK as temporal dev server" means? > > > > > > I didn't want to have a custom docker image to...
@itayd I've added redis could you verify it works as expected on your end? if so, please ack the pr regarding location of docker-compose, as far as I saw, it...
> The user needs to define a function for retries? I don't like it, room for too many errors. How can we check for errors in compilation? I would prefer...