AJ ONeal coolaj86
  • Provo, UT
  • https://coolaj86.com
  • 6'5 • Technophobic Technologist + Videographer • Go, Rust, Node / VanillaJS (@JSJabber), UX, Security, IoT. Canon 24mm 50mm.

  • Joined on 2017-10-24
coolaj86 pushed tag v1.1.3 to coolaj86/semver-utils.js 2018-10-09 01:12:17 +00:00
coolaj86 pushed to master at coolaj86/semver-utils.js 2018-10-09 01:11:51 +00:00
daab053561 correctly parse '~> 2.0.0'
coolaj86 pushed to master at coolaj86/semver-utils.js 2018-10-09 01:04:49 +00:00
55d71d3929 add LICENSE
coolaj86 pushed to master at coolaj86/telebit.js 2018-10-08 05:05:37 +00:00
8589a66fca bugfix: always launchctl unload, not just on DEBUG
coolaj86 pushed to master at coolaj86/telebit.js 2018-10-08 04:50:16 +00:00
461166d3e3 single npm install process at a time
coolaj86 commented on issue coolaj86/semver-utils.js#1 2018-10-06 15:07:06 +00:00
Incorrectly parses "~>" semver ranges

This library was created many moons ago. I actually don't know what ~ is for. It isn't referenced on semver.org (in fact, I think "semver ranges" are not actually part of semver at all, but something npm made up and that many other people follow).

coolaj86 pushed to master at coolaj86/redirect-https.js 2018-10-03 01:07:25 +00:00
7375a550eb Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/redirect-https.js
fd044d6467 v1.3.0: redirect root '/' with 301 by default (for curl | bash installers)
Compare 2 commits »
coolaj86 pushed tag v1.3.0 to coolaj86/redirect-https.js 2018-10-03 00:25:18 +00:00
coolaj86 pushed to master at coolaj86/redirect-https.js 2018-10-02 23:53:28 +00:00
2b7805c87b add .js
coolaj86 pushed to master at coolaj86/redirect-https.js 2018-10-02 23:49:59 +00:00
a403ccde39 v1.2.0: browsers shall pass, apis... not so much
coolaj86 pushed to master at coolaj86/le-store-SPEC.js 2018-10-02 23:23:01 +00:00
766eaa3eed update link
coolaj86 commented on issue coolaj86/le-store-SPEC.js#1 2018-10-02 23:17:25 +00:00
Wanted: sequelize plugin

8 check / set methods

coolaj86 commented on issue coolaj86/le-store-SPEC.js#1 2018-10-02 23:16:13 +00:00
Wanted: sequelize plugin

Many people will have very specific requirements with very special tables, but for a great many people having some intuitively named tables will be good enough.

coolaj86 commented on issue coolaj86/le-store-SPEC.js#1 2018-10-02 23:12:01 +00:00
Wanted: sequelize plugin

In v2.0.0, this is how you pass a custom handler:

coolaj86 opened issue coolaj86/le-store-SPEC.js#1 2018-10-02 23:09:31 +00:00
Wanted: sequelize plugin
coolaj86 closed pull request coolaj86/redirect-https.js#1 2018-10-02 22:59:42 +00:00
Add headerRedirect option
coolaj86 merged pull request coolaj86/redirect-https.js#1 2018-10-02 22:59:42 +00:00
Add headerRedirect option
coolaj86 pushed to master at coolaj86/httpserver.rs 2018-10-02 20:56:42 +00:00
da89562800 fix counter bug
1416356db9 print server addr, make able to shutdown gracefully
Compare 2 commits »
coolaj86 pushed to master at coolaj86/httpserver.rs 2018-10-02 04:31:11 +00:00
ebf0a89406 fixed type error, yay!