Raphael

Results 13 issues of Raphael

Hi Joseph, I think I will give it a go and create an Angular directive for this. Great work. Cheers.

Hi there. I noticed that Klaro is throwing `Content Security Policy: The page's settings blocked the loading of a resource at eval ("script-src").` errors once I accept the tracker in...

possible-bug

I get a TypeError when I try to subset `PlayfairDisplay-Regular.ttf` – found here https://www.google.com/fonts#UsePlace:use/Collection:Playfair+Display. The character that causes that crash is the lowercase `i`. Any clues?

Hi there. We just realised that from v1.0.3 upward the following Sass variables throw an error. ```scss $FONT-PATH: '../fonts/fonts'; ``` Changing the variable to `$FONT-PATH: 'fonts/fonts';` makes the converter tests...

Keep in-sync with core https://github.com/pattern-lab/patternlab-node/issues/780

### General information Remove vestigial configuration entries - NodeJS version: 6.x.x - NPM version: 5.x.x Remove outdated configuration. Probably already subsided via `getDefaultConfig` https://github.com/pattern-lab/patternlab-node/issues/745

Add following feature: `patternlab enable --plugins=plugin-name1, plugin-name2` `patternlab disable --plugins=plugin-name1, plugin-name2`

enhancement
feature

- [ ] Update core version to `v3` - [x] Switch `wrapAsync()` back to `async/await` (already done in local branch as we started with async/await) - [x] Update config to...

EPIC

Given the following structure, I'd expect that the autocomplete initialises with `JavaScript ` (same as what happens when you use the remote data option). Any clues on this? ``` PHP...