Michael McDonagh
Michael McDonagh
According to the [setup guide](https://conversejs.org/docs/html/setup.html) libsignal-protocol.js is necessary for OMEMO. I understand that this still works and is probably secure, for now. However is there any plans to switch to...
Hello, I would appreciate Toml support. Specifically for strings `var = "#FFFFFF"` see [https://toml.io/en/](https://toml.io/en/)
Many docker images have support for [docker secrets](https://www.docker.com/blog/docker-secrets-management/) via additional environment variables with the `_FILE` suffix. Specifying any of those environment variables sources the value from the file instead of...
### Is there an existing issue for this? - [x] I have searched the existing issues ### What happened? The documentation has an outdated means of executing arbitrary functions on...
[https://docs.docker.com/engine/swarm/secrets/](https://docs.docker.com/engine/swarm/secrets/) The docker container should be able to utilize docker secrets in accessing sensitive information, such as the bot's password and the API key. This can be done with docker...
ZK currently uses its own [fork of pretty](https://github.com/zk-org/pretty). This dependency is only used for ouputting tests results. I would like an investigation of all of the implications of the change,...
I implemented my own ISchemaFilter for a class I created. The `public void Apply(OpenApiSchema schema, SchemaFilterContext context)` method is only called once for that type, for the type itself, and...
I would like to add a publisher to generated EPUBs see [dc:publisher](https://www.w3.org/TR/epub-33/#sec-opf-dcmes-optional-def)
### Did you check existing issues? - [x] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [x] I have searched the existing issues...
I've created a [hook](https://github.com/mcDevnagh/plato-feed) to download RSS/Atom feeds, and I want to sort by most recent, according to the [published date as provided by the feed](https://github.com/feed-rs/feed-rs/blob/045c4eb01d103b399708b6710ac2d231046cbd48/feed-rs/src/model.rs#L92). Because plato only supports...