Andrew Kravchuk

Results 54 comments of Andrew Kravchuk

I'm having the same issue as per rq 1.3.0. Any help?..

NVM, I was able to fix it by showing call to `logging.basicConfig` in front of my task function.

I have very same problem with polybar on Gentoo. I recall the tray icon was working in some previous versions of gnome-pomodoro, so I've tried installing 0.12.2, but it is...

A workaround that improved things a bit for me was setting `HTML_MIN_PARSER = 'lxml'`, as lxml parser is way faster than the one from html5lib used by default.

@weavejester Hey, do you mind merging this PR for those of us who use lein and can't install from github forks?

@rjungemann Sorry to interrupt, but this particular line looks fishy: ``` [event-ptr (malloc (ctype-sizeof _SDL_Event*))] ``` You're allocating 8 bytes of memory (on 64-bit machine, that is) when `SDL_Event` actually...

@rjungemann All right, thanks. You might also want to do the same change in your PR #8

We might want to fix the example in the README so that it does not reference undefined `font` and newcomers stop bumping into this.

I've had a look at it using mingw compiler and wine. Floating windows work really cool, great job! I have a couple of suggestions though (regarding using mingw to compile...