tanmay4l
tanmay4l
### PR Fixes: @hkirat /certificate not working on app.100x and on local also and not able to see certificate so change logic in cert.ts and make false and its worked...
### This PR fixes the issue with the database seeding process, which was failing due to a unique constraint violation on the `id` field of the `Content` model. Changes: -...
**Describe the bug** When scrolling down the page on the 'Libraries and tools' section and similar of the Redis website (https://redis.io/docs/latest/integrate/), I've noticed an issue with the page layout or...
### Problem The `update_movie_review` function did not include any check on the rating input, allowing ratings to be set outside the valid range of 1-5. ### Summary of Changes -...
### Problem The documentation for the `getTokenAccountsByOwner` RPC method was incorrect, showing only one required parameter when two are actually required. This led to API errors when users omitted the...
Fixes the "unknown argument" error when using `fdctl --log-path`. **Changes:** - Add `--log-path` parsing in `fd_main()` using `fd_env_strip_cmdline_cstr()` - Pass `opt_log_path` to `fd_main_init()` following same pattern as `--config` - Update...