David Peter

Results 20 issues of David Peter

```37m 39m 9 api-cmd-4281948355-nau2k Pod Warning FailedSync {kubelet ip-10-0-11-227.eu-central-1.compute.internal} Error syncing pod, skipping: failed to "StartContainer" for "api-cmd" with CrashLoopBackOff: "Back-off 5m0s restarting failed container=api-cmd pod=api-cmd-4281948355-nau2k_api(aaa2dd00-f212-11e6-8074-02e58803a9f5)" 25m 15h 9 api-cmd-4281948355-qecb1...

Hey There, Looking for a migration path from Helmc to Helm so I could use the latest and greatest charts.

router. (or maybe deis-router.) becoming the router's official address, much as deis.

We talked about a new way of dealing with `tryCatch` in #50 This is a draft / POC PR of what was discussed there, for easier discussion everything is easily...

I assume wrong and the examples we provide are not actually running when we call [`deno test --doc`](https://deno.land/[email protected]/testing/documentation) Therefore the following typechecks but is wrong: ```ts /** * Fold away...

documentation
enhancement

> Regarding Affect. > > Was wondering if we're supposed to execute it straight up on receiving `Ctx` or would it make sense to be more like `RTE` and actually...

bug

It's quite recent that deno has introduced [task runner](https://deno.land/[email protected]/tools/task_runner) as a thing. My first impression is that it's more convenient than remembering a bunch of commands, but it gets quite...

As a developer I would like to be able to use functional both in a Deno and Node context. To achieve this I have did a bit of research and...

I would be keen on getting platform-deno up and running as node compat is not 100% in Deno. This would make Effect natively available in Deno. @tim-smart @gcanti @fubhy @mikearnaldi...

platform

E.g. LinkedIn OAuth doesn't send the `token_type` in the response. https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow?tabs=HTTPS1#response Thus the getToken flow is erroring out. https://github.com/cmd-johnson/deno-oauth2-client/blob/master/src/grant_base.ts#L99-L104