Adam Coffman
Adam Coffman
Yeah, ASCO removed the API we were previously using and their new site is behind cloudflare bot protection so we can't scrape it directly any longer. Until we manage to...
#1105 should fix the filtering issue mentioned here. Ongoing issue with the ASCO API will be tracked in #942
Fix is out for the broken URL but still waiting to hear back on if its possible to automatically activate the CIViC track on the new format.
Also, add a "help" tab to the comment component, explaining what can be mentioned and showing examples
This is now available in the admin interface (finally!)
>Use timeago pipe on the last action timestamp is closed in #326, the other will require messing with the SQL view some.
Thanks for the review! I have pushed a commit that I believe addresses all of your feedback. Additionally I have pushed a second commit that adds a toggle to the...
Thanks for the report, that's definitely strange; we'll take a look!
This turned out to be an issue with caching the parsed comment bodies across a schema change. It should be fixed now. I have also opened A PR to slightly...
It feels pretty hacky, but I came up with this which seems to be working (assuming you have `winborder` set to "rounded" globally already). ```lua vim.api.nvim_create_autocmd("User", { pattern = "TelescopeFindPre",...