Dmitriy Khmaladze
Dmitriy Khmaladze
Many lines posted to #758 instead of here
GET http://localhost:10123 ```json { "data": { "cmp_sid": "157", "cmp_start": "2022-09-03T17:25:08.028-04:00", "name": "GovernorDaemon", "status": "Active", "status_descr": "Active", "service_descr": "GovernorDaemon", "cmp_effective_log": "Info", "sipc_port": 49123, "sipc_start_port": 0, "instr": false, "app_start_time": "2022-09-03T17:25:07.822-04:00", "app_utc_now": "2022-09-03T21:43:45.280Z",...
Consider reversing order to Encrypt-then-MAC, as MAC would protect against padding, then can **keep padding at PKCS7**. https://crypto.stackexchange.com/questions/202/should-we-mac-then-encrypt-or-encrypt-then-mac
> Why is padding needed for this case at all? https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.paddingmode?view=net-6.0 It is needed as the Protect operates on ARBITRARY BINARY messages (rightfully so), so there is no way to...
https://www.mongodb.com/docs/v5.0/tutorial/install-mongodb-on-ubuntu/ ## Mongo 5.x on Ubuntu 22.04 (includes libssl1.1 instructions) https://www.cloudbooklet.com/how-to-install-mongodb-on-ubuntu-22-04/
Such approach is not feasible for the following reasons: - Very similar "technology" is Data.Heap - IReplicable will necessitate double abstracting everything multiple times - It is hard to replicate...
We need at minimum the following types: - Atom - EntityId (uses Atoms) - GDID - RGDID Nice to have: - Amount (uses Atoms) - DateRange - NLSMap - Schedule
Go ahead, I am all for it. You can wrap it up pretty fast - see how others are done - it is self descriptive
This deals with #837. Microsoft Kestrel + `StreamReader` have a race condition in a sync api mode. We will need to provide ASYNC-first json read apis like this: `JazonLexer` relies...