Peter Zmilczak

Results 13 comments of Peter Zmilczak

Great idea! IMO the most common example is when you have f.e. JS in frontend and Java/Python/Ruby in backend. When it comes to visualise the result in GitLab you need...

Hello, here I have a simple cobertura.xml for spring boot java project: [cobertura.xml.txt](https://github.com/aconrad/pycobertura/files/8248227/cobertura.xml.txt) I will try to get some example of JS like React or Angular :)

I would also love the feature to skip aggragate, when piTest skip, because this is breaking the build.

I have also encountered this problem. Funny fact and work around is that, using: ```java @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX") ``` Helps to keep zeros like: `2021-05-19T15:12:41.330+02:00` or `2021-05-19T15:12:41.300+02:00`

@StephenOTT I am using something like this: ```java @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSXXX") private OffsetDateTime sendDate; ``` to get `2021-05-19T15:12:41.330+02:00` And if you would like have more "zeros" like...

Hi, I am also working on CHANGELOG problem. Inspired by: https://about.gitlab.com/blog/2018/07/03/solving-gitlabs-changelog-conflict-crisis/ I have started to create a plugin, which will be generating CHANGELOG.md from YAML files during release and also...

@ycharaf-adeo or @qcastel f you are interested in changing current appearance of generating CHANGELOG.md file feel free to open issue and propose changes. Sample CHANGELOG.md file can be found here:...

Setting "delay in seconds" to 0 solved the problem

Clicking to fast on "copy to clipboard" also cause the problem

Looks like wallpaper should be set from command line, becasue UI shows: ![Screenshot from 2022-09-15 10 05 47](https://user-images.githubusercontent.com/25181517/190350229-2a0e7ef0-4a75-4695-be5d-8a065430e91c.jpeg) And when when check the settings: ``` gsettings get org.gnome.desktop.background picture-uri ```...