K. S. Ernest (iFire) Lee

Results 1116 comments of K. S. Ernest (iFire) Lee

See https://github.com/sctplab/usrsctp/pull/579 support for mbedtls.

You can close this when documentation is written.

Are you using EFS or S3? EFS is scsi based filesystem emulation that has infinite space. S3 is an object store. EFS is proprietary, while S3 has multiple independent implementations....

A common problem converting vms to docker / kubernetes is that secrets need to be moved into environment variables, so everything configuration wise that is written to the executable needs...

It is difficult to have a filesystem store, it is much easier to use s3 which is an object store. In Kubernetes I can give each ErlangVM a disk but...

https://github.com/mongodb/mongo/releases/tag/r4.0.0-rc5 Is the latest release candidate.

Mongdb tests for transactions https://github.com/mongodb/mongo/blob/v4.0/jstests/core/txns/multi_statement_transaction.js

Requires session support. https://docs.mongodb.com/manual/core/read-isolation-consistency-recency/#causal-consistency

Going to take a break but the session and transaction example is https://github.com/mongodb/mongo-c-driver/blob/master/src/libmongoc/examples/example-transaction.c .

https://github.com/V-Sekai/godot/tree/feature/spatial-audio is my branch with a demo project at https://github.com/V-Sekai/godot-spatial-audio-project