Stefan Seefeld
Stefan Seefeld
Is there a way to control the exact position of embedded images within a given slide, either using (augmented) ReST markup or using CSS ?
I'm looking for ways to produce a "release report", including information such as a list of PRs that have been merged between two particular commits / tags. It would be...
It would be nice (in particular for wikis with a lot of content) to make subsections collapsible using javascript.
Some of the IO support code in `boost/gil/io/` depends on the toolbox extension (i.e., includes `boost/gil/extension/toolbox/*.hpp`). Break out the relevant bits from the toolbox extension and integrate them into the...
I'm trying to inspect an application that requires itself a preloaded library. As I haven't found a command-line option to pass additional preload libraries, I simply called ``` LD_PRELOAD=my/preload.so gammaray...
My application is using the inotify service to detect the appearance of a plugged-in USB key (I have set up a udev rule to generate an entry in a `/dev/...`...
I'm setting up a `buildbot_travis` instance to explore various features. I'm following the process outlined in https://github.com/buildbot/buildbot_travis/blob/master/README.rst, i.e. setting up a virtualenv using Python3, then starting the master. From within...
Setting up a demo buildbot-travis instance on a dedicated machine, then accessing the web interface from another machine, results in the error / warning ``` Warning: c['buildbotURL'] is misconfigured to...
I have set up a buildbot-travis, and configured a single worker and the `buildbot` project via the web interface. Clicking on the `force build` button results in an "internal error"...
I would like to be able to inspect the connection graph of Qt signal connections. Is this already possible ? If not, what would it take to add support for...