ShreyBana

Results 12 issues of ShreyBana

Today, the FFI library is responsible for polling the server for updates. It uses `tokio` for scheduling an interval based chron & `reqwest` for performing HTTP requests. The problem with...

We're sending a 500 status code in case there is a foreign key ref constraint violation while deleting the function. Basically a case where the user tried to delete a...

bug

In config-versions, the version/id is a big-integer which is getting truncated in js. Also, ts-codegen does not support it.

bug

We have an API for creating or updating a context-override. In that API, since we support both creating & updating, we've left description as optional, for cases where the user...

Today, if a migration is supposed to be ran for a workspace, it has to be manually copied to the workspace creation template. It would be nice if the template...

enhancement

We're not rendering a 404 if someone tries to access a non-existent organisation.

bug
UI

Description & change reason is allowed to be empty but should not be. We can use: https://crates.io/crates/non-empty-string, this will just validate things while de-serializing.

bug

why are we changing these particularly to `TEXT` ? if there is some valid reason then, why is [this](https://github.com/juspay/superposition/pull/333/files#diff-5a350ad4a19979b77a68c44d26db71893fc866ae2a0d065457d512ddf7dc22e1R10) kept different ? _Originally posted by @ayushjain17 in https://github.com/juspay/superposition/pull/333#discussion_r1917927189_ PS: There...

_Originally posted by @ShreyBana in https://github.com/juspay/superposition/pull/333#discussion_r1921760876_

_Originally posted by @ShreyBana in https://github.com/juspay/superposition/pull/333#discussion_r1918475260_