Kim Seon Woo

Results 63 comments of Kim Seon Woo

What would you expect if the variable name was `PDFViewModel`? (`v` to uppercase `V`). Will the result of the variable name changed into `pdfvIewModel`? ```java - PdfDocumentViewModel PDFViewModel = new...

@koppor, wouldn't checking for built-in abbreviations be expensive? `rewrite` would have to check all variables to see if they contain any built-in abbreviations. What are your thoughts on allowing users...

> Side note: There is the cost of checking the existence of user-provided terms (mappings?) The cost that I've mentioned earlier was for example, if `rewrite` have built in abbreviations...

@corneil I've tried, but the `Completed` pods were not being removed. I solved this issue by scheduling a cloud function to call tasks' `cleanup` API periodically.

I've made a PR 😄, feel free to check it anytime ~

> Let's create an anonymous user and set the user if the token is anoymouse in the authorizer. @minwoox, please check if I've understood correctly 😄 - Add an anonymous...

Still have lot's of things to learn 😄. Thank you for all the support.

I've not added `useOpenSsl` because `tlsEngineType` should be a better alternative to `useOpenSsl`. Please let me know if we should add support for both `tlsEngineType` and `useOpenSsl` in the `ClientFactoryBuilder`.

>Should we use TlsEngineType specified in VirtualHost? It would be better to just use the given option rather than try to guess. @ikhoon , I've added a method to expose...

@trustin Thank you for thorough review. 🙇