Alex Grin

Results 30 comments of Alex Grin

@roylee17 is talking about adding LBRY support to btcd. I think this will be solved once he does that, but maybe he can shed some light on this as he's...

this is low priority but i don't want to give up on this yet. we need to understand if there's a general problem with jsonrpc, or if we're doing something...

the next step is creating the simplest reproduction of this bug that we can. use as little total code/pieces as possible. post code here when its available, or link to...

What would a language selector do? We would need to translate *everything* (present and future) on the site into whatever languages we offer. Or are you talking about automated translation...

Its fine to remove claims from chainquery if the transaction containing the claim is removed from the blockchain. I'm happy to talk architecture details. Can you write down how chainquery...

i think its fine to log them in a separate table that's just used for this logging purpose

Agreed. I use githubrelease as part of CI and if it doesn't return an error code when the asset is not found, the CI system won't know that something went...

I had this same problem on hsd v2.4 with node v14.17.0. I fixed it by going into a few node_modules and running `node-gyp configure && node-gyp build`. The modules were...

`rebuild` did not help, but I now understand what happened: i have post-install scripts disabled ([because of this](https://www.nerdycode.com/prevent-npm-executing-scripts-security/)) so node-gyp is never called and never builds the `.node` files.