Yannik Hampe
Yannik Hampe
I noticed that the `GoogleAutoConfiguration` is not automatically discovered. However auto configuration works when using `@Import(GoogleAutoConfiguration.class)`. As far as I can tell this is because the `org.springframework.boot.autoconfigure.EnableAutoConfiguration` property is not...
### Step by step guide to reproduce the problem 1. Navigate to [Login page](https://www.gls-online-filiale.de/ptlweb/WebPortal?bankid=4967). See this screen:  2. When the Mooltipass starts blinking "confirm access with:..." confirm it (Any...
I am using typescript generator as part of my build process using a maven plugin. When a class cannot be found (e.g. because of a typo in the type name...
Currently the following code won't compile: ```java List submatchers = new ArrayList(); new AllOf(submatchers); ``` This is because `AllOf` expects an `Iterable
On my first attempt, I got the following log output: ``` [INFO] Connected to ADB (version 39) @ 127.0.0.1:5037 [INFO] Msgstore location not provided, attempting to find connected devices with...
Global Hotkeys would be a useful extension. I added a some global Hotkeys [in a fork](https://github.com/yankee42/Hourglass), however that was the first time I ever coded something in C# and is...
I performed several changes which I believe improve readability of the code. The API was not changed in any way, it is just internal refactoring. Please let me know whether...
The example "Adding the middleware - With Livereload" in the README.md breaks when updating grunt-contrib-connect to version 0.11.0 because the `connect` parameter is missing the methods `static` and `directory`. With...
### Description Deploying to Heroku currently fails with: ``` -----> Prebuild Running heroku-prebuild (yarn) Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation) ```...
The extractor currently finds filter expressions using regex. This has several drawbacks: - It leads to false positive (e.g. `{{"Hello"|lowercase}} {{"Second"|translate}}` will cause `Hello"|lowercase}} {{"Second` to be found as translatable...