Anthony Khong

Results 21 comments of Anthony Khong

Hi @mobily, thank you very much for the response! And thank you for the patch to address (2)! > I'd be more than grateful if you could create something like...

> the function names you posted look good to me. I'm only wondering if assoc and dissoc should be named set and deleteKey accordingly I'm happy to change this on...

Hi @mobily, I'd just like to get your thoughts on something. I'm thinking about implementing `setIn`, `getIn` and `updateIn`. In particular, `getIn(obj, ['a', 'b', 'c'])` would be equivalent to `obj.a.b.c`....

I agree with everyone here! Sounds like something that fxl should really support. I don't have bandwidth this week, but I'll look into it shortly. Thank you @axvr for pointing...

Hi @behrica, thank you again for bringing this up. > I would think about a continuation of https://github.com/zero-one-group/geni/blob/develop/docs/kubernetes_basic.md Yes, I think that's probably a good place to put it. I...

> I am not English mother tongue, so feel free to fix it I think it's great! I'm just reviewing the styling, so that it's a bit more consistent throughout...

Hi @behrica, absolutely, I'll give it a go in the coming days and report back to you! It looks really neat!

Hi @behrica, I've given it a go, and, as before, it works as expected! And I've never used Azure before, so that's great! Really looking forward to merging this. I've...

I think that's a really good point. Copying and pasting to the terminal is not the end of the world, but it would absolutely be a deal breaker for some...

> I did without using geni CLI, just by adding the nrepl start into the command used by the string container. Yes, this is exactly what I meant! I agree...