William Perron
William Perron
Just looked at MeiliSearch's repo, they have an official docker image, I'm thinking we could set it up on Fargate relatively easily
We already have process that goes through every file to `deno cache` them to analyze the dependencies (which is then reflected on the build status returned by the webhook) --...
Yeah I'm sorry, I'm not 100% clear on what you're asking here? "Broken code" could mean a couple of different things, it could mean that imports and broken, it could...
Also denoland/dotland#153
I'm not necessarily against this feature, but just to offer some counter-arguments: What if a module uses something else than semver? I'm a fan of calver myself, or someone might...
The "Publish" button opens up a menu that walks users through how to add a module, including an availability checker for the module name, and will pre-compute the webhook URL...
Depends on #234
I can get started on the bad words filter 👌
Found a couple of lists that we could use for the comparison: - https://gist.github.com/jamiew/1112488 - https://github.com/LDNOOBW/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words/blob/master/en - http://www.bannedwordlist.com/lists/swearWords.txt @lucacasonato what do you think?
I don't want to have the list just disappear from under us, so my plan was to copy the list into the project. Tbh, I don't know if creating a...