Results 167 comments of josch
trafficstars

Thanks, it compiles fine now. The error I get now is when starting it: ``` {"init terminating in do_boot",{{badmatch,{error,{"no such file or directory","cowlib.app"}}},[{fipes,start,0,[{file,"src/fipes.erl"},{line,18}]},{init,start_it,1,[]},{init,start_em,1,[]}]}} ``` But that's of course a different...

This works for us in Debian: ```patch --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,6 +1,5 @@ set(lib_SRCS StdInc.cpp - ${CMAKE_BINARY_DIR}/Version.cpp battle/AccessibilityInfo.cpp battle/BattleAction.cpp @@ -189,6 +188,10 @@ set(lib_SRCS ${VCMILIB_ADDITIONAL_SOURCES} ) +if(ENABLE_GITVERSION) +...

It seems now, more than five years after this ITP has been filed, pidgin still does not come with its own single window mode. I am a DD so I...

Hi, @tytso, could you give some feedback for this pull request or for #107 so that I can work on fixing remaining issues? Thanks!

I'm not a lawyer either but "fair use" is an US concept and does not apply elsewhere in the world. So Debian will definitely have to remove these files. github...

It does not make sense to close bugs like this. Either this is a bug and then it will remain open until it's fixed. Or it's not a bug and...

I'm not a lawyer either but Debian declared the icons as non-free and removed the theme from its package. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868047

Ideally, the copyright information of each piece of the these should've been supplied to you by the theme author and then be recorded somewhere. This is to make sure that...

I marked this pull request as "Draft" for two reasons: 1. unit tests are missing (and the decrease in coverage) -- please advice where you think I should put a...

> @josch you can better view coverage here : https://app.codecov.io/gh/mapnik/mapnik/compare/4309/diff > as the codecov reporting in github is a bit buggy.. Thanks, I think I now added a test case...