Petri Savolainen
Petri Savolainen
With MacOS Mojave, getting a git clone, cd'ing to FinnPos and running `make` results in following error: ``` make -C tagger clang++ -Wall -Wextra -g -O3 -Wfatal-errors -Werror -std=c++0x -c...
This would give clearsilver a new life here in 2020 :)
On latest Icinga2, for example making a plain "GET services" query fails. Apparently the reason is that the query must contain an extra trailing newline that python-mk-livestatus is not adding....
For another purpose, I just implemented a server-side mechanism to return a list of changes that have been made to a (table-like) data source since last request. It's fairly simple,...
Given this is somewhat minimal theme (which I like!) it feels to me the search box with all its borders stands out unnecessarily. How about styling it to make it...
There's a lot of byte & string handling and so on that are easy to get wrong accidentally. Having some type hints and mypy checking them as part of tests...
Would be nice if there was support in zope.testbrowser. See for example https://mail.zope.org/pipermail/zope3-users/2008-May/007871.html
Currently, the `/register` and `/login` endpoints expect and return JSON data about the user. It would be useful to support the output from simple HTML forms for these endpoints, and...
### Summary Many times (always?) the agent will needlessly look up and read the code module that's currently open. ### Description Steps to trigger the problem: 1. Open code module...