Mara
Mara
In my usage of cpputest as a submodule and MakefileWorker.mk I have the same problem. I've gotten around it by adding some stuff to my Makefile: ``` INCLUDE_DIRS += $(CPPUTEST_HOME)...
This doesn't pass tests, because there is a test for [allmailfrom with nullmailer-queue](https://github.com/bruceg/nullmailer/blob/master/test/tests/queue/rewrite#L72-L82) modifying the envelope sender. The documentation is also incorrect. This will make it pass tests, and I...
My usecase is sorting pictures from a camera in an unsorted directory into actually helpful directories, as well as sometimes renaming them. My proposal is that when an action is...
Either have a list of formats in the help there, or add a way to list formats. * `ffmpeg` has `-formats` * `convert` does `-list formats` I think `--encoding` with...
Cool, thanks.
This makes it work: http://ix.io/3zhC But that doesn't do any kind csrf protection, which I don't like too much. If we modify TTRSS a little (I'm now working on current...
Would you like me to keep updating here or should I fork refspoof and maintain it there? Apparently putting CSRF in the URL is bad for a few reasons, and...
Take a look at the example in the json-schema docs https://json-schema.org/understanding-json-schema/reference/conditionals#implication They do the `"anyOf": [{"required": ["field"]}]` thing. And I'm not actually in control of the spec I'm using, it's...
I'll take a look at the transform API, that could make it work for me, thanks.
The transform function requires doesn't allow the user to return a JSON schema that then gets passed to `transformSchemaObject`, so something like removing the `anyOf` is very hard. Instead I'm...