Vitalie Spinu

Results 82 issues of Vitalie Spinu

The following two patterns keep occurring in my design. First is the monitoring or reporter functionality which is not strictly part of the system but needs access to the whole...

I believe `pr_static` should automatically provide handling of HEAD requests. These are used for various optimizations on the client side. I personally need it for https://livejs.com/ as plumber doesn't provide...

Currently the docs of `handler` argument just state ``` handler: A handler function ``` The semantics of the handlers is confusing. Different documentation pages use different arguments. Some are using...

Once #435 is in, try ```clj #dbg (defn tt [a] (let [b (+ a 1)] #?(:clj (do (loop [b b] (if (pos? b) (recur (- b 1)) (println "clj")))) :cljs...

bug
debugger

I wonder if `:known-content-type?` check is standard enough such that a list of `:known-content-types` would be warranted? This would parallel `:available-media-types` and `:media-type-available?` usage.

enhancement

Sorry for being a pest these days, but wouldn't it be nicer if `text/plain` were rendered by default with `pprint`? Something like this: ``` clojure (defmethod render-map-generic "text/plain" [data ctx]...

enhancement
wontfix

I am going through liberator [put-all-together](http://clojure-liberator.github.io/liberator/tutorial/all-together.html) example and I am puzzled as of why json parsing occurs so early in the decision tree (`:malformed?` node). The content header is checked...

bug
documentation

AFAICS `magithub-issue--sort` is never called. I have ```el (defun my-magithub-issue-sort-updated-ascending (a b) (time-less-p (date-to-time (alist-get 'updated_at a)) (date-to-time (alist-get 'updated_at b)))) (setq magithub-issue-sort-function #'my-magithub-issue-sort-updated-ascending) ``` BTW, would be nice to...

bug
unconfirmed

Github issues which has been updated since my last visit are marked in blue. I wonder if similar highlighting could be achieved with the magithub issue view.

enhancement

I have my own application named `e` which starts emacs built from source, but I commonly use built in emacs 25 with quite a mouthful name "GNU emacs 25 (GUI)"....

Core
Bug P3 Medium