Harald Friessnegger

Results 20 comments of Harald Friessnegger

great to hear @skosch. will these updates be deployed to the google font automatically, or do i need to serve the updated font files on my webserver then?

good to hear @losowsky can the ready-event (https://github.com/coralproject/talk/blob/f7d39d94e7e4e04b45fb85f9dadb0ab307a7d3e9/src/core/client/embed/StreamEmbed.ts#L78) be used to replace a placeholder with the iframe when it is completely loaded? if yes, can you please provide an example...

ah, i see. the reason i could not find it is that it has been placed inside `section#tabPane-COMMENTS div` instead of `div#app` or the body. the current solution does not...

thanks @wyattjoh our usecase would be to hide the main navigation for unauthenticated users (as there is only the comment tab for them anyway)

pinging @wyattjoh as you [contributed the relevant code](https://github.com/coralproject/talk/blame/011d7c46e397507b27d3c0d0d287f4b71a4ec2f1/src/core/client/stream/tabs/Comments/Stream/StreamContainer.tsx#L357). if you are not the one in charge of this please forward to right person - thanks! our client is asking for...

from a user perspective both is fine, as long as there is a way to apply css based on the number of comments. for what it's worth: the markup for...

@dangra @kmike as you did the last commits to this repos i'm asking you. can you shed some light on this? if not - who shall i ask? thank you!

thanks for your detailed explanation @redapple. IIUC `element.cssselect('> a')` is not made/meant to work on subtrees. i replaced the relative css selects with xpath (which - for me at least...

sorry alvaro. i currently lack time for this but will put it on my list of things that "possibly might happen" ;-) i also found that [the documentation](https://micronaut-projects.github.io/micronaut-graphql/latest/guide/#graphiql) is misleading....

refs https://github.com/micronaut-projects/micronaut-graphql/issues/262