Yngve Høiseth
Yngve Høiseth
First, thanks a lot for sharing django-rainbowtests 🙂 I'd just like to let you know – in case it's helpful – that this problem doesn't seem to occur on my...
Thanks for the quick response. If I understand you correctly, I can safely click _Cancel_ in the Finder window? If the issue turns out to be hard to fix, maybe...
> Ah yes, that's right! Great :) > The Homebrew team is very, very strict about what I can write in the Brew recipe as a caveat. I had to...
I don’t think I’ll get around to fixing this any time soon. So I removed myself as an assignee.
> I don't think there are other very popular bulma react component libraries. I don't know if it's popular enough, but https://github.com/couds/react-bulma-components looks interesting.
For an example support ticket, see [Stuck deployment](https://support.platform.sh/hc/en-us/requests/77321).
In order to make it work with Fish (on Mac), i added the following to `~/.config/fish/config.fish`: ```fish set -gx PATH /Users/username/.platformsh/bin $PATH ``` Inspired by [this comment](https://github.com/fish-shell/fish-shell/issues/527#issuecomment-12435368). I don't know...
Minor update to the above comment: By running `brew info node@10`, I found out that Fish has a `fish_user_paths` variable which I now use instead: ```fish set -g fish_user_paths "/Users/username/.platformsh/bin"...
No worries! Thanks for your work on django-stubs—I find that it's making Django programming a lot easier and safer 😀
@sobolevn Can you please add the `help wanted` label to this issue?