Fanchen Bao
Fanchen Bao
I was having the same issue on macOS Catalina 10.15.6 with `git-secret` 0.3.3. Prompted to enter pass phrase after calling `git secret reveal`, but then it just hangs. The issue...
Or just type `Fix all auto-fixable Problems` in the command palette. After you've done it once, press "cmd + shift + p" then "f" puts `Fix all auto-fixable Problems` at...
I concur that if online mode can be connected to the emulator, that will be great. But I can see that this is not trivial. For one thing, in online...
Using `3.2.0` and `npm start -- --reset-cache` works for me.
In my case, there was no error message in fastlane or xcode build's output when archive failed. If you encounter the same situation, this [SO answer](https://stackoverflow.com/a/14625517/9723036) pointed to where the...
Access to jfrog is working on our pipeline now (was not working yesterday).
I have the same issue ``` ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' ``` But it was resolved with [this](https://github.com/InstaPy/InstaPy/issues/6686#issuecomment-1441398997).
Since it is clear now that `extra` dict is only used for formatter, please also update the example. It could cause confusion.