Jack Lukic

Results 15 issues of Jack Lukic

It would be great if you add a changelog to go along with this project. I want to update to `2.x` but unsure of any breaking changes.

enhancement

I'm seeing drastic performance difference when using `gulp-concat-css` over `gulp-concat` - 15-30s to build 600kb file on quad-core versus with `gulp-concat-css` - 1-2s with `gulp-concat` I know rework is necessary,...

It looks like we might be in a bit of a bind with issues piling up and only one active contributor @flemay (who is quite busy). Would anyone be interested...

Announcement

I've noticed that `src/themes/` gets wiped on modifying `custom.semantic.json`. This prevents users from adding their own custom packaged themes. Do you think it would be possible to support themes without...

enhancement

I typically dev in a Linux VM from a Win machine. When I use Ctags from the host machine on the files on Linux Guest over SMB share, I get...

I appreciate that this is built to work out of the box in the browser, but it'd be nice if there was support for using portions of your library through...

🎁 FEATURE 🎁
πŸ“œ PROPOSALπŸ“œ

Using the documentations readme example ```html {nickname} ``` ```javascript const template = Template `developer` , context = { nickname: 'That Beast' } template.bind (context) ``` Is failing in current build...

🐞 BUG 🐞
β›” VULNERABILITY β›”
🚨 CRITICAL 🚨

Parsing a string like `` causes a parse error. ``` javascript UniHTML.purify(''); ``` Error produced ``` HTMLPurifier.js:1110 Uncaught Parse Error: purify HTMLPurifier.js:1110(anonymous function) ``` I would expect this to return...

Multiline strings fail when being passed into purify. For example in chrome try in console ``` javascript UniHTML.purify(`zzz some lines later`); ``` Stack trace shows ``` shell Uncaught TypeError: str.replace...

What's the status of this project? Is it being actively maintained? I'd like to include some react examples out of the gate with the 2.0 release next week. I would...