stt
stt
Ok, having modified pythonbind.cpp to use dynamic type declarations (PyType_FromSpec) + few other changes, the plugin now compiles with -DPy_LIMITED_API, and fotf.py and mappy.py successfully load maps on mac +...
There was one issue with Container._generate_container_constructor that lead to segfault with limited API for some reason. Not sure what that was about exactly (any ideas?) but since it seems to...
Hi Gustavo, thanks for looking into it. I was thinking the same about the ifdefs and added [PBG_SETATTR macro](https://github.com/stt/pybindgen/blob/074b9b2413564f35553852955e6f1f8ff48058bb/pybindgen/utils.py#L128) to get around those with tp_dict but hadn't used it yet....
Scratch that about PyObject_DEL, I had `-Werror` defined locally that masked the tests failing with "GC object already tracked". Not sure what the issue there is exactly but if no...
yep though veles virtualenv was created for 3.6, >3.6 won't do. to get old py3.6 on macos: brew install pyenv && pyenv install 3.6.5 ln -sf ~/.pyenv/versions/3.6.5/bin/python3.6 /Applications/veles.app/Contents/Resources/veles-server/venv/bin/python3
Thanks for looking into it, sorry it took a bit to get back. Retried now what I did earlier with RASnes9x and took notes: 1. created a new set for...
For me heroic v2.10.0 gave this error message and the issue was also flatpak but not the cache, it just couldn't install to the target directory while complaining about disk...
Looks like there's an issue with test 338.6, it fails with: ``` gpg: requesting key 31CBD89E from hkp server ha.pool.sks-keyservers.net gpgkeys: key 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E not found on keyserver gpg: no valid...
.htaccess would require exposed docroot and many apps, like drupal, already have stuff in .htaccess that they need so overwriting it with a custom one introduces maintenance challenges. You are...
I'm not really familiar with FPM, but as I understand fastcgi is a binary protocol that browsers don't speak so it requires an httpd to act as a middleman. In...