joeftiger

Results 5 issues of joeftiger

I am using GitHub's private NPM registry with the following `.npmrc` scheme: ``` //npm.pkg.github.com/:_authToken=... @my_org:registry=https://npm.pkg.github.com ``` While running deno checks and `deno task start` work without problems, they start occuring...

## Failing module - **GitHub**: https://github.com/google/blockly - **npm**: https://www.npmjs.com/package/blockly ```ts import "https://esm.sh/[email protected]"; ``` ## Error message After running `deno run` I got this: ``` error: Uncaught (in promise) TypeError: Cannot...

deno

Provides a new environment variable `OIDC_LOGOUT_URL` to correctly log out users from their OpenID Connect provider. This fixes #213. I am not entirely convinced yet about directly providing `client_id` and...

Hello everyone I am evaluating dockerized MISP for the past few weeks in conjunction with Keycloak for OIDC. Using [MISP/misp-docker](https://github.com/MISP/misp-docker) I have been able to provide a logout url for...

Hello I noticed that NPM imports inside `deno.json` cannot be specified as a peer dependency using `@deno/dnt` and **always** end up inside `dependencies`. When specifying the import using `esm.sh/` it...