Don Park
Don Park
Similarly I was hoping to be able to say `ion.dom.Value.from(IonTypes.Date, "2021-01-1")` and have the library convert the date string into an Ion date value.
According to the release notes for charybdis 4, released March 2016, IRCv3 message tags are already implemented. https://github.com/charybdis-ircd/charybdis/blob/master/NEWS.md Is the freenode fork different enough that it needs to be reimplemented...
same problem here, any sort of hello world that I might compile, ends up with wast/wasm that calls (import "env" ... ) or (import "stdlib" ...) and wasm-run dies with...
taking a second look at the out, "skipping incompatible" indicates the wrong architecture. sure enough the contents of libm3.a are ``` libm3.a: current ar archive m3_api_libc.c.o: ELF 64-bit LSB relocatable,...
On my laptop with the same commit hashes as the code-cov report "Merging #3298 (acc120f) into master (3e8a917)", cargo build completes with no warnings or errors. So I'm trying to...
The warnings and errors are cleaned up - the difference was due to rust 1.64 in CI and 1.63 on my laptop. I thought about changing rust-toolchain to "1.64" but...
closing this and re-creating for `next` branch
this snippit will pull http status codes from the wikipedia page of List of HTTP Status Codes, and builds a json file for each one. (note, required the 'pup' html...
It looks like this has already been fixed in the line below. It uses a wallet name of empty string. https://github.com/stacks-network/stacks-blockchain/blob/develop/testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs#L586 I also tried running the bitcoind test ``` $...
narrowing down the problem a bit more, bitcoind22 runs bitcoin_regtest::bitcoind_integration_test to completion. The difference in behavior between 22 and 23 shows up early in the test, after generatetoaddress for 201...