This part is beautiful: > Serialization Protocol: The library uses a custom "Envelope" protocol (PayloadType.RAW vs PayloadType.LIB). This allows complex objects like Mutex handles to be serialized, sent to a worker,…
Some languages allow to define type alias, name of this type can be self-explanatory: type FullName = string; function combineName(first: string, last: string): FullName; Also documentation comment for function is what…
Hey! This url and any search I do are blocked with 403 if I access it either with Tor or my VPN. Anyway I love kagi and continue to use this, but this aspect is pretty annoying.
Thank you for distillery, it's a very nice tool
Yes, deployment in Elixir is painfull. We use distillery and edeliver, but plan to try move to docker
This part is beautiful: > Serialization Protocol: The library uses a custom "Envelope" protocol (PayloadType.RAW vs PayloadType.LIB). This allows complex objects like Mutex handles to be serialized, sent to a worker,…
Some languages allow to define type alias, name of this type can be self-explanatory: type FullName = string; function combineName(first: string, last: string): FullName; Also documentation comment for function is what…
Hey! This url and any search I do are blocked with 403 if I access it either with Tor or my VPN. Anyway I love kagi and continue to use this, but this aspect is pretty annoying.
Thank you for distillery, it's a very nice tool
Yes, deployment in Elixir is painfull. We use distillery and edeliver, but plan to try move to docker