Kosta

Results 25 comments of Kosta

I found this today, haven't looked into it besides reading the readme, but it seems like this might be exactly that use case? https://github.com/instructure/jsoncdc

Did you get a chace to take a look? :) Maybe it makes more sense to chat about this?

Thank you for taking a look! Yes, this is totally duration-focused. If you're interested, I can merge this into a chrono fork, just to see what it would look like....

Cool, I hope I can whip something up early next week!

I tried a more logical approach in the `date-op` branch. It's not 100% done yet but I think this makes the most sense: https://github.com/kosta/chrono/tree/date-op (All the changes from the current...

I strongly agree as well. The whole point of decimal is having a human-friendly _non-lossy_ representation of a number. `string` is such a non-lossy representation, `number` is not (due to...

As the last comment here was a more than 2 years ago; and you published the fall-from-grace experiment a little more than a year ago: What is the status of...

Isn’t `JSON.object toMap …` enough? If so, maybe extend the Readme examples for “list of kubernetes objects”. Because I don’t see how to put kubernetes objects and crds in the...

Actually, I noticed that I not only need the stream of bytes but also at least the content-length for my use case (which is provided in a header). I will...

Nevermind my last comment, please review this and merge if you feel this is appropriate.