James Stanley
James Stanley
Perl's rand is not even remotely cryptographically-secure. This should probably use, at minimum, Bitcoin::Util::randInt. And it would probably be better for Bitcoin::Util::randInt to use Bytes::Random::Secure or similar instead of its...
The code that is supposed to magically generate Bitcoin::Key and Bitcoin::Address objects from strings breaks quoting. Example: ``` use strict; use warnings; use Bitcoin; print "hello world\n"; ``` Output is...
**Describe the bug** I installed the snap on Ubuntu 20.04 with `sudo snap install neovide`. I tried to start neovide, but instead I got a load of graphics-related error messages,...
The logic in `availableOutboundChannelId` ensured that when a channel needs an even number, an even number is generated, but it did not ensure that when a channel needs an odd...
The presence of a tab character seems to confuse vi's rendering. Steps to reproduce: run vi, enter insert mode (i), type a single tab, and then start typing a sentence....
I believe these work, but I haven't written test benches yet. Mainly posting them here so that they're there, and perhaps as a starting point towards merging it. I expect...
Previously, `netexec()` would cease all communication as soon as it read EOF from either the child proces *or* the remote side. This meant (for example) when the other end of...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description I often want to look at a sketch in a different...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Whenever I need to use a file dialog (e.g. open/save/import/export) in...
Hi, I'm trying to make a clock escapement simulator using Matter.js. It should be a very simple problem as there are only 2 degrees of freedom (rotation of the escape...