Omid Rad

Results 57 issues of Omid Rad

Hello, Do we support "readOnly"? If yes, I couldn't figure it out, could you please lead me to a way to handle it? If no, then it's a feature request...

There is a warning for the dependency below: ```toml [dependencies] clap = "3.0.0-beta.5" ``` When I run `cargo outdated`, it gives: ``` warning: cannot compare clap crate version found in...

Compile the code in the CI and push the binary.

Hacktoberfest

در حال حاضر تقویم پایه شمسی است و مابقی تقویم‌ها بر اساس این تقویم نمایش داده می‌شوند. به نظرم بد نیست که بشه تقویم پایه رو به هر تقویم دیگه‌ای...

There are about 6 million downloads on the crates.io website. And the last release was 3 years ago. No public activity from the main developer on the last 3 years...

Have a CHANGELOG.md and log the changes. I don't know what you've added to which version now.

Seems like: - there is no git versioning (tagging) - the existing docker is only for development - there is no migration, only the `dbinit.sql` We need to have a...

Currently, README seems broken. Like, the setup commands don't work, it's not visible how we can set up DB locally. Also I think `inmemory` doesn't exist anymore.

In the k8s era, it's easily possible to have several running instances of a service and load balance between them. The problem with the current reminder system (_start_job_schedulers_) is that...

I would like to get the keys of the matching objects. For example, when I have the following JSON: ``` { "a": { "check": true }, "b": { "check": true...

enhancement