Google Code Exporter

Results 21406 comments of Google Code Exporter

``` ouch! Knuckles are a bit sore :( Sorry 'bout that, I think this was only my second FOSS contribution ever. ``` Original comment by `[email protected]` on 14 Mar 2011...

``` I guess I forgot to be gracious about you doing the work in the first place. Sorry about that; it works very well! :-) I extended it a bit...

``` no need to apologize :) I'm glad it was merged into trunk and that other people have found it useful. ``` Original comment by `[email protected]` on 15 Mar 2011...

``` It's not been merged into the trunk, it's just in my GitHub fork. But I did find it useful! ``` Original comment by `[email protected]` on 15 Mar 2011 at...

``` I'll have to check but I'm fairly certain that this would require running in a WindowServer context - how are you running crankd? I think if it's set up...

``` I had been running it as an agent but I don't think I had the session type set at all. I set the session type to Aqua and reloaded...

``` One more comment about this: I had been running the applescript as an application, saved as an app bundle with LSUIElement=true, so that it would pick up on the...

``` This is not your bug. I am using stow, and it can cause issues like this if you fail to install with a prefix. ``` Original comment by `[email protected]`...

``` Hi, As mentionned on the main page, this package is no longer maintained. Please report any issues to my forked version: https://bitbucket.org/spirit/guess_language Although my version is a Python 3...

``` html = lxml.html.fromstring(raw) #html.make_links_absolute(url.urlpath(), resolve_base_href=True) txt = unicode(html.text_content()) lang = guessLanguage(txt) url.tagged.append(lang,0001)) self.tagtypetag(url,html) ``` Original comment by `[email protected]` on 16 Oct 2010 at 1:16