V

Results 13 comments of V

Hi @jedib0t, we are dealing with this too. I wonder whether this can be extended for columns. (If it is it, it does not in latest) I mean we have...

Yes that is wat I was looking for. Thank you vm @jedib0t

Hi @moteus, I tried this on linux but I am getting ~20 failed assertions. Same for not modified and modified code. So I assume these changes are ok? Usually stuff...

~~Hi @zhaozg, yes thats another thing I wanted to discus. The code did not have any indentation so it was hard to back track scopes. So I indented it. Do...

Hi, indeed code style was the issue. I matched code style with original cURL.lua and now all test are passing. So we should be ready to merge 🙂

And could you release after this PR (`0.3.14`)?

Hi 👋🏻 I wonder why polling when we have `monitor/heads/${chain}`?

Hi, I had same issue. Solution in https://github.com/ecadlabs/taquito/issues/882#issuecomment-999753605 works well, but in case you would like to use stable version of [beacon-sdk](https://github.com/airgap-it/beacon-sdk) instead of beta, it can be done as...

@claudebarde check my older [comment](https://github.com/ecadlabs/taquito/issues/882#issuecomment-1075096459). I edited the code to work with version 3. Or at least it works for me 😄 Just copy `walletbeacon.dapp.min.js` from `@airgap/beacon-dapp/dist/` to your `src/vendor`...

This should be solvable with https://github.com/FreeRTOS/coreHTTP/pull/172 actually. It will definitely need some code on the host side but should be doable. There is essential info in the PR comments.