gc-ss

Results 68 comments of gc-ss

Feel free to comment out most of https://github.com/JakeWharton/docker-gphotos-sync/blob/trunk/root/etc/cont-init.d/10-adduser.sh The better solution would be to use the alpine native commands for `groupmod`, `usermod` Tracking at https://github.com/JakeWharton/docker-gphotos-sync/pull/47#issuecomment-1003293122

> in particular seeing if we can auto-gen [schema](https://capnproto.org/language.html#language-reference) from type annotated Python functions. Is there an issue for this. Essentially to do this, we need to: 1. Parse dataclasses...

> Afaiu graph relations aren't relevant here; are you talking about building nested structs as trees or? Consider this: ```python class A: a: int class B(A): b: int class C(A):...

Hashicorp has some great, single binary (so deployment is not a challenge) solutions to: > custom cross-host supervisors > mult-host service architecture tooling Hashicorp Nomad > we need both a...

I think it's important to note (from the video) that messages have: - no guaranteed arrival order, - cannot get lost and - can arrive **atmost once** although they can...

> which don't want more then some finite number of tasks executing its body at a given time. Example?

> You can then reach host 53 UDP, but not TCP. Is DNS over TCP something gets used? What's your DNS over TCP setup?

Curious - what's needed to move forward and merge this in?

> > Curious - what's needed to move forward and merge this in? > > I have no clue, let me know if you have any idea Sure - I'll...

> Unfortunately, nothing will get in on the test client until a decision is made about #1376. I for one would *love* to see removing/decoupling Requests. That PR is awesome...