Philip Whitfield
Philip Whitfield
ok, I'll try again in february. installing git versions of such crucial libraries is a little too risky on my work computer...
I use something like this. So far it seems to work ok ``` python def resolve_translations(model: Type[TranslatableModel], instance, info: GraphQLResolveInfo): data = {} for lang, val in info.return_type.fields.items(): if not...
It could be that the os sends some sort of shutdown signal to the windows and those are not handled properly. Do you have more info? OS, version etc?
It looks like you are missing those files in your project: https://github.com/underdoeg/ofxFenster/tree/ghost/libs/ghost/lib/osx32 Try to add them manually. (should be a drag and drop operation but I'm not sure) If that...
thanks. do you feel like this is just a dirty fix or can you make a pull request of it?
Are you using ofxFensterMAnager::setActiveDisplay? This currently only works on linux. As you can see here: https://github.com/underdoeg/ofxFenster/blob/master/src/ofxFensterManager.cpp#L543 I am pretty sure that this shouldn't be too hard to implement for windows...
If I remember correctly, I had to do the implemention on linux for ghost by myself https://github.com/underdoeg/ghost/blob/master/intern/GHOST_SystemX11.cpp#L1608. But for what it's worth ofxFenster will be deprecated soon. it will be...
Out of curiosity. Did anyone ever get virtualGL to run with XServer xsdl?
I think that is a duplicate of https://github.com/marius-wieschollek/passwords/issues/27
hi. I have not looked into the details of this but I guess ofxUI uses ofAddListener bindings to mouse and draw events? Problem is that those don't work well with...