Philzen

Results 110 comments of Philzen

Just checked, the same problem applies to the `Status:` field. When any comment appears there, status is not correctly rendered and the ADR remains in status `DRAFT`, no matter what...

HTML comments are a problem for the "Date:"-field too. When a comment is placed after the date, the sorting in the knowledge base is the same as if there was...

The text scrambling seems to happen server-side. When visiting as a logged in user, the HTML repsonse does not contain any `.blurred` nodes (that CSS-style is not even included), and...

Damn, you're right. > It won't change with a simple reload, but with deleting cookies and starting a new session. Actually, i don't even need to delete cookies. It's enough...

Just wanted to read an RP Online article and when i looked at the HTML, the way the text is scrambled [looks pretty familiar](https://rp-online.de/panorama/coronavirus/corona-chemie-konzern-covestro-kann-kurzarbeit-nicht-ausschliessen_aid-503006739). Different CSS classes though, and the...

So how do we get ahold of their scrambling algorithm? [Applying for a demo account](https://www.interred.de/de/Demo-Bereich_11815.html) probably may not help, as we most likely would need to get a peek into...

It seems this was initially considered to become part of the prisma spec: https://github.com/prisma/specs/issues/128 ? I [was also wondering](https://stackoverflow.com/q/72805691/1246547) if Prisma had an API that would directly map to CASE...

BTW – i'd strongly suggest to refine this issue's title to make clear 'CASE … WHEN' support is the topic here. It wasn't really clear until @reaink's [most recent comment](https://github.com/prisma/prisma/issues/10335#issuecomment-976237715)....

@Niss333 This is a great writeup how custom controls can be implemented: https://css-tricks.com/custom-controls-in-html5-video-full-screen/ Would be absolutely a worthwhile addition imho, and we would find out if it is possible to...