Abhilash Raj
Abhilash Raj
Currently, when a commit is added, the message is set to 'A random commit message'. It would be more informative to add the name of the post when committing.
Change the default configuration path and make it default to `~/.paper-git.cfg` and the default var directory to `~/.config/paper-git/`.
It is possible to use peewee extensions for full text search in Sqlite. See [here][1] for more details about how to achieve this. [1]: http://docs.peewee-orm.com/en/latest/peewee/database.html#using-sqlite
**Description** I have described how we are trying to use Cosign [here](https://github.com/sigstore/cosign/issues/1554#issuecomment-1256109541), but in short, we provision identity certificates to all services and want to use those for signing and...
We have a custom plugin that we use to disable all the parsing rules, except `block_quote`. The way we have implemented this is: ``` def plugin_disable_markdown(md): """This plugin disables most...
Most of the functionality works except for the part where one can choose the notification-handler. I have defined a custom variable to point to the handler, but it looks like...
**Description** I am not sure if it is already possible to do so in policy-controller, but I am trying to figure out what it the best way to verify a...
## Details I have enabled building PRs for our Gitlab project (https://gitlab.com/mailman/mailman) and have gone through all the steps to connect the Gitlab account in my Readthedocs account. However, the...