Jesper Nellemann Jakobsen
Jesper Nellemann Jakobsen
Hi @danberindei, thank you for raising this issue! The `gco` function also supports branch names with hyphens, but it doesn't detect them automatically. You can enable support for hyphened branch...
I think this has been resolved by #38; it uses `git branch --show-current`, which was added in git v2.22.0, AFAIK. @powelleric can you confirm/deny that `gs` works for you now?
You can fix this by aliasing `hub` to `git`, which is perfectly safe, since [`hub` was designed to wrap `git`](https://github.com/github/hub#aliasing): ```fish alias git="hub" #remember -s if you want to save...
What if Owncast had a setting that would allow users to toggle between compact and "big" mode? Sort of like Slack does with "Clean" and "Compact" message themes: ### Clean...
@gabek I'd like to give the chat messages a stab. I have some ideas about how we might be able to support styles/themes without having to build separate sets of...
Sorry @gabek, I've had these changes lying around for a while, I just never got around to making a PR. I don't know if you can use any of it...
**UPDATE:** Restarting Atom did the trick in my case. It seems the issue _is_ indeed related to the loading of the `elixir` executable. --- This also happens to me. I...
@aslushnikov I like this mode. Even though I mostly use UI Mode, I still regularly use `PWTEST_WATCH=1` on its own, without chokidar or anything, and it works like a charm...
This has something to do with [View.propTypes -> ViewPropTypes](https://github.com/expo/ex-navigation/commit/cc2e59381bb2500a19323559f96451ae2e7144d9). I was able to get my app running by downgrading ex-navigation to version 2.11.2 and react-native to version 0.43.4 (both versions...
Just an update on this. I was able to get ex-navigation working again by doing a dependency update/upgrade. The following constellation of versions works like a charm for me: ```json...