Results 11 comments of Dan Kogai

Please use the latter. The former had an embarrassing typo. Dan

Added NetBSD and OpenBSD to d493cb3

The __BYTE_ORDER part was unconditionally define'd _le64toh as le64toh while OpenBSD defines that as letoh64. The latest patches address that.

Looks to me your app tries to `require('buffer')` even though `base64.mjs` DOES NOT `require()` anything at all. It does, from version 3.4, however, check the presence of of the **built-in**...

I do not think so. It runs on FreeBSD 12.2 with OpenSSL 1.1.x in base. https://wiki.freebsd.org/OpenSSL What is the `Mozilla::CA` version used by PAUSE (to fetch URL)? I duplicated the...

That is right. And I suspected it is related to Let's Encrypt because I had no problem with https till this month. And As I said other web clients had...

FYI I've written a package called `swift-int2x` a couple of years ago. https://github.com/dankogai/swift-int2x > Thanks to [SE-0104], making your own integer types is easier than ever. This module makes use...

Would you also file the report in English? Would you give me more information than a stack trace of your app? IMHO it is caller's issue than this module.

`BigInt` does support the notion of maximum precision. ```swift import BigNum BigFloat.precision // 64 by default BigFloat.exp(1) // 2.71828182845904523543 BigFloat.precision = 128 BigFloat.exp(1) // 2.718281828459045235360287471352662497759 Double.exp(1) // 2.7182818284590451 ``` And...

This module is originally intended for Japanese but pull request welcome.