gino0631

Results 7 issues of gino0631

Java 9 introduced new standard algorithm names to support signature algorithms with an output as defined in IEEE P1363 format, e.g. `SHA256withECDSAinP1363Format`: https://docs.oracle.com/javase/9/docs/specs/security/standard-names.html#signature-algorithms It would be good if BC provider...

Certain metadata attributes, including XMP face tags (#3), should become searchable.

enhancement

## Describe the bug As [documented](https://github.com/Icinga/icinga2/blob/master/doc/05-service-monitoring.md#unit-of-measurement-uom-), Icinga normalizes performance data before passing it to metric backends, so that MB, MiB and similar become bytes. MB is interpreted as base 10,...

area/checks
TBD

##### Issue Overview Material checkbox menu doesn't look well, see the pictures below. ##### Current Behaviour 1. Labels overlap: ![image](https://user-images.githubusercontent.com/13659309/235526018-2e86c490-aa8a-4256-bebe-e54b7318c230.png) 2. When the menu is focused, its label ("Material checkbox...

When executed with `stable10` branch, `travis-ci/before_install.sh` fails to set-up the application correctly: `Composer autoloader not found, unable to continue. Please run "make".`: https://travis-ci.org/gino0631/nextcloud-metadata/jobs/570592531#L304 The last Owncloud release the script was...

### Describe the bug With dynamic TabView, the last viewed tab is broken (not opening and empty) after refresh in Firefox. ### Reproducer Steps to reproduce: 1. Create a dynamic...

:lady_beetle: defect

The datatable styling relies on "role=row" and "role=columnheader" attributes, e.g.: https://github.com/adminfaces/admin-theme/blob/f857cb4dc01a90fdca5c90ce9df2755ea1c81eb9/src/main/resources/less/primefaces-admin/components/datatable.less#L86 Unfortunately, these attributes were removed in PrimeFaces 12 (primefaces/primefaces#9261), so the corresponding CSS properties no longer get applied.