Marcin Nowak

Results 7 issues of Marcin Nowak

In the GitLab's user interface it is possible to upload image as project's avatar. Nice to have the same feature with Terraform. In the project xanzy/go-gitlab is already issue [Support...

enhancement
upstream api alignment
blocked

# Bug report ## Summary The application with `DateTimePicker` is running on Polish Windows 10. The name of selected month is in English instead of Polish language. ## Reproducible sample...

windows

In the repository would be committed file containing [Sealed Secret](https://github.com/bitnami-labs/sealed-secrets) e.g.: ``` apiVersion: bitnami.com/v1alpha1 kind: SealedSecret metadata: name: mysecret namespace: mynamespace spec: encryptedData: foo: AgBy3i4OJSWK+PiTySYZZA9rO43cGDEq..... ``` Sealed Secret is asymmetrically...

help wanted
New Challenge

### Short description As a developer I want to *lombok-intellij-plugin* warns me about missing fields annotated with `@NonNull` we object is created with builder. Without it it is only possible...

enhancement

Dear Joshua, In example class `Intern` and method `intern` is race condition between line 18 and 19. It can also lead to memory leak. https://github.com/jbloch/effective-java-3e-source-code/blob/bdc828a7af2bdfac28e3c38bd7d1a2ae05736ccc/src/effectivejava/chapter11/item81/Intern.java#L19 Kindly regards, Marcin PS Thank...

Dears, This line in the html file is problematic: ``` ``` The whole html file is: ``` Template ``` Command line and error message is: bin/diazorun -o var/output.html -r filtered/rules.xml...