DanielHabenicht
DanielHabenicht
**Describe the bug** Geograpy fails with the following error if used on read-only docker containers: ```bash Traceback (most recent call last): File "/app/index.py", line 152, in places = geograpy.get_geoPlace_context( File...
First of thanks for the great plugin! Any Ideas why it is starting so slowly? From my point of view it should only be some sort of static configuration, right?...
First of all, great extension! This is just an idea, that popped into my mind I thought would be worth sharing. (I don't have time to program it, neither do...
**Describe the bug:** Somebody, ~*cough* @Zeroks77 *cough* implemented a great april pun but neglected that the random variable is important :)~ Nevermind, I read the if statement the other way...
> #### This is a public issue tracker. > > #### Be sure that your description and screenshots not contain any personal or company info. **Describe the bug:**  like...
- [x] Health Endpoint (`/health` - return 200) @paule96 - [x] Add health endpoint to helm chart - [ ] Caching Header (client-side) @paule96 - [ ] Remove Messenger @DanielHabenicht...
`"noImplicitAny": false` in tsconfig.json And everyhting else inside the tsconfig.app.json e.g.: ```json "compilerOptions": { "outDir": "../out-tsc/app", "types": ["node"], "strict": true, "strictNullChecks": true, "noImplicitAny": false, "noUnusedLocals": true, "noUnusedParameters": true }, "angularCompilerOptions":...
With the phasing out of support for older browsers in #519 we do not support IE anymore. Which means that Angular does not need to run in older browsers and...
Make table settings usable for screenreaders. instead of:  By using Strg+X and arrow keys. Ask @asdeadasad0do if you have questions on how to do it.
The [transform pipe](https://github.com/T-Systems-MMS/phonebook/blob/master/Phonebook.Frontend/src/app/shared/pipes/telephone.pipe.ts) currently allows `null` values passed into. It would be better if the pipe returns "No phone number" instead of an empty string.