Auke Bruinsma

Results 20 issues of Auke Bruinsma

The following code should error, but does not: ``` Label ``` ```JSON { "rules": { "@angular-eslint/template/label-has-associated-control": ["error"] } } ``` ```HTML Label ``` **Versions** | package | version | |...

package: eslint-plugin-template
triage

First of all thank you for this project, being able to generate templates from existing infra is very very helpful. Unfortunately I am having a problem with exporting amplify apps....

Implements the fix proposed by @engycz in #169

### Feature description Currently the only option to approve requests is in the 2FAS app. It would be really nice to be able to acknowledge (already configured, like with a...

Feature

Extended the Store to expose the generic of the EventEmitter, so classes that extend from Store can improved the typing information about what events they emit and what typing those...

Other Approved
Popular package
Self Merge
Maintainer Approved

Because of bug https://github.com/letsencrypt/boulder/issues/3335, it is recommended to let clients keep track of orders. However currently the orders generated in the auto mode cannot be tracked. A simple callback in...

I would like support for: ``` export interface IPageSizeConfig { /** * @description The number of records to return in a single page. * @asType number | string */ page_size?:...

Hello I would like to set the cookie `sameSite` value to `"none"` for secure connections and to `"lax"` for http connections (As `none` requires a secure connection). The `secure` option...

I noticed some calls are rejected with `'FAILED_TO_VERIFY_SIGNATURE'` not an `Error` object. So in flow.ts I see code like: return Promise.reject('FAILED_TO_VERIFY_SIGNATURE'); IMHO Promises should ALWAYS be rejected with errors, although...

While I can run my test with jasmine from the command line without issues, the Jasmine Test Explorer can not. I have the following output: ``` The Jasmine test loader...