vindarel
vindarel
Hi, Currently the imenu shows some html tags. I'd like it to show javascript functions, and possibly different sub-menus for computed properties or methods. I tried something but it is...
Hi ! I got this error when I first ran fabric-bolt: (visible with debug=True) ``` Cache directory '/usr/local/lib/python2.7/dist-packages/fabric_bolt/core/public/.django_cache' does not exist and could not be created' Exception Location: /usr/local/lib/python2.7/dist-packages/django/core/cache/backends/filebased.py in...
For the pleasure of a PR :)
Hi, many stuff here look valuable. Don't you want to add them in quicklisp, so than we can easily include them in our projects, and give these idioms a chance...
Hello, I'm very excited about the existence of this project, but I'd appreciate a tad more information: - what is the project status ? - how do we set it...
Hi, Do you plan to do some caching of the api results, and if so how would you implement it ?
Hi, I installed the latest melpa version (20151202.38) and used some functions with success. Awesome ! I don't really understand what are the use cases. Please provide more doc !...
I'd like to count the number of rows a query returns. For example: ```lisp (mito:select-dao 'loan (sxql:where (:< :due-date (local-time:now)) (sxql:count) ;; ??? )) ``` `count-dao` accepts a model and...
Hi, Say I add a field to my model: ```lisp (due-date :col-type :timestamp :initform (local-time:timestamp+ (local-time:now) 60 :days) :accessor due-date) ``` When I run Mito's migrations, I get ``` Error...