Paul Millar

Results 51 issues of Paul Millar

The LDAP gPlazma plugin contains the following code: ```java peopleOU = String.format("ou=%s,%s", peopleTree, organization); groupOU = String.format("ou=%s,%s", groupTree, organization); ``` Note how the `ou=` is hard-coded when building these two...

enhancement
Authentication

The file `CITATION.cff` contains a `version` field and a `date-released` field. In the `master` branch (and all branches after 7.2), the version field has the value `7.2`, which was released...

When the oidc plugin attempts online verification of a token (using the userinfo endpoint), if that GET request fails then dCache attempts to parse the response entity as a JSON...

Authentication

From the [SCIM (System for Cross-domain Identity Management) homepage](https://scim.cloud/): > The System for Cross-domain Identity Management (SCIM) specification is designed to make managing user identities in cloud-based applications and services...

enhancement

**Is your feature request related to a problem? Please describe.** I am trying to model data that simply a collection of items. Here is a mock-up of the kind of...

enhancement
metamodel
community-generated

To be honest, I'm not sure whether or not this is a bug. In any case, the behaviour was a surprise to me. **Describe the bug** LinkML supports the `default_range`...

bug
generator-jsonschema
community-generated

With the release of Debian 12 (bookworm) a fresh install will default to using Wayland (instead of X11 / X.org) as its windowing environment. Note that, as bookworm continues to...

Media type (also known as a MIME type) is a widely used system for labelling the format of data. There is a [central database of Media/MIME types](https://www.iana.org/assignments/media-types/media-types.xhtml) maintained by [Internet...

I followed the documentation to generate a test image: ``` docker run fathyb/html2svg https://google.com/ > google.svg ``` and fed the resulting file `google.svg` to the [W3C Markup Validation Service](https://validator.w3.org/). The...

[Inkscape](https://inkscape.org/) is a popular SVG visual editor. The output from html2svg appears to be incompatible with Inkscape. Loading html2svg's output in Inkscape yields an empty field with the expected size...