Brian Wells

Results 14 comments of Brian Wells

@manounou do not implode your array of agent names (nombres) into a single string. Instead, pass `$agent->toArray()` into the `labels()` function for this library. You'll instead get `labels: [ "Agent...

An MIT license would be nice

Yes. I have plans on a user model to help with tokens. Plus a db to handle named route based RW permissions for LDAP groups and users.

I will implement what I've been talking about, but it has been sidelined until I'm caught up to speed with all of my other projects.

@WorldWideWebb @nesl247 So far, my User model will have username, email, domain, perhaps an hr_id, and remember_token. Also @nesl247, do you want the LDAP fields to be loaded into the...

This really should be merged.

On second glance, it should be more like `$(document).on('event', 'selector', function() {});`

I had to use the dev branch in order to get a resolution switcher menu to show for videojs-contrib-hls, as it has the functionality necessary (https://github.com/kmoskwiak/videojs-resolution-switcher/blob/dev/lib/videojs-resolution-switcher.js#L349-L415). In my case, I...

Found the dependency listed in the npm-shrinkwrap.json: https://github.com/Azure/azure-functions-core-tools/blob/5f073f913376d3e589e1b2e3fcbdd76c67f83d58/src/Azure.Functions.Cli/npm/npm-shrinkwrap.json#L131-L139 Please patch this.

I think `...` will need some love in all this. Some people will want to use this sort of thing against GFM.