James Wald
James Wald
Fixes a conflict with https://kotlinlang.org/docs/reference/coding-conventions.html#property-formatting which currently states: > For properties with an initializer, if the initializer is long, add a line break after the equals sign and indent the...
chrono 0.5 should be released with a new time version which fixes https://github.com/akamai/akr/security/dependabot/20 but time has improved significantly and may be a suitable replacement for chrono at this point.
https://github.com/akamai/akr/settings/pages https://github.com/akamai/akr/actions/workflows/pages/pages-build-deployment 
jcenter is shutting down on May 1 https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Any chance this artifact can be uploaded to Maven Central before then? This should supersede #28 due to the shutdown.
Jesse's talk at QCon talk touched on a really great feature that visualizes the DAG. Maybe it's just me, but I didn't know I was looking for a `dot` file...
Audit code base for usages of date or time to ensure compliance with: https://github.com/spd-mfa/planning/issues/328#issuecomment-3646439379
See https://github.com/spd-mfa/krypton-wasm/issues/300.
The `device_token` field is now considered legacy: ``` #[derive(Debug, Clone, Serialize, Deserialize)] pub struct Response { pub request_id: String, pub device_token: Option, #[serde(rename = "v")] pub version: String, #[serde(flatten)] pub...