Daniel Lamando
Daniel Lamando
This moves from an 8-month-old base to a 4-month-old base. Fixes #197 Note that Alpine Linux 3.14 introduced use of the `faccessat2` syscall, which caused some incompatibilities with Docker versions...
I see that this alpine image is based on Alpine 3.13, which is two versions behind. What's the attitude for upgrading? Should it be bundled into the next Deno minor...
**Describe the bug** If `pooledMap` gets canceled, it seems to throw an uncaught `undefined` value. Cancelling can happen due to returning from within the loop body. The `undefined` does not...
OpenID Connect (OIDC) is a technology that's getting adopted by numerous cloud providers for machine-to-machine, cloud-to-cloud authentication. OIDC support would allow a Deno Deploy program to access AWS resources such...
- Rollup Plugin Name: @rollup/plugin-typescript - Rollup Plugin Version: 8.3.3 Documentation Is: - [x] Missing - [x] Needed - [ ] Confusing - [ ] Not Sure? ### Please Explain...
I created a basic helm chart with `PriorityLevelConfiguration` resources and also `FlowSchema` resources that reference the `PriorityLevelConfiguration`s. When I try installing it, helm tries creating the `FlowSchema` first which fails...
Hi, I am managing `alicloud_instance` resources and using the `user_data` field to configure first-boot setup scripts. My struggle is that I cannot figure out how to replace the instances with...
Hi, reviving #237 because it seems possible to generate the ID which makes notification deeplinks easier to 'action' after opening. https://github.com/manosim/gitify/pull/519 shows another project implementing the token as effectively: ```js...
I see that saml2aws is using the `/1` version of OneLogin's API: https://github.com/Versent/saml2aws/blob/cdd6da80f128dd17d400251b08ea5d226bdfe154/pkg/provider/onelogin/onelogin.go#L116 [The API docs](https://developers.onelogin.com/api-docs/1/saml-assertions/generate-saml-assertion) indicate that this endpoint shouldn't be used: > Deprecated > This version is deprecated...
I ran into this UI papercut when trying to update the config for a cluster I added way back when:  I'm being...