EdBondArcher

Results 7 comments of EdBondArcher

:wave: In local development it works fine, doing the release mode is what is coming up funky. So: ``` config :kaffy, otp_app: :abc, ecto_repo: Abc.Repo, router: AbcWeb.Router ``` I went...

once I get this deployed and tested I will let you know

Manually specifying the resources fixes it for now, so it's a work around, yay! :clap:

I got permission to be able to contribute to bugfix this so, I might be able to tackle it later. On application start I could just trigger the initial load,...

Searching for Alice on this doesn't break it and actually works. The scope of this change seems fairly benign is there any reason this doesn't make life better for people...

something like this might work better to allow for subgraphs ``` if (match) { if ( $(node).parents(".language-mermaid").length > 0 || $(node).parents(".mermaid").length > 0 ) { return 0; } var highlight...