Adam Lynch

Results 162 comments of Adam Lynch

@MaximusV: No problem. "Issue" is a little unintuitive. No bother at all, I don't mind doing it either. Nah, keep the contributions coming! I think "stall on" is the "most...

I intially created it with a dynamically typed language in mind since I work with PHP & JS myself. I haven't really thought about it much. I'm open to anything,...

I think you missed the one that's there already ;). It's a small one

Heads up, the images are broken in the marketplace listing.

I'm not saying this isn't possible (I'm no expert)... but I thought a big feature of this project was that you could decide at any time to change where it...

1. `const newHighlight = highlighter.highlights.find((highlight) => highlight.id === YOUR_ID)` will give you the highlight. 2. `newHighlight.getHighlightElements()` will return the elements. There may be more than one.

It looks like the Assetic filter isn't doing what I expected. I expected it to compile all the specified templates into one JS template somehow and store the URL to...

Thanks @HenrikJoreteg for replying. I normally would but I don't use this anymore :+1:. Just in case it'll help someone... I was using this just to give me the list...

@sogko wouldn't you need [vinyl-buffer](https://www.npmjs.org/package/vinyl-buffer) in your gulpfile too (after the `source` usage)?

@sogko Yeah I think so. It'll save some hassle / frustration. I ran into this myself when I was doing the conversion. While we're here, if we have `x` entry...