Ron Yehuda
Ron Yehuda
Hi, We are using this (great) plugin together with sls-offline, but we are using ts-node, so we would like to disable the tsc auto compile hook (just for local mide,...
thought about something like this. ``` def add42(fn): def wrap(i): return fn(i) + 42 wrap.unwrapped = fn return wrap @add42 def mult3(i): return i * 3 mult3(1) # 45 mult3.unwrapped(1)...
Hi, when listing branches, we get "/usr/local/lib/python3.8/site-packages/pygit2/repository.py", line 1526, in __iter__ for branch_name in self._repository.listall_branches(self._flag): | for branch_name in self._repository.listall_branches(self._flag): UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 7-8: invalid...
### What type of issue is this? Locking issue ### What subsystems and features are affected? Background worker, Policy, Query executor ### What happened? according to the docs, reorder policy...