Gareth Dunstone
Gareth Dunstone
Can we get a feature that adds the timestamp of the tweet to the corresponding toot? Something like "Tweeted at 2020-01-28 10:20"
added `DROPPY_ADMIN_USER` and `DROPPY_ADMIN_PASSWORD` environment variables to `docker-start.sh` Doesn't impact users who don't set these environment variables, or users who aren't using docker. I built and tested this on an...
SDK version in this project is 2.0.3. Current SDK version is 2.2.4. I can probably update it to 2.2.2 (at least for linux64) and make a pull request in a...
* filter empty or None tags re https://github.com/paksu/pytelegraf/issues/12 * restrict string lengths to 64KiB * write value of t/f rather than true/false
* added option to suppress banner * added `reset_topics` option for tasks to allow topics for tasks to be force reset. * added `precision` option to allow for the changing...
I tried implementing a sortable list and even after delving into the source I couldnt find a way to actually have it do anything. Can we have that added to...
No biggie, I still cant work it out as of yet something to do with the window not passing ofxMouseEventArgs. I'll learn a bit more and work out what actually...
Moved to python3 and gtk3. Also the return of the video quality slider, lossless at slowest and ultrafast settings. Bugfixes mainly for the move to gtk3. glapse.py needs work for...
fixed by changing the header for DofAltPass ``` namespace itg { /* * @see http://blenderartists.org/forum/showthread.php?237488-GLSL-depth-of-field-with-bokeh-v2-4-(update) */ using namespace tr1; class DofAltPass : public RenderPass { public: typedef shared_ptr Ptr; ......
This adds a column to list records to give the total time for a record.