SeongChan Lee

Results 41 comments of SeongChan Lee

`aspnetcore` supports `Controllers` to return `IAsyncEnumerable` which is added in 2.1 by buffering it with `AsyncEnumerableReader` (https://github.com/dotnet/aspnetcore/blob/d5fd9fc2faeb079e05e3db31e29dcdea31841eec/src/Mvc/Mvc.NewtonsoftJson/src/NewtonsoftJsonResultExecutor.cs#L138) A Swagger library [NSwag](https://github.com/RicoSuter/NSwag) and its schema generation library [NSwagSchema](https://github.com/RicoSuter/NJsonSchema) depends on `Newtonsoft.Json`,...

그리고 저 상태에서 kime-indicator 가 설정을 잘 읽지 못하는것같습니다. 환경에 `icon_color: White` 사용중인데 저 상태에서는 적용이 안되었습니다. kime-check 에서는 환경설정 제대로 읽었다고 나옵니다.

I expect it to behave same as reference types. If `DateTimeOffset` were a reference type, then `dt2.Adapt(config)` wouldn't return ```new Timestamp()```

I've created a cluster using [@aws-cdk/aws-eks](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-eks-readme.html) (I believe it would be same for [quickstart](https://github.com/aws-quickstart/quickstart-amazon-eks)). It creates a cluster with a dedicated role since EKS has a weird rule: >When an...

For those who want mermaid anyway, I've made a hacky way to render it. ```js mermaid.initialize({startOnLoad: false}); let id = 0; Redoc.init(url, { ...configs, theme: { extensionsHook: (name, props) =>...

We could fix this by detaching the continnuation from AsyncOperationHandle.Completed callback with Yield. https://github.com/Cysharp/UniTask/pull/410

How about abusing (?) validationAdmissionWebHook for delaying pod deletion? Here's the sketch of the idea: 1. ValidataionAdmissionWebhook intercepts pod deletion. It won't allow deletion of the pod if the pod...

I use this https://gist.github.com/foriequal0/f1f4ea279fb64836e5fb38efefa133d7 while waiting for a feature that rename logical id in a stack

I've found a slide about push upstream usage on Gerrit. https://geekdani.files.wordpress.com/2012/05/gerrit.pdf I haven't used Gerrit. So it left me some questions. * Do Gerrit users pull & track branches on...

Hi @siedentop ! Thank you for your response! I'm aware of the workflow that you've described as [triangular workflows](https://github.blog/2015-07-29-git-2-5-including-multiple-worktrees-and-triangular-workflows/#improved-support-for-triangular-workflows). I had used it before for a while. They are covered...