Jorg Heymans

Results 25 issues of Jorg Heymans

I was a bit surprised to see that this code in a unit test produces two duplicates: ``` IdGenerator snowflake = IdGenerators.newSnowflakeIdGenerator(); for (int i = 0; i < 10;...

### Describe your motivation To keep an eye on what is serialized to the session, it would be nice if we could iterate over the attributes in the VaadinSession ###...

enhancement

### Description of the bug Discord thread: https://discord.com/channels/732335336448852018/1209838670203588638 Since we applied spring-security to our application, sometimes we're getting this in the startup logs of our application. Unsure if it's harmless...

investigation

For my repository i do `gilot hotgraph -i app.csv` and i get this stacktrace: ``` Traceback (most recent call last): File "/home/user/.local/bin/gilot", line 8, in sys.exit(main()) File "/home/user/.local/lib/python3.10/site-packages/gilot/app.py", line 418,...

Does the plugin support importing code snippets from other paths ? We have often things like this in our doc: ``` --8

enhancement

**Describe the bug** For a branch i just created, lazygit shows `1W` **To Reproduce** Create a branch, then checkout the main branch again to see the age of branch. **Screenshots**...

bug

`java -jar zipkin-server-2.3.2-20171127.080232-13-exec.jar` when accessing http://localhost:9411/zipkin/ this error pops up in the debugger: ![image](https://user-images.githubusercontent.com/193792/33258416-d047608a-d359-11e7-8ae5-e7878f4a8c0d.png)

There are several occasions where [testbench prints to stdout](https://github.com/search?q=repo%3Avaadin%2Ftestbench%20println&type=code) While not harmful, it's slightly annoying for those trying to control test run output through slf4j etc mechanisms.

enhancement

In my terminal, i did `git checkout main && git pull --prune origin` on the repository that lazygit was open at in another terminal and it crashed. There were about...

bug

### Description of the bug RequestUtil.isAnonymousRoute is used as a RequestMatcher in VaadinWebSecurity. This leads to below exception (in development mode only) when it tries to check if the route...

investigation