Thomas Cort

Results 6 issues of Thomas Cort

I understand that attribute names are case insensitive, but with other LDAP systems you can put in mixed case and get out mixed case. With ldapjs, the attribute name is...

question

``` Running "eslint:target" (eslint) task /Users/thomasc/repos/mediaelement-plugins/src/picture-in-picture/picture-in-picture.js 20:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs 34:54 error 'media' is defined but never used no-unused-vars 48:2 error Mixed spaces and tabs no-mixed-spaces-and-tabs 55:14...

Add 2 new challenge types per Issue #30 Feel free to tweak the parameters or challenge order. My solution, which passes all of the other challenges (given enough tries), barely...

## Symptoms I'm using node v8.10.0 built from source on FreeBSD/amd64 10.3 (built with clang and clang++, no configure flags given). I tried `dtrace-provider` (just the simple code snippet from...

I have some code that looks something like this. It publishes 1 message per second. It waits until the prior message has been published before publishing a new message. ```...

- update to latest nan so that it builds on v20 - update to latest tap and debug for security fixes - change t.assert() to t.ok() for API change in...