Kibeom Kim

Results 44 comments of Kibeom Kim

S3 API is getting more and more popular and being treated like the choice of database API for cloud providers, for example, the following providers implemented S3 as their only...

Operations in pseudo code: ``` rust result_position = position + (distance as fixed) result_position = position - (distance as fixed) result_distance = (position1 - position2) as float result_distance = distance1...

Yeah, as you said, I'm also not sure whether it will be worth or not, although I think logically it makes sense to do. I've talked to few people, and...

What's the status of this pull request?

@lastmjs Hi I noticed your ES6-modules work-in-progress branch https://github.com/Juicy/juicy-ace-editor/compare/ES6-modules . Was there any issue with that?

Oh, I see, thanks!

related: - https://richrose.dev/posts/chromeos/productivity/chromeos-minikube/ - https://github.com/kubernetes-sigs/kind/issues/763#issuecomment-1219133506

Just to clarify: even if input `x` is not a denormal number, for example, I guess the following two functions can result different outputs, because denormal numbers can appear during...

@shicks Hi, I was wondering if any notable progress were made since then(2020). It would be great to use high quality closure utilities on modern Typescript projects!

Sounds great (either ways, before/after refactoring) ! Thanks for doing this project, (although we couldn't use Mediator due to this issue) it looks great and almost just what we need!