Tobias Gerdin
Tobias Gerdin
Yields a 2x speed-up on my dual-core i5 machine. However, as it stands each size of an image to be resized yields a new subprocess potentially spawning many subprocesses concurrently...
Modeled after [Wordpress' responsive image support ](https://make.wordpress.org/core/2015/11/10/responsive-images-in-wordpress-4-4/) I implemented a similiar feature for Frog some time ago. This is pull request [166](https://github.com/greghendershott/frog/pull/166). Greg is very busy and while he has...
Add the srcset and sizes attribute to img tags whose parent element class is 'figure'. Each matched image is made avaiable in three version (roughly intended to match a mobile,...
For a project I'm working on we would like to do a layer search and geocoder search simultaneously. (I mentioned this request in #161 but since the functionality requested is...
I.e: ``` ["/api-url" {:POST api/do-this :parameters { ... } :summary "Do this"}] ``` This would make the method keyword stand out among the other route keywords (and also map to...
I.e. (kit/remove-module ) would do the inverse of kit/install-module Would be useful in the case of failed experiments with a certain module.
If I go to a function in one of my deps (such as ring.middleware.session.cookie) and try to instrument a function there, such as the below on line 77 (in v1.9.5):...
It is often handy to change the kind of balanced brackets you are working with, i.e. `(foo bar)` => `[foo bar]`. Some Clojure editors have such a command. Typical candidates...
A classic Lisp IDE feature is the ability to visualize expansion of macros. This gets more interesting due to the recursive nature of this problem but at least some basic...
This is a continuation of issue #2390 which was mostly addressed by @PEZ in PR #2390, save the actual explicit option for always leaving classes in the attribute.