Magnar Sveen

Results 153 comments of Magnar Sveen

Yep, looks like a bug. I'll have a fix tomorrow, I hope. ons. 6. apr. 2016 kl. 23.26 skrev Magnar Sveen [email protected]: > Looks right to me. I'll check what...

After looking into this issue, I think the proper fix is to have a middleware that rewrites the CSS-urls to relative paths. Just forcing the base-url into the css-files would...

I know @arbscht has been trying to get a patch into clj-v8 so we can do a smooth transition to Nashorn, instead of breaking compatibility with older Java versions, but...

You can try this out for yourself by just adding the same code to your `init.el`-file. You might have to put place it after `(require 'expand-region)`. Best of luck with...

Thanks for such a detailed report. I could certainly add a `/` or two to the test, so that it only matches `/js/` instead of `js` - but you would...

Thanks. There is the added restriction that it must also work for resources in jars, but I'll see if I can figure out a way to separate the root and...

Old or not, I think this is still a problem. It's just been forgotten about. Re-opening.

This should be named `-interleave-all` to match `-partition` vs `-partition-all`

Hi! If you're using change-inner only for selection regions, then the underlying library http://github.com/magnars/expand-region.el might be of interest to you. :) As for the feature request, I would suggest adding...

This is an exception from V8, likely from uglify.js, looks like. Could you try minifying fynder-loader.js with uglify 2 on the command line and see what it says? https://github.com/mishoo/UglifyJS2