Matt Culpepper

Results 45 comments of Matt Culpepper

@dansimpson The encoding issue was the issue I ran into as well when trying to work on this. I was trying to follow the ENS spec to the T and...

@dansimpson FYI this is the recursive namehash implementation that I had. I ported it from the python reference implementation. ```ruby def namehash(name) if name.empty? "\0" * 32 else label, _,...

@dansimpson If you open a PR, I have a couple pretty minor comments I'd like to make on your changes.

@musik yeah, once [this](https://github.com/q9f/eth.rb/pull/76) gets merged these conversions should be easier

This same issue got me today. Is this intended functionality, or a bug? This behavior is different from the default rails behavior.

try `/github signin` it's not well-documented, but it worked for me

I don't have an issue with chruby in vscode. I don't even have the Ruby VSCode extension set up. I just have my vscode terminal load as it would in...

Another note: Redis is configured in the Rails app, but not in the docker-compose file. This should probably be Rails+Postgres+Redis since I think it's the most common stack.

Thanks for the response. FWIW, we use your fork on a project (thanks a lot!), and it would be a lot easier for us if we could just use the...