AJ ONeal

Results 429 comments of AJ ONeal

Alright, I'll probably start working on it this week.

And another carrier list: https://www.data24-7.com/wiki/doku.php?id=text_wireless_carriers_usa And another: http://newtech.about.com/od/mobile/a/Sms-Gateway-From-Email-To-Sms-Text-Message.htm

@Nefcanto: See . @mhevery says to just rename the couple of files to `.js` and `.jsx`. If that doesn't work, it's a bug. Copy pasta: ```sh # recursively rename .ts...

That won't work on Windows. Well, it _could_, but symlinks require admin permissions and [sudo on Windows](https://webinstall.dev/sudo) isn't `sudo`... at all.

@jxskiss Your library is encoding things backwards - meaning that it reverses the byte order of the input when producing the output. So `[0, 0, 0, 0, 255, 255, 255,...

I'm not clear on whether the test is passing or not. How I tested: https://github.com/mckelvey/instagram-node-lib#tests ``` bash git clone [email protected]:mckelvey/instagram-node-lib.git pushd instagram-node-lib/ export CLIENT_ID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" export CLIENT_SECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # README.md say CALLBACK_URL,...

I was just about to ask for the source. I figured it was a pretty simple endeavor so I started on my own and I was hoping to be able...

This is the text of the license in standard form which can be automatically detected by the Golang tooling: https://raw.githubusercontent.com/google/licenseclassifier/master/licenses/CC0-1.0.txt

I've made a PR. - https://github.com/xi2/xz/pull/11 I've also published an alternative version including the appropriate LICENSE and updated go.mod: - https://github.com/therootcompany/xz - https://pkg.go.dev/github.com/therootcompany/xz - https://proxy.golang.org/github.com/therootcompany/xz/@v/v1.0.1.info