Tyler Coffman
Tyler Coffman
It's not just the UUID that breaks it I think. It's any metadata comments on the transaction. Just curious, why is it that the ofxid is below the account as...
@501st-alpha1, Basically, I'm downloading 2 QFX files from my bank. One is for the credit card, one is for the checking account. When I import them into ledger, I end...
I've created a repo that reproduces the issue. https://github.com/trcoffman/reproduce-react-native-reanimated-3649
I noticed that in the `package.json` for this library, it's being developed against outdated types. It's targeting react-native 0.70 but using types for react-native 0.66. That seems very problematic. There's...
It would be wonderful to get a review on this PR. I would appreciate it greatly.
Put this line of code right before the line where you want to set a breakpoint and try again. I was able to set breakpoints with flipper right in the...
I've been working around this issue by just running `M-x git-rebase-mode` when i'm editing a git-rebase-todo. This restores all the functionality in that buffer that I'm used to having.
> As far as workarounds go, I came up with > > ```emacs-lisp > (setq auto-mode-alist (delete '("/git-rebase-todo$" . helm-ls-git-rebase-todo-mode) auto-mode-alist)) > ``` > > in user-config I think that...
This project seems to be abandoned, I can't even get a code review on the feature I've contributed. I wouldn't expect this to get changed unless you write the change...
I've figured out that the best way to prevent accidentally pushing your patchstack to remote (especially important when your patchstack is `main`) is to configure the branch's `pushRemote` to be...