Ben Perlmutter
Ben Perlmutter
thanks tom. unfortunately, the source code comes from an external library, so i don't have direct control over the typedoc comment which is breaking the MDX. i put in a...
xss makes sense to me for covering this case and anything else that could happen w unexpected processing of markup (in addition to XSS attacks via the docs, i guess)....
i'll try to look into/PR sometime soon. (the PR might come from my personal Github account @bpmutter)
spec proposal: https://gist.github.com/mongodben/7687e0c878b3a4acfbde306a91c5d615
thank you for submitting the issue! we're adding to our roadmap. i think the API would be something like: ```sh bluehawk snip -o path/to/output_dir input-file.foo --ext bar ``` and this'd...
it should be ready to use. you can find it at [`mongodb-chatbot-evaluation`](https://www.npmjs.com/package/mongodb-chatbot-evaluation) on npm. we are actively using and running it. i don't see any issues on the package. which...
hi Eric, Good idea. I think this is something worth including natively in the framework b/c i could imagine the use case is fairly generic + many if not most...
your "hacky" way of doing this is the way that i designed it to work 😄 do you have any thoughts on a way that'd feel better to you? my...
> I was thinking I could get the CustomData (since it is already parsing the request and augmenting it with my own data) yeah that could work if whatever you're...