vindarel
vindarel
Pendulum claims to fix many Arrow quirks and bugs: https://github.com/sdispater/pendulum
We need to export a `FLASK_APP`. `core` or other projects don't have a simple `app` variable in their `app.py`, but a class that inherits the `Flask` object: class Application(Flask, ServiceManager,...
OK thanks, a devapp.py at the project root and `export FLASK_APP=devapp` works.
see https://github.com/abilian-private/extranet-spr/issues/10 and https://github.com/abilian-private/extranet-mpr/issues/20
Hello, thanks. We could make the creation of the LICENSE file optional. I wouldn't try to give the choice on the license, because this would need handling of many, if...
I can reproduce with this code: https://stackoverflow.com/questions/77614661/getting-your-terminal-does-not-support-color-error-in-common-lisp-cl-charms There's a preliminary check: ```lisp (defun start-color () (when (eql (charms/ll:has-colors) charms/ll:FALSE) (error "Your terminal does not support color.")) (let ((ret-code (charms/ll:start-color))) (if...
Absolutely! (don't miss their example: https://github.com/quil-lang/sbcl-librarian/tree/main/example)
Thank you!
yes, it would be very nice to have a better search. Related: #306 Ideas: see how the new Community Spec does it (https://cl-community-spec.github.io/pages/index.html), use a JS library, use Algolia, use...
mmmh but we have a good tutorial for a good and popular testing framework (5am), so not sure a review of 1am would fit in the Cookbook. I'll add a...