giswa

Results 6 comments of giswa

Got the exact opposite : everything is way too big except TOC. Tried extra-sass plugin from this sample repo without luck https://github.com/orzih/mkdocs-with-pdf/tree/master/samples/mkdocs-material

FInally got it all good using the docker images provided here : [dockerfile](https://github.com/orzih/mkdocs-with-pdf/blob/master/docker/mkdocs-with-pdf/alpine/Dockerfile) (I was using image from dockerhub : hellt/mkdocs-material-apline-docker which uses python2.7 )

I've tested using the simple code above. It's using mssql version 11.0.1 Changing the driver to msnodesqlv8 resolves the problem ```js const sql = require('mssql/msnodesqlv8'); ``` To reproduce I'm inserting...

Oh… didn’t know I could do that. Can you give me a hint on how I can try this ?

So yes, I can reproduce using the tedious library only (v18.6.1) ```js // using system extended_properties view const query = 'SELECT value FROM sys.extended_properties WHERE major_id= 50099219 AND minor_id =...