quetzalcoatl
quetzalcoatl
Commit https://github.com/lian/bitcoin-ruby/commit/f9b817c946b3ef99c7652c318c155200aadc6489 handled only non-Windows part. Currently, on Windows with newest OpenSSL, I get: ```c:/rubies/Ruby26-x64/lib/ruby/gems/2.6.0/gems/ffi-1.12.2-x64-mingw32/lib/ffi/library.rb:145:in `block in ffi_lib': Could not open library 'libeay32'``` Since 1.1.0 (see i.e. https://mta.openssl.org/pipermail/openssl-dev/2016-August/008351.html or issues...
## Checklist ## 1. YES, I can establish a serial connection both with Putty and `NodeMCU-Tool terminal`. 2. Does the `nodemcu-tool fsinfo` command work? Answer: PARTIALLY, and that's what this...
Where: - almost every site coming from https://www.wp.pl publisher - - example: https://wiadomosci.wp.pl/wybuchy-na-terenie-bialorusi-w-poblizu-jednego-z-miast-wystrzelono-pociski-6748084388301632a - - example: https://wiadomosci.wp.pl/ponad-12-milionow-na-antyunijna-kampanie-gwiazdki-kazali-domalowac-u-sasina-6736617336326944a What happens: - high CPU usage - tons of identical errors in JS...
``` RXB::subject _flag; auto flag = _flag.get_observable().replay(); _flag.get_subscriber().on_next(true); _flag.get_subscriber().on_completed(); auto zz = flag.as_blocking().count(); // DEADLOCK ``` Forgive me this, but at first, I simply didn't notice that `replay` is `connectable`....
**Expected behavior:** I can open a post on steemit.com or steemd.com by its url, regardless of tags used as the url prefix or not, provided that poster and post-id are...
Just by installing and `require 'dataflow'` on Ruby 2.6 I get the following message: > c:/rubies/Ruby26-x64/lib/ruby/gems/2.6.0/gems/dataflow-0.3.1/dataflow.rb:63: warning: undefining `object_id' may cause serious problems I suppose this warning was added in...
This pull-request corrects some issues introduced during commit "calculation using weights and approx_sqrt" (sha: 9077ef6aef39359dc02b2166adf7a4663ddb42ed). Original work from @joticajulian aimed on close(r) reproduction of inexact sqrt algorithm used in steem...
I'm pretty surprised to see another firmware project that aims at providing LUA environment for user code on ESP8266. I know this project isn't really active right now, so it's...
I've read in various places, including docs here, that Checkin Policies are not available at this moment for VS2022 and that I might get it working, if ever, if at...
### Feature description Background: I often run `gitex viewdiff` instead of `browse` because of viewdiff's (c)lean(er) UI. What I'm focused at is the list/tree of commits. I often have view...