James Kenaley

Results 5 issues of James Kenaley

Trying to implement a @TODO I saw in `@analytics/core`: `@TODO add custom value reolvers for userId and anonId` A small issue I encountered is that most public functions except the...

Slim has an option to make routes case sensitive or not. I turned this feature on and it took me awhile to figure out why the JWT token wasn't in...

bug
1.x

I've been sporadically working on a game and trying to keep it as lightweight as possible so I can learn how game systems work under the hood. Started to design...

feature

What's your take on a singleton asset loader? ```js class AssetLoader { constuctor() { this.image_path = '' this.audio_path = '' this.data_path = '' this.images = {} this.audio = {} this.data...

question