Harald Friessnegger
Harald Friessnegger
Crimson does not show the `Double low-9 quotation mark` (https://unicode-table.com/de/201E/) when `font-weight` is set to bold (`font-weight: 600`) to reproduce: preview the following text on https://fonts.google.com/specimen/Crimson+Text > „To be, or...
### Feature description Support to document the function parameters on graphql. * currently it only lists the parameters * defaults are not shown in the documentation * no difference between...
## Search Terms count.js, coral-count ## Suggestion ### problem currently `count.js` will replace the span marked with `coral-count` https://docs.coralproject.net/coral/v5/integrating/counts/ example: ``` hey there! ``` will be replaced with ``` 5...
## Use Cases We're styling the number of comments a badge and would like to hide the badge in case of 0 comments:  adding a data attribute on the...
would be nice to have a css class on one of the top level containers that reflects the user's role (anon, commenter, admin, staff, etc) usercase: this would allow to...
## Search Terms spinner loading animation iframe load text feedback ready event ## Suggestion please provide a setting `loading text` that allows to define a text that is shown whilst...
## Suggestion in order to hide the "join the conversation" text + buttons  one currently needs to hide `UserBoxUnauthenticated-actions-*` and `UserBoxUnauthenticated-joinText-*` ``` .coral-comments div[class^='UserBoxUnauthenticated-actions'], .coral-comments span[class^='UserBoxUnauthenticated-joinText'] { display: none;...
in version 1.0.3 i get an exception when using cssselect on an element to select it's direct children `element > element` (see https://www.w3schools.com/cssref/sel_element_gt.asp) ```python >>> from lxml import html >>>...
### Feature description I'd like to limit usage of certain GraphQL queries or mutations to certain roles and also access user- and role related information (eg via `SecuirtyService` bean) within...
### Feature description the currently used default version of graphiql (0.13.2) [dates back to 2019](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md#0132-2019-06-21) using recent versions (eg v1.0.0 added a request header editor) does not work as CDN...