Felipe Guedes
Felipe Guedes
Have you tried this way? `pls add "\[category 1] Payloads"` Run `cat ~/.config/pls/config.json` and paste the output here... I did the tests and it is working correctly here.
Hi 😃 We currently don't have this functionality ☹ But I think it's interesting in the insert command to be able to pass the index, otherwise it inserts in the...
> @guedesfelipe Is the Windows CI failure related to the changes I've made ? Nops... I'll check that and fix the problem soon as possible.
You can see failed steps info like this: ```py @hatchet.on_failure_step() async def rollback(self, context): logger.info(f'Rollback {self.__class__.__name__}') workflow_id = context.workflow_run_id() workflow = hatchet.client.rest.workflow_run_get( workflow_id, ) logger.debug(f'Workflow ID: {workflow_id}, Workflow Status: {workflow.status}')...
Same here @dlip... It's similar to #297 During my tests, I was able to reproduce the issue locally by limiting my container CPU to the same amount as my production...
I think I found my problem @dlip, it's because of this line: https://github.com/Bogdanp/dramatiq/blob/master/dramatiq/cli.py#L522... Our projects take more than 30 seconds to start up completely. And this explains why when I...
I can help develop and test if needed too
What a pity @dlip , can you share your code to reproduce it and we can help you with this?
@onaforeignshore I made a fork and create a tag that works for me... Install: `set -g @plugin 'guedesfelipe/catppuccin_tmux#1.0.0'` Tag 1.0.0 rollback to commit [e80cb735bbcd264ff971fdf7e58b219b60286c81](https://github.com/catppuccin/tmux/commit/e80cb735bbcd264ff971fdf7e58b219b60286c81) @vdbe @89iuv Maybe we need to...