Simon Michalke
Simon Michalke
Hi, I need to do a few (~ 650k) fits from within my program. Is it possible to automatically read the result back into a variable? Or should I rather...
This PR introduces grouping of alias together. So far this is the "first stage" where the group has no functionality other than visually and for ordering. Backend: - [x] Implement...
### Summary When adding new alias there is a nice overview for creating Alias aka Redirects with n-to-m Emails. However this is broken up as soon the alias is added....
Hi, I am fairly new to root and I am trying to extract data without having to mess with roots C++-ish language. This is what I came up with so...
The wrong group is used in a few places, it should be `www-data`: ``` /etc/uwsgi-indico.ini /etc/systemd/system/indico-uwsgi.service /etc/systemd/system/indico-celery.service ``` Additionally if you use debian 11, no external package sources are needed!...
Hi, as far as I can see there is no way to reset the password of a guest from the virtlyst webview. Since I read in the other issues that...
Hi, using '&' to link multiple search conditions does not seem to work. '|' e.g. works fine. using: `(&(cn=bv-team-it)(objectclass=groupOfUniqueNames))` leads to `Filter performed: (&(cn=bv-team-it)(objectclass=groupOfUniqueNames))` In contrast: `(|(cn=bv-team-it)(objectclass=groupOfUniqueNames))` correctly shows to...
Hello, we are having a *very weird* issue with our Discourse SSO. Ever since one user logged out of impersonation, he is unable to log back in. I appended a...
After running into issue #2463 I realized that --test cannot be used to replace --dry-run from certbot. Something equivalently to certbots --dry-run is definitely needed. Especially if you tinker with...
Lets take a model like this: ```python class Test(PolymorphicModel): created_date = models.DateTimeField(default=timezone.now) class Meta: ordering = ['-created_date'] ``` With an initial migration: ```python migrations.CreateModel( name='Test', fields=[ ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False,...