peterzen

Results 27 issues of peterzen

Dump dnsseed.dat on SIGINT Solves #76

This option is required when running an SSL reverse proxy in front of the application, in order to avoid erroneous redirects to localhost:8443 Added further properties that are necessary as...

This PR adds a `custom.css` file which is loaded after the default CSS. This allows for implementing custom style rules.

:star: top pull request

The `user.description` field is currently a `VARCHAR(255)`, which is rather limited/short. If this field was changed to `TEXT` instead, the limitation would be removed.

:star: top issue

**Describe the bug** When logged in using the admin user, the below exception is thrown: ``` 2023-09-02 11:09:15 ERROR c.n.a.component.ExceptionHandler - java.lang.NullPointerException: Cannot invoke "com.nonononoki.alovoa.entity.user.UserDates.getNotificationDate()" because the return value of...

This PR adds a Github workflow that executes when a new release is created on GH. It runs a multi-platform docker build (amd64 and arm64), logs into Docker Hub using...

Tests that rely on valid `RRSIG`s currently fail as the signatures in some of the zone files have expired, breaking validation tests. Ideally, the `RRSIG`s used in the test cases...

bug

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

This PR implements the build environment for Windows: - window and tray icons (incorporates/supersedes @chappjc 's #2351) - script that automates setting up the build toolchain/environment/dependencies - MSI (Windows Installer)...