Rob Figueiredo
Rob Figueiredo
Oh, that's a good point. I solved that by using local = 1 so it has unfettered access to the source tree. 👎 We use auto-inclusion based on goog.require so...
Note that a "real build" does not suffer the same cyclic dependency: ``` $ bazel build "//:foo_go_proto" # works ```
Thanks for digging in. I'm not sure how to resolve though: * The cycle is fundamental here - we want to compile the static analysis binary (nogo) using a config...
Rebased on main
Hi, I looked at the failing tests and realized that the approach I took does lead to that functionality being changed/broken (I forget which exactly). It didn't seem like something...
Actually, looks like strikethrough is the only part of GFM that I need. Hm, I'm not sure how to apply the Handler approach to it yet though. I don't see...
I tried this, but it didn't have an effect. ``` import { Delete } from "mdast"; import { Handler } from "lexical-remark"; export const strikethrough: Handler = (node, parser) =>...
@jpvajda here you go -- I don't seem to be able to add you as a reviewer, so just tagging you here.
Hi @lukeocodes -- any thoughts or feedback on this?