Adrian

Results 290 comments of Adrian

I don't see any reason why it would not work in past events

This is part of the upcoming v3.3 release (#5123)

To me that does not sound like a usecase for which the "Reminders" feature is the right tool. If those people are registered/participants in a meeting, the "Email" action in...

We plan to implement this for the v3.4 release (sorry, unfortunately that will almost certainly be too late for your event :/). I suggest unscheduling the contributions (removing them from...

If you already have a fix, then submitting a PR (or at least showing the patch in here) is always a good idea - also because that way we immediately...

XML, really? Why not JSON? :/ Anyway, this sounds like a nice thing for someone to write as a plugin!

Their SDK just communicates with the MysticLight service which does the hardware communication (that's why the DLL doesn't do anything unless the software is installed as well). So being able...

I'm now using this custom `Document` subclass to get the behaviour I was looking for: ``` from contextlib import contextmanager from flask import current_app from flask.ext.babel import get_locale from flask.ext.mongokit...

I'd also like to see "no delimiter" mode. When the regex is stored e.g. in a database you do not have to worry about delimiters (at least in Python, YMMV...

Due to the dealbreaker-type bug mentioned in #7 I have to consider using something else altogether... If you can provide a fix/workaround for that I'll be glad to submit a...