etchira

Results 30 comments of etchira

I tried this yesterday because I can do this in "raw" fzf, but couldn't make it work here. So for fzf I do this and it works well: ``` let...

Hello, thx for the great app, any news about that issue? I have plenty of `.chordpro` files that I would love to read with OpenChord. Thx, cheers

Sorry from bringing that old thing up. In the same scope, it's possible to comment on commit https://docs.gitlab.com/ce/api/commits.html#post-comment-to-commit that would be so awesome to be able to do that when...

Hi guys, also had that problem. I did the `bootstrap.min.js` trick proposed by @didymos, the menu was opening but then closed directly. I then also did the `navbar-collapse.collapse` from @thiagogabriel...

Agree with @Kant8 on `A lot of error statuses like 4XX often have same structure`. I have that exact same issue, would be nice to be able to collapse the...

Sure, let's have a call soon.

I just checked which endpoint should be called and I think I'll rather add a new one `/addresses//active` which return `true/false` if a tx exists for that address. All other...

> May want to even make it take a range instead to reduce the network requests? `/addresses/active?offset=0&range=24` so the typical case of 4 addresses plus 20 unused, and can return...

@LeeAlephium yes totally doable and better to suffer only once the http layer. Response will be bool[] with (of course) the same order as the passed addresses

I implemented the new way [here](https://github.com/alephium/explorer-backend/pull/291) Path is `POST /addresses-active`, I can't use `/addresses/active` otherwise the http server think `active` is an address