Markus Unterwaditzer
Markus Unterwaditzer
Unlike the Werkzeug approach, we could also add an import hook that doesn't actually find the correct object to import, but only spits out the warning.
>While we're not going to duplicate in the SDK anything close to the full server-side scrubbing system, we could think about creating an integration which does basic keyname matching and...
Wouldn't it be much easier to allow arbitrary commands? The user then could hook sendmail into there, or something else.
Maybe we should special-case the arbitrary-command support: Read the command from a file that must be chowned by znc's user and don't allow configuration through the IRC client.
I have run into this issue as well. It seems that `schemars` forcibly re-wraps every paragraph *somehow* such that code blocks end up on a single line. I'm not entirely...
Have created a PR: https://github.com/GREsau/schemars/pull/45
@fbecart ok I just re-read your OP. could you explain how the schema ends up in vscode? vscode is definetly able to parse markdown in those tooltips as I used...
We're converting the schema to markdown docs: https://getsentry.github.io/relay/event-schema/ Main issue I have is that the docs are losing a lot of information if all the markdown is ripped out. I...
it's probably possible to adapt my PR into something that takes a generic callback for processing documentation. The default could be the existing logic, and I could then hook in...