Kfir Ozer

Results 35 comments of Kfir Ozer

> If you disable the related modal functionality, the problem is solved? i couldn't quite understand the question, you mean not clicking plus inside a table and adding the row?...

ah sorry i'm new to django this is my first project, you meant to edit the theme and disable "Related Modal" there did that, it's back to it's old self...

I created a new project simply for this cause and the problem is reproduced easily, the only extra plugin that is installed it's the django-admin-interface, i created one app, this...

just to add to @jiharal comment, the regular graphql-go example shows to fetch the query from get parameter while Apollo sends it in the body in a post request, so...

+1 still really need this

> Is it possible that you have to install fltk-devel or so to get the library? In gentoo Linux just emerging fltk is fine,and as I showed, I already have...

i tested fltk and it compiles fine, i downloaded an hello world example in fltk, compiled it with ``g++ fltk-hello.cpp `fltk-config --cxxflags --ldflags` -o fltk-hello`` and it compiles and works...

same libsoup issue on gentoo, there is no libgda6 package. i'll try to see if i can get it installed manually and see if it solves it in this case...