Raphael Groner
Raphael Groner
Fixed in Rawhide (currently Fedora 32). Please let me know if you need any new update pushed for the other Fedora releases. https://bugzilla.redhat.com/show_bug.cgi?id=1767352
> native/common/jp_exception.cpp:527:9: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘frame’; did you mean ‘cframe’? ``` Changes of the [PyThreadState](https://docs.python.org/3.11/c-api/init.html#c.PyThreadState) structure members: frame: removed, use [PyThreadState_GetFrame()](https://docs.python.org/3.11/c-api/init.html#c.PyThreadState_GetFrame) (function added to...
You would have to specify the shortcut with a (not yet implemented) cli option. KDocker instances a new process for every docked window. To avoid automatic re-docking, you can use...
It's easier to simply use pkgconfig to not rely on cmake support of leveldb. ``` cmake_minimum_required (VERSION 2.6) project (polyglot) set(EXE polyglot) find_package(PkgConfig) pkg_search_module(LEVELDB REQUIRED leveldb) include_directories(LEVELDB_INCLUDE_PATH) aux_source_directory(. SOURCES) add_executable(${EXE}...
Fedora has an outdated build but still an issue, too: https://bugzilla.redhat.com/show_bug.cgi?id=1567506
Performance comparison of Base64 implementations: http://java-performance.info/base64-encoding-and-decoding-performance/ We don't use MiGBase64 in the Fedora package, also cause of not allowed bundling of that file. There are patches for Java 7 to...
That sounds fair. Please be aware that an unit test should (in theory) not produce any side effects. Mocking the sockets would be the best solution, also to not overrate...
For the Fedora package, we don't use the bundled MiGBase64. Indeed, there's a patch to use java.util.Base64 as available since Java 8. More information: http://java-performance.info/base64-encoding-and-decoding-performance/
https://src.fedoraproject.org/rpms/py4j/raw/master/f/py4j-Base64-java8.patch
Reproducible for me. Fedora 24 x86_64 with german locale.