Mateus Pereira
Mateus Pereira
Closes #94 For the reasoning behind moving this benchmark, check the discussion in the linked issue.
This is a small one. Me and a colleague were pairing on an unrelated issue and came across this small typo, so I decided to go ahead and fix it.
**What type(s) of user does this feature affect?** Developers, since this a more a DX kind of thing. **Description** I noticed that the setup section has quite a few instructions,...
### Motivation This is a new version of #1148 which closed when I tried to update my fork of the repo. Also making this a draft to gather feedback on...
## Description This is a bit of a 2 for 1: 1. It adds a new option, `--path`, so that we can provide a custom path to our deprecation files....
# Description I came accross this in a project where I had to upgrade rails from 5.2 to 6.1 and it had a private gem called `app_store`. The issue may...
**IMPORTANT: please make sure you ask yourself all intro questions and fill all sections of the template.** **Before we start...:** - [x] I checked the documentation and didn't find this...
Currently the gem has this hardcoded in extconf.rb: ```ruby LIBSECP256K1_ZIP_URL = 'https://github.com/bitcoin-core/secp256k1/archive/refs/tags/v0.2.0.zip' ``` I think my question is more if there's a specific reason for this, since the current version...
I know the issue description is generic, but I wasn't able to pinpoint the exact problem and am actually hoping for some guidance or debugging tips. I'm trying to run...