José Manuel Martínez Blancas
Results
2
issues of
José Manuel Martínez Blancas
Hey guys!, I am trying to make work the ```--no-resolve-config``` flag to apply html format to liquid files. This is my .prettierc file: ```json { "singleQuote": true, "printWidth": 120, "tabWidth":...
Hi, I was working with `UpsertRange` by making a generic function, heres' my sample code: ```c# _db.Set().UpsertRange(page) .On(_ => pk(_)) .WhenMatched(_ => whenMatched()) .Run(); ``` But I throws an expception:...
question