Andrew Nesbitt

Results 341 comments of Andrew Nesbitt

I've submitted the latest verison to firefox addon store, just need to do the same with chrome now

Submitted to chrome store now as well, hopefully will be reviewed and published within a day or so

That's definitely a bug in Ecosyste.ms, I've opened an issue for it: https://github.com/ecosyste-ms/packages/issues/1061

Related to https://github.com/octobox/octobox/issues/2456 > Unfortunately your own issues/prs don't generate notifications in the GitHub API unless someone else comments on them, which is why they don't show up.

Here's the code I used to generate papers.md, we can potentially turn it into a github action that runs on a regular basis: https://github.com/ecosyste-ms/ost/blob/main/lib/tasks/papers.rake carbonr doesn't mention the joss paper...

For me, given the small number of records, I would love to just have all the data for all foundations represented in a single json file. Also personally I'd probably...

So what I think we need here is an extra parameter for the search page that hides the header and footer, and maybe also uses the opensustain.tech stylesheet

I also made a json api endpoint for the search: https://ost.ecosyste.ms/api/v1/projects/search?query=solar

if we can use https://www.osdg.ai/ that would be ideal, I can integrate it into the ost service, can you contact them? https://www.osdg.ai/contact

@Gyan-max I think the santize method is the issue, I don't think we need it, replace those last two lines with: ```ruby CommonMarker.render_html(filtered_str, [:GITHUB_PRE_LANG, :UNSAFE], [:tagfilter, :autolink, :table, :strikethrough]).gsub(/(\\n|\\r)/, '')...