Dylan

Results 18 issues of Dylan

[This template](https://github.com/dylanratcliffe/onceover/blob/master/templates/controlrepo.yaml.erb#L3) should just use a regex now that functionality exists

enhancement

[This line](https://github.com/dylanratcliffe/onceover/blob/master/lib/onceover/testconfig.rb#L180) means that ruby spends a long time doing complex array operations if you have a large controlrepo. There has to be a better way to deal with this...

enhancement

As an advanced user I want to be able to use tags, and I want some way for them to work with custom rspec tests

enhancement

Things like, files should not have 777

enhancement

The real JSON looks like this: ```json "multiLocaleFullNamePronunciationAudio": { "en_US": { "duration": 2136, "urn": "urn:li:digitalmediaAsset:EXAMPLE", "$recipeType": "com.linkedin.deco.recipe.anonymous.EXAMPLE", "url": "https://dms.licdn.com/playlist/vid/EXAMPLE" } }, ``` This prevents errors unmarshalling when the user has...

Under the [Automated sign up services - JWT and NKEY libraries](https://github.com/nats-io/nats.docs/blob/master/using-nats/developing-with-nats/tutorials/jwt.md#automated-sign-up-services-jwt-and-nkey-libraries) section of the [In Depth JWT Guide](https://github.com/nats-io/nats.docs/blob/master/using-nats/developing-with-nats/tutorials/jwt.md) it states: > For sign up service issued JWTs, ALWAYS set the...