Simon Mansfield
Simon Mansfield
For example please see a modified version of the CodePen you did a while ago: http://codepen.io/Siyfion/pen/axgEH Is there anyway we can get the popover to stay open while the mouse...
I know this project hasn't been updated in some time now, but I was wondering if it was likely to get an update using the latest version of the angular-seed...
After adding the meteor package "alanning:roles", MongoInspector is now only displaying the "roles" collection in inspector, event though all the other collections are working perfectly fine. I have tried with...
ie. Assuming I have this in my `.sublime-project` file: ``` "settings": { "todo": { "folder_exclude_patterns": [ "node_modules", "tests/lib" ] } } ``` Only the `node_modules` folder is excluded, the `tests/lib`...
I was wondering whether it is possible to create a Code 128 barcode, but with different subsets used for different parts of it? More specifically, say subset A for the...
So I've been using a form of account impersonation for my admin team to manage other people's accounts and/or data without knowing their passwords, etc. Loosely based on https://dweldon.silvrback.com/impersonating-a-user I...
I was just wondering if there was any way to define a text area and a preferred font size with a shrink-to-fit option? ie. If the text doesn't fit in...
I get the following error when trying to generate with my own code, but the example image mentioned in the README: ``` iex(1)> ElixirPoster.go 12:54:50.071 [debug] Loading code from './code'......
As per the output below, the setupsamples.bat file fails on my Windows 2012 R2 x64 server. ``` PS C:\Program Files\iisnode> .\setupsamples.bat Installation of node.js samples for IIS 7 This script...
I'm trying to draw a grid using prawn, various lines, text boxes, etc. However I'd like to make sure that all my fonts are scaled to fit, but that they...