Markus Andree
Markus Andree
As long as https://github.com/psf/requests/issues/5430 is open, the event stream needs to catch ConnectionError for read timeouts.
Having multible configs with the same management address amd port running at the same time doesn't work, because the first corresponding openvpn instance will bind to the port and other...
**Describe the solution you'd like** Als Nutzer des iCal-Kalender möchte ich sehen können, wer einen Mitarbeiter im Unternehmen oder in einer Abteilung bei Abwesenheit vertritt, damit ich diese Person direkt...
**Is your feature request related to a problem? Please describe.** Ich kann die Personalnummer nicht über die API abrufen. **Describe the solution you'd like** Als User mit der Rolle Office...
create_bucket_simple should expose the created bucket for later use. This would allow to expose the id, which can be generated based on the bucket name given and the hostname, what...
It would be nice to be able to import existing .dot-Files like other images using the ``-Syntax. This way we could render dot-graphs, even if they were generated from...
The statement number regular expression is changed to allow statement numbers without leading zeros and statement numbers with missing sequence number. This fixes #52
The [current regex](https://github.com/railslove/cmxl/blob/791f77eb25f5e7b00725abe4de1e4680c52a4f93/lib/cmxl/fields/statement_number.rb#L5) to parse the statement and sequence numbers doesn't follow the swift specs as declared [here](https://www2.swift.com/knowledgecentre/publications/us9m_20190719/2.0?topic=con_sfld_BgxuqY48EeiRFupLWiBCUQ_1214735408fld.htm). The examples `:28C:235/1` and `:28C:235/1` provided in the spec will not match...