Beojan Stanislaus
Beojan Stanislaus
Is virtuality still being developed. It appears there haven't been any commits in a couple of months (as opposed to bespin which seemed to have commits on a regular basis)
With KF5, icon themes are using monochrome toolbar icons. Because these icons are also used in the main window in some applications (e.g, kwrite's find bar), when the toolbar is...
``` QSettings::value: Empty key passed QSettings::value: Empty key passed KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = python3.7 path = /usr/bin pid = 9999 KCrash: Arguments: [1] 9999 segmentation...
If the `physt()` method is used to convert a `TH1` to a Physt histogram, the errors aren't preserved (they're just the `sqrt(N)` errors).
Is python 3 compatibility going to be implemented?
I have a pool of worker threads and I want to schedule fibers onto this pool from the main thread, without running any of these worker fibers on the main...
I have a use case where I need a fiber_specific_ptr that is just an observer, and should not delete the object when the fiber completes. A built-in no-op cleanup function...