Nicolas Höning

Results 104 comments of Nicolas Höning

Yeah, I guess something changed in tt-rss. But I put some time into it, and that didn't yield anything so far. Can you use driveby-sharing in Chrome at all? I...

The line > head.appendChild(css); throws this error: > Uncaught TypeError: Cannot call method 'appendChild' of undefined Reason is tat there is no HTML structure in an image to append our...

Well have you tried it on postgres yet? I didn't ever, so it might very well be that the import actually works on postgres as-is. As far as I can...

I really can't say if this is a problem that has to do with postgres or with the fact that my tool doesn't handle Japanese correctly (or that something went...

Well, the most probable explanation is that the sub SELECT statement is giving postgres trouble (a syntax error). Still not sure. I don't have a postgres database with tt-rss installed...

okay, I think I can send you something tonight (it's 11:45am where I am, as a reference). ----- Original Message ----- From: [email protected] To: [email protected] Date: 25.03.2013 11:32:41 Subject: Re:...

Thanks. So maybe postgres wants a different kind of date format than MySQL. I used '%Y-%m-%d %H-%M-%S',but [postgres probably wants the time separated with colons, not with dashes](http://www.postgresql.org/docs/9.1/static/datatype-datetime.html) (e.g. see...

Awesome! Then I'll hold back my blind flight efforts for now. Dis McCarthy [email protected] schrieb: > I found a lot of issues with postgres. I managed to fix a few...

I accepted a pull request (see above) by @tafryn which makes the MySQL/Postgres distinction nicely. What still could be done is to - [ ] deal with \n symbols and...