Felix Hennig
Felix Hennig
I had the same issue, runnig i3, also a tiling manager. I found a workaround that seems to work: ``` (s/start-screen scr) (s/get-key scr) (s/redraw scr) ``` (after that, the...
Arch Linux; cmake: ``` $ cmake --version cmake version 3.3.1 ``` qt: ``` $ pacman -Ss qt | grep installed extra/qjackctl 0.4.0-2 [installed] extra/qt4 4.8.7-2 [installed] extra/qt5-base 5.5.0-2 (qt qt5)...
I've had this issue and version 0.4.5 fixes it, thank you very much!
You are supposed to run that command in a shell, from the `SyntaxError` it looks like you're running it inside python.
Hey, I had a similar problem. Maybe those commands help? jupyter contrib nbextension install --user jupyter nbextensions_configurator enable --user
@Cito hey, is your branch still working? I had a look and in `setup.py` the dependency is `graphql-core-next`. I think by now the package `graphql-core with >=3 can be used....
Alright, sounds good! Thanks for you work! I'll gladly test the alpha in our codebase.
I'm interested in this too and so I've been following this. [Here](https://github.com/graphql-python/graphene/issues/953#issuecomment-508481652) (#953) someone else already implemented something that apparently follows the federation specification. Maybe @erebus1 and @anlauren would be...
Hey! Great, this is exactly what I'd need, I'd be happy if this gets merged! Currently workaround would be to use `#[schemars(description=...)]` as it doesn't do the same processing, but...
Hey! I just stumbled on this feature and I'm interested in using it. I see loads of referenced PRs, would it be possible to give an update on this? Is...