Christian Sciberras

Results 26 comments of Christian Sciberras

> To All: The `server` is mandatory for markdown rendering all the time, no matter the latest version or the past ones. The only difference is the removing of default...

Same problem on safari 14.1.1 (OSX). The code above fixes it. 👍

I have the same problem, but with divs instead of headlines.

My solution to this (and since I'm preprocessing the html anyway because of #415): ```js document.querySelectorAll('a > div > img, a > h1 > img, a > h2 > img,...

**Vue-material** depends on **vue**, which depends on **nodejs**, but only for development (and building). Once you build your vue app (`npm build`), you will get a bunch of *static files*...

> On this page: > https://vuematerial.io/ui-elements/layout > > You have an error. You need a /dist before the engine import, or it wont work. Can you elaborate more? Isn't `/dist`...

> Is this clearer ? Yes, very much. Would be nice to have these sort of examples. If I manage to get some time, I'll try contributing as well.

To be fair, I think that using `P`, `T` etc is a bad practice [coming from Kotlin](https://github.com/JetBrains/kotlin/blob/master/libraries/stdlib/src/kotlin/collections/Collections.kt#L77). Most Kotlin generic functionality does this. It would have been nice to adopt...

Hallo @kleisauke! > AFAIK, `VIPSHOME` is only useful for debugging purposes when libvips is configured with a non-standard prefix. I haven't seen this documented anywhere, and since `_HOME` env vars...

@jeherve is right, that's exactly how it should be if that code is only needed during development.