Lorenz Hübschle

Results 241 comments of Lorenz Hübschle

Hey I said "the syntax" and not "Markdown" :P I know md doesn't support colour, we'd have to come up with something for that if we want to support it....

From what we just discussed on IRC, we're pretty much all against additional UI, it would just clutter things up. But we also want to avoid conflicts, so back to...

Probably not unless someone figures out a way to make this feature work (on desktop and mobile, without unconditionally applying formatting so people can still write `*foo*` without it turning...

Thanks - if you want to fix it I'll be happy to accept a pull request but otherwise I guess we'll stick with the old version if it works ;)

Yeah, this is sort of a known issue, our layouting isn't really all that well done. You're right that it's annoying. My utter CSS non-skill doesn't really help ;) We...

Hey zakius, thanks for implementing this, but it's quite hard to figure out what you did because you also converted all single spaces to double spaces. It's best to avoid...

Thanks! I'm new to angular, so I wasn't really sure what causes this. I'll look into it and see if I can come up with something

OK, I'm not sure if this is all that easy, as the buffer lines _do_ change when switching the channel (they're not recreated, their content changes). Maybe you know a...

Blocked by https://github.com/Pasvaz/bindonce/issues/42 Things we should try to do: - Remove (nearly) all binders from chat lines (nearly, as we still need two for an embed) - Reduce number of...

Here's something we could do: http://www.bennadel.com/blog/2487-filter-vs-nghide-with-ngrepeat-in-angularjs.htm More stuff: http://tech.small-improvements.com/2013/09/10/angularjs-performance-with-large-lists/