David Ankin

Results 93 comments of David Ankin

thats helpful to know what might be the issue, but that's also the responsibility of the library to catch this kind of error and rethrow with a meaningful message like,...

not working Feb 18, "Sign in with Google temporarily disabled for this app"

also came across this: ```js var Validator = require('validatorjs'); var data = { baseTracks: '' }; var rules = { baseTracks: 'array', }; var validation = new Validator(data, rules); console.log(validation.passes());...

does the issue persist when you reset your terminal to use utf8 encoding? how to do that on windows the command is described [here](https://stackoverflow.com/a/57132002), though if you are not on...

See PR #36 with all relevant snippets updated.

all that is necessary at this point is to tag the repo with a new release and it is updated. an interim fix is to clone this repository into your...

The attached is the result of my simplification of a part of the hivemq-hq-issued sample code. its not perfect but it does demonstrate what i am talking about: attached ```java...

shouldnt this set the `VIDEOBRIDGE_MAX_MEMORY` instead, per the variable used in this file: ``` /usr/share/jitsi-videobridge# cat jvb.sh #!/bin/bash if [[ "$1" == "--help" || $# -lt 1 ]]; then echo...

that is right, i forgot that i had just edited my docker-compose file as well

> Example Json: > > > I would expect to get a Java class containing the fields street_address and country and optional member fields for class1, class2 and class3. And...