Carlos Fenollosa

Results 9 comments of Carlos Fenollosa

Hi @GheloAce, I'm also interested in this fix. Can you please share the patch? Thanks!

I think it's a CSS problem in general. I can't use instaclick because when the new page is loaded, the CSS for that page isn't loaded properly, so it keeps...

Yes, it's a CSS file which gets included in the `` That's nice to know, thanks!

This is an interesting idea. Let's discuss alternatives which don't require writing big functions: - N latest posts under tags present in the post - ???

Yes, thanks. This issue deals with problems generated inside bashblog, while #128 deals with external files. I've closed #128 but I'll leave this one open and think if it is...

As Justin said, you can use the `` to split posts on the front page. Regarding the option to discard posts, I've thought about it recently and think it's useful,...

Mmm yes, as @Lex-2008 says, we use the tag name to match posts which use it. This presents a dilemma: what good it is to call `convert_filename` to create post...

Please feel free to fork this repo. If many of you are interested in continuing the project, let me know and I'll link the "main fork" from here.

I've added ``` python import logging logging.basicConfig(filename='/tmp/yowsup.log') ``` to `yowsup/demos/cli/stack.py` (and reinstalled the package), but it's not writing the log file for some reason. Any ideas?