Matt Culpepper

Results 12 issues of Matt Culpepper

Porting the Num type from https://github.com/q9f/secp256k1.cr/blob/master/src/secp256k1/num.cr

enhancement

I think this may tie or interfere with the implementation of #72 also.

enhancement
good first issue

This will be a port of the Num class in https://github.com/q9f/secp256k1.cr/blob/58e955ce160bb5d15c0de3eecbf73bf06520be08/src/secp256k1/num.cr [BigNum isn't a thing in Ruby anymore as far as I know.](https://bugs.ruby-lang.org/issues/12005) There's only BigDecimal. So it'll just inherit...

enhancement
good first issue
low priority

### Feature I have a use case where I would like to use this cool-ass tool programmatically. I would like to be able to POST a JSON payload and receive...

feature

Sort of related to https://github.com/postmodern/chruby/pull/433, I've recently found out that `bundle exec` adds a significant amount of time to commands as opposed to the naked command when the binstub doesn't...

First of all, just wanted to say that this extension is great and was exactly what I was looking for, so thank you for building this. The problem I’ve run...

Instead of maintaining a fork of chosen, have you considered extending it to add the functionality? I was looking for ajax support and found this: https://github.com/meltingice/ajax-chosen This seems like a...

I'm getting an empty result set when grepping the output from `ps` for something that exists in the ps output.

I’m running into an incompatibility issue with `irbtools` because of the way FactoryBot uses `method_missing`. When you define a factory with an attribute `code`, it tries to call the `code`...

According to the [Claude Code memory docs](https://docs.anthropic.com/en/docs/claude-code/memory), `CLAUDE.local.md` is deprecated in favor of imports. There’s not a good example of how to replicate this behavior, so I came up with...

documentation
question
memory