dcp3450

Results 8 comments of dcp3450

It's been 5mo since the last comment, has there been any official resolution to this issue?

For anyone who comes to this looking at the original solution, I found an issue with @bkartik2005 's implementation that was tripping me up: ``` pieChartOptions: any = { legend:...

Switching `import * as FilePondPluginFileValidateType from 'filepond-plugin-file-validate-type';` to `import FilePondPluginFileValidateType from 'filepond-plugin-file-validate-type';` returns the error `NG0203: inject() must be called from an injection context`

For anyone who comes across this issue: I was getting that `NG0203: inject() must be called from an injection context` error because I needed to have `preserveSymlinks: true` in my...

@pamapa That worked but it redirects the user to the keycloak "you've been logged out" page. Is there a way, with the library, to have the user redirected to a...

Further digging I found I could pass `post_logout_redirect_uri` into the method (`auth.signoutRedirect({ post_logout_redirect_uri: })`)

@boxrick What I've found is CodeCommit is missing two big features to do release notes the way this library, and others, do it. You always either need a GitHub Token...

Yeah, there's a bitbucket solution but with CodeCommit there isn't. They literally don't support the basic requirements.