Andreas

Results 53 issues of Andreas

Using `--meta-additional-field="----:series=something"` removes ALL additional fields except the provided one under specific circumstances. This happened once and I was not able to reproduce this - so it needs further investigation....

Unsorted Ideas for improvements: ## external binaries (like `ffmpeg` and `fdkaac`) - done: ~~put `Sandreas.Files` to nuget repository as `1.1.0` to make the project compilable for everyone~~ - Switch `JavaScriptApi`...

If there is a security issue or vulnerability, there has to be a process how to handle that... - Responsible disclosure email - Warning that there is a vulnerability -...

Refactor folders and namespaces to implement "[screaming architecture](http://blog.cleancoder.com/uncle-bob/2011/09/30/Screaming-Architecture.html)": - Clear subfolders for specific components - Restructure Dependency injection / Configuration parts - Group commands - Use "Tasks" or "Jobs" for...

Sometimes `dump` seems to show additional fields although they have been mapped. This happened twice and may already been fixed, but it should be checked again. Not reproduced atm.

As a developer, I want to integrate my MFRC522 RFID Reader, so that the lib would provide a nice and clean API to this device. First I would like to...

feature
large

Important: This is a follow-up issue (#891), since it was closed without possibility to give feedback, reopen or answering my follow-up questions. I really think this is clearly a bug...

bug

I would love to see support for [cooklang](https://cooklang.org/), which is a lesser known language for cooking recipes, but very promising. Since a lot of hugo websites are about cooking or...

Proposal

There should be nightly or push builds for testers and people waiting for a specific feature.. Todo: - [ ] add github action / workflow - [ ] extend documentation...

For export / dump there already is support for `ffmetadata` format - but import is not supported yet. Todo: - [ ] Finish implementation `ReadAsync` in `FfmetadataFormat` class - [...