Craig Myles
Craig Myles
Increased grunt-bower-task version number (dependency) in package.json to prevent bower install error as per https://github.com/yatskevich/grunt-bower-task/issues/157
Added code to automatically calculate the width and height of a scaled image when one of maxWidth or maxHeight is provided, but not both. Also corrects a bug where the...
Hi, I can load Tumblr content in from the web but I don't know how to reference my local CSS and JS files. Should I be using layout templates, should...
Hi, I'd like to be able to use [mixins](http://tjholowaychuk.com/post/7590787973/jade-mixins-includes) in my Jade code that are imported in from another directory. Is this already possible or is it not supported? For...
I added a custom class to the HTML: ```
I am utilising the `CustomPrismaModule` in order to make use of client extensions. I have a file `prisma.extension.ts` that has the following code: ``` export const extendedPrismaClient = new PrismaClient<...