Phil Campbell

Results 10 issues of Phil Campbell

Create an example showing how to use div elmenets to repeat customers.

enhancement
help wanted

I'd like to set Windows to completely ignore OneDrive integration. There's a Group Policy setting for this: ``` Computer Configuration\ Administrative Templates\ Windows Components\ OneDrive\ Prevent the usage of OneDrive...

Improvement
0 - Backlog

- I've updated my environment via `cup chocolatey` and `cup boxstarter`. - I've run this via the Boxstarter shell and via a regular PS admin terminal, both with the same...

Improvement
0 - Backlog
Blocked - External
Priority_LOW

I realize this question is not in-scope to your library. What methods does a dev have to take a map with plotted points and save as an image? I've tried...

enhancement
help wanted

Would you consider adding HTML5 tag support? I want to use `audio` and `video` tags. Adjusting `MarkdownInHtml` nor `SafeMode` didn't make a difference. Expected: `` tag to render, but got...

Repro: 1. Get a bootstrap css. I got mine from [bootswatch](http://bootswatch.com/flatly/bootstrap.css) 2. It's got selectors with hex values like this: `.glyphicon-download:before {content: "\e026";}` 3. Run the file through the text...

bug
help wanted

Repro: - empty your imageoptimizer-cache.xml (not really required) - load a directory with _n_ new img files - run the compressor console - view the console and csv log Expected:...

Moving discussion from the old [chocolatey issue 683](https://github.com/chocolatey/chocolatey/issues/683) for function [Install-ChocolateyFileAssociation](https://github.com/chocolatey/chocolatey/blob/aa854645de9d0234d3017aad001e8f9bd8b46f2f/src/helpers/functions/Install-ChocolateyFileAssociation.ps1) **Summary** - allow callers to send multiple file extensions instead of calling this method _n_ times for _n_ file...

Improvement
0 - Backlog
Documentation
Priority_LOW

How can I use saas-ecom without relying on a local mdf and EF? ![image](https://cloud.githubusercontent.com/assets/930731/8439499/5c0ecd8c-1f21-11e5-9584-89bced137a02.png) My goal is to have membership implemented elsewhere as well. I want to use SQL Azure,...

Can you please change the `AzureStore` ctor param name to indicate that it should be the _name_ of the conn string, and not a connection string itself? ``` public AzureStore(string...