Thomas Wilhelm-Stein

Results 8 comments of Thomas Wilhelm-Stein

`btrfs send` supports an "incremental stream", which references a parent. This could make smaller updates without introducing a new tech, but the build process and the version management becomes quite...

Could the bad performance be related to the [fsync patch](https://wiki.archlinux.org/index.php/Steam#Fsync_patch) or the lack thereof?

The following snippet should let you use CSRF with most SPAs. It's not specific to this project but SPAs and Spring in general. And it's nothing which can be fixed...

> So there is currently no way to make the icons accessible to screen readers? It's actually possible by using the aria attributes. For example, you can use aria-label instead...

The idea was that you could also start the server.py or gui.py using the same Dockerfile, so this was the best solution right now. We still should add some documentation...

We made the analyzer public, but we don't plan to open source the BirdNET app.

I'm closing this ticket because the mentioned changes were made. Just as a note, maybe it's also worth to incorporate this in the Dockerfile.

I like the exact versioning, but the split of the Dockerfile makes it overly complicated. We probably just add `bottle` to the Dockerfile to support `server.py` as well and take...