Steffen van Bergerem

Results 12 comments of Steffen van Bergerem

So the basic idea of this issue is to import all facebook posts of a user to diaspora? Are we allowed to do that? @jaywink

Anyone who knows oStatus and could check the second and third point? The last one could be decided on loomio afterwards.

https://stackoverflow.com/questions/225471/how-do-i-replace-accented-latin-characters-in-ruby

That doesn't have anything to do with the deleted post. We fetch the first 10 notifications for the notifications collection on page load, so if you try to mark some...

Then I guess you have at least 10 more recent notifications which already have been marked as read.

> But I think person A needs this information. No, I don't think so. Normal users shouldn't have to deal with reports written about other users. > A person reported...

@Flaburgan ask the same question on loomio? :-P I'd say we could handle albums like special post. Perhaps give them an ID for that specific album and add the same...

> I would like to know your current status of implementation. 0%, 10%, 50%, 80%. I'd say 0%. > Approximately for what year could it be available? It could be...

I can haz 100%? Please? ![](http://i.imgur.com/ZhKzyWvl.jpg)

Here is another example, this time in Armenian: ``` require "redcarpet" => true parser = Redcarpet::Markdown.new(Redcarpet::Render::HTML, no_intra_emphasis: true) => #> parser.render("թեստ_թեստ_թեստ") => "թեստթեստթեստ\n" ```