Sebastian Schmittner

Results 38 comments of Sebastian Schmittner
trafficstars

@Brin-o finding the spell checker is the first challenge, indeed. Its the tiny check mark in the editor footer bar to the right. ![Screenshot from 2022-01-27 14-27-04](https://user-images.githubusercontent.com/5765579/151368586-0f6a23ba-b1c6-454b-85e7-e3495521f592.png) The option to...

Ahh, awesome, many thanks. I did not know that I could add myself as a business partner. This solves my use case for now. Should I close the issue? If...

In principle it should be possible to set the context path in the application.yml like so https://docs.micronaut.io/latest/guide/configurationreference.html#io.micronaut.http.server.HttpServerConfiguration Some more fiddling with the login paths is needed (also in the application.yml)...

Ahhh, very good point. So my feature request really is about JSON(-LD) credentials which are not yet supported by the BPA. For AnnonCreds I can work around this issue by...

> change start and end times (with or without adjacent diary entries) This would be a very helpful feature! Often I realized that I changed my activity like half an...

@ramack I have just tried 1.2.5 and I like the possibility to change durations. Thanks for adding it! My next most wanted feature would be `remove activities`. If I accidentally...

Just an example from `pyflake`ing the modules which most likely hints to errors in the code ``` ghproj.py:11: SyntaxWarning: invalid escape sequence '\{' p = re.compile('domains=\{.*\}') ... mumble.py:91:12: undefined name...