Stefan de Konink
Stefan de Konink
After shrinking the window, the buttons appear again.
I am broadcasting audio to a shoutcast server and have noticed now for the second time that darkice won't reconnect infinitely. ``` Aug 13 00:02:40 cluttersmil darkice[161943]: ring buffer full,...
At this moment one could download a tile from a wmts like so: ```python tile = self.wmts.gettile(layer=layer, tilematrixset=tilematrixset, tilematrix=tilematrix, row=row, column=column, format=format) with open(filename, 'wb') as f: bytes_written = f.write(tile.read())...
border-radius works perfectly in the beta browser, cannot get it to work in the reader. ```html Hello world Kan nu niet bellen. Wat heb je gehoord? 12:00 Daar is weer...
When a PostGIS column with ':' is selected to be used as attribute (or aliased as such) the consuming XML applications cannot handle the output. I created a small workaround...
While the template is in the egg. It isn't found by default. Copying it over is a solution, but I would hope it works out of the box in Django...
In the following commit I have made an attempt to mark functions 'must_check', 'dont_check' and because it is many work to get everything right in one go: 'should_chk'. https://github.com/cherokee/webserver/blob/ac612d718e3b6d55223696ef54375215fe66c577/cherokee/buffer.h I...
When the livestream plugin tries to connect to a stream the swf_url variable is not assigned, therefore string operations break.
For one of my open source broadcasting projects I wanted to integrate omxplayer with my playout system. The problems with starting omxplayer using system(...) were obvious: gapless support was nowhere...
-m32 isn't available on all platforms, thus fails on ARM for example. I would also suggest to add -march=native for better optimisation.