Alberto Mardegan

Results 58 issues of Alberto Mardegan

./src/ioarena -m lazy -D sqlite3 -v 2048 -B set -n 10000 IOARENA (embedded storage benchmarking) configuration: engine = sqlite3 datadir = ./_ioarena benchmark = set durability = lazy wal =...

I'm working towards the goal of supporting [webmention](https://www.w3.org/TR/webmention/) in my site. When I'm writing a post which is a reply to someone else's blog, and I send it as a...

feature request

Hi all! I have an e-mail account on my domain, hosted at dreamhost. I installed Mailpile, and tried added an account. I first used autodetection, and that seemed to find...

Hi there! I'm running a performance comparison between several databases, using the [ioarena benchmarking tool](https://github.com/pmwkaa/ioarena). I'm running the tool with the following parameters: valgrind --tool=massif ioarena -m sync -D unqlite...

Hi, I'm developing a server which should offer a REST API, most of which should be available only after the user has been authenticated. I was playing with the idea...

I'm implementing a REST API (code is [here](https://gitlab.com/studentario/studentario-server/-/blob/cc7b02c950a9b3e8424bd4e2084ef488e4d3f35f/src/users.h), and I successfully got these endpoints exposed: ``` .-------------------+---------------------. | Path | Private | .-------------------+---------------------. | /... | /defaultPage | | /...

**Update:** this bug was previously files with the title "Keeping excludelist up-to-date". During the course of the discussion it emerged that this was not the real issue, but rather that...

Steps to reproduce the issue: 1) go to http://nominatim.openstreetmap.org 2) search for "Tikkurila" (a city in Finland) 3) search for "Prisma" (a supermarket in Tikkurila) 4) a lot of results...

Search

Add a simple filter by index list. This is especially useful when you have a view which allows to select/deselect items of a model: this filter can be then used...