Christopher Bayliss

Results 7 comments of Christopher Bayliss

twb's suggestion is to use [Apache Solr](http://lucene.apache.org/solr/). I believe this is done by having Solr on a server, and then alloc would make requests to that? I'm not sure, needs...

NOTE: apache2 segfaults when running alloc with php 7.3 on buster (soon to be debian stable)

When one presses the login button, this happens: ``` [Tue Apr 30 03:33:54.345743 2019] [watchdog:debug] [pid 206] mod_watchdog.c(454): AH010033: Watchdog: Running with WatchdogInterval 1000ms [Tue Apr 30 03:33:54.475060 2019] [watchdog:debug]...

temporary workaround for `fish` users using `alacritty`, shouldn't be to hard to adapt for other shells: ```fish # FIXME: remove once https://github.com/helix-editor/helix/issues/10089 is fixed function hx command hx $argv printf...

I feel the best path forward for this is first move our css to SASS. Then port one module at a time to HTML5, e.g. the login page, then the...

I've just realized that alloc uses it's own template engine. We should move to a 3rd party template engine as part of this effort, e.g. [Smarty](https://www.smarty.net/) or [Twig](https://twig.symfony.com/)

That is a very good point. My reasoning to shift to a 3rd party template system (not sure if I'll do this or not, but putting the reasoning here anyway)...