Harald Friessnegger

Results 24 issues of 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...

🤩 good-first-bug
✨ feature

## 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...

feature idea

## Use Cases We're styling the number of comments a badge and would like to hide the badge in case of 0 comments: ![grafik](https://user-images.githubusercontent.com/1120517/106493064-f3aea080-64b8-11eb-9ff0-10d96f67cb2a.png) adding a data attribute on the...

feature idea

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...

feature idea

## 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...

feature idea

## Suggestion in order to hide the "join the conversation" text + buttons ![grafik](https://user-images.githubusercontent.com/1120517/105739098-09abe680-5f38-11eb-9749-c9500e9c89f0.png) one currently needs to hide `UserBoxUnauthenticated-actions-*` and `UserBoxUnauthenticated-joinText-*` ``` .coral-comments div[class^='UserBoxUnauthenticated-actions'], .coral-comments span[class^='UserBoxUnauthenticated-joinText'] { display: none;...

feature idea

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 >>>...

enhancement

### 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...

status: awaiting feedback

### 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...

info: good first issue