Sean Wood

Results 42 issues of Sean Wood

When global options are specified, typescript complains with the following error for the following code snippet: ```javascript import validateJS from 'validate.js'; validateJS.options = { format: 'flat' }; ``` ``` Property...

Fixes https://github.com/justinfagnani/mixwith.js/issues/19

The namespacing introduced through the use of the UMD gulp preset causes unexpected behavior when bundling with rollup (top-level `this` becoming `undefined`). Solved by including the `module` field in `package.json`...

I'm trying to generate a push manifest for a file that includes the following (example) script import: ``` html ``` I stand to be corrected, but the `my-script.js` file is...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...

bug

### Bug or feature request - [x] Bug - [ ] Feature request ### Repro steps of bug - Create a skeleton Loopback app. - Create two models using the...

bug
major
needs-priority
help wanted

Fixes https://github.com/stevey-p/react-access/issues/28

We use enumerated permissions - therefore we would like to pass in numbers as permissions. As far as I can tell, the only thing preventing this from working is the...

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/k8s/blob/master/CODE_OF_CONDUCT.md). -...

bug

**Describe the bug** I have a 3 node vault cluster using raft storage, in Kubernetes. If I restart one of the pods, it fails immediately and continuously with the following...

bug
storage/raft
k8s