Martijn Saly

Results 394 comments of Martijn Saly

Update: I got it working. But with so many places where a dir, subdir, option or something else could be missing or must be provided, I have no clue why...

Exiftool is opensource: https://github.com/exiftool/exiftool It might be doable to compile it to WebAssembly.

Please don't close. Issue just hasn't been picked up yet.

Can I just ask why there's no response? Do you need more information, context, help? I mean, just ask if anything is not clear. I can't know what more information...

I think it's called [`color-mix()`](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix) But even then, it's very bleeding edge and might not work everywhere just yet - only on the very latest browser versions.

Addendum: In `prefers-reduced-motion` the part "reduced" should not be taken literally. It's an unfortunate name for a term that indicates a requirement for absolutely no motion. Users can suffer from...

Came across this just now. Can't believe they're adding AI nonsense to this application, but basic source control functionality is still left much to be desired. Can we please have...

Addendum, if I do this: ```typescript const orientationMixin = (props: { vertical: boolean }) => { console.log('yohoo'); return css` display: flex; ${vertical && ` flex-direction: column; `} `; }; const...

Update: turns out it wasn't a CORS issue, but a server configuration issue. Somehow my reverse proxy stopped working, causing the proxy to display a 502, which on its turn...

> Hi thany: I'm facing the exactly same issue here, my mobile devices sync well but my desktop Obsidians all shows the above error. How did you solve this back...