ytkimirti
ytkimirti
When supplying a second argument to `lpop` in redis it returns that amount of elements as a list. `ioredis-mock` returns a single element no matter what. Code example: ```js const...
Rust newbie here. I was trying out sample code but Response::try_into throws compilers error on newer rust editions. ## Reproduce - Go to examples/simple - Set the edition field of...
It throws this exception because it can't get the output of the command. ``` Traceback (most recent call last): File "socrates/socrates.py", line 302, in exit(socrates(args.path, args.philo)) File "socrates/socrates.py", line 263,...
In `src/trpc/rotuer/todo.ts` these procedures only checks if the user is authenticated but does not check if the task it wants to mutate belongs to him. This allows any logged in...
I was planning to add Upstash support to Langflow, but I noticed that you already have it implemented, and it works quite well. We now support [namespaces](https://upstash.com/docs/vector/features/namespaces) and [metadata filtering](https://upstash.com/docs/vector/features/filtering)....
I usually have hooks on commit and push actions. When committing, lazygit ui hides, and shows only the output of the hook (linting process etc.) only, and if it gives...
Explained [here](https://github.com/upstash/redis-js/issues/49#issuecomment-2392349121)