Olav Schettler

Results 13 comments of Olav Schettler

I now have an integration of FPNTagBundle with a CRUD form, using a DataTransformer and a custom form widget - a simple text field for now. This code is part...

Hi Nick, my appologies for the mess around here. Sadly, the main Knowfox repository relies on an ancient version of PHP 5.6 as well as the very old Laravel 5....

Actually, a port to Laravel 8 only took a day. With the new registration system from Laravel Jetstream, hopefully your problem has gone. Please use knowfox/base as the starting point...

Fixed in https://github.com/oschettler/knowfox/commit/0d2022304e2336d480edb3f417e174d72d068399

Definitely a good idea, thank you for the suggestion. No promisses, but I see what I can do.

Hi teodor-a, the description i have made for [a hosted setup](https://github.com/knowfox/knowfox/wiki/How-to-install-Knowfox-at-Uberspace) should work for a local Linux installation, too. As for Windows, I have never attempted that. At a minimum,...

Hi Joan, thank you for the super helpful feedback. In terms of knowledge management systems: I have quite a collection. One with a nice UI, backed by RemoteStorage, is Laverna...

List rendering does not seem to work at all (at least in Python 3.9.5): ````python3 import chevron import pystache data = { 'members': [ { 'name': 'M1' }, { 'name':...

shanepisko, darryllee, I am working on an app to operate a RaspberryPi with a connected TFT touch screen. I have written a [blog entry about my progress](https://tinkerthon.de/2014/12/wecker-stimmungslampe/) so far. Now...