Khor Shu Heng

Results 19 issues of Khor Shu Heng

We have been using a fork of the k8s-operator which include the following changes: https://github.com/gojek/spark-on-k8s-operator/pull/1/files This helps us to debug the cause of failure of the spark application without going...

# Description As of now, the mlobs logger logs every single message sent to the logger. As there is no good way at the moment to use different logger configuration...

enhancement

This is the draft PR based on the version 3 design as proposed in https://github.com/AppFlowy-IO/AppFlowy-Cloud/issues/411#issuecomment-2030966504 . CollabStorage implementation is just a placeholder at the moment. If we allow both the...

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Does this PR introduce a user-facing change?**: ```release-note ```

size/XXL
approved

Authentication related functionality is extracted into a shared library to enable sharing across different services. Additional changes: - spawn_blocking_with_tracing is moved from the telemetry module to the authentication crate, as...

Allow CollabParams to be deserialized using both protobuf and bincode encoding. Also add a method where the client can choose to serialized CollabParams using protobuf instead of bincode.

New metrics to track the number of users who are currently editing collab.

RUSTSEC-2024-0370 cannot be resolved until every dependencies which we are using use an alternative to `proc-macro-error`. Until then, we should add this to the ignore list. Also remove the lock...

Some optional dependencies for the Redis crate was missing, which resulted in unit test compilation failure for some crates.

Update casbin to version 2.5.0. There are some breaking changes due to https://github.com/casbin/casbin-rs/issues/340 .