Jay Qi
Jay Qi
Okay, looked at this again, and it seems like `markdown-to-slides` **was** writing the link with `https` but the problem is with the choice of `remark.min.js` host. The URL being used...
http://hexb.in/sticker.html
@lukehtravis FYI: I think this would make #159 easier. Thoughts?
I'm starting on implementing the basic roles and permissions for MVP. My current thoughts are: - Use the [DjangoModelPermissionsOrAnonReadOnly](https://www.django-rest-framework.org/api-guide/permissions/#djangomodelpermissionsoranonreadonly) DRF permissions setting - Create Django [Group](https://docs.djangoproject.com/en/3.0/ref/contrib/auth/#django.contrib.auth.models.Group) objects for each role,...
I've run into a similar error when trying to use the `words` provider. The uniqueness check doesn't handle providers that return unhashable containers. `faker==26.0.0` ```python from faker import Faker fake...
I'm getting the `Error: Codecov token not found.` on a PR from Dependabot on my repo. I'm not exactly sure how Dependabot works, but GitHub Actions appears to be treating...
@pjbull PR for the HTML redirect is here: https://github.com/drivendata/drivendata.github.io/pull/1
Thought: Experiment/results tracking, model management
I'm going to reorder this to put the GitHub Pages step first. I think it's probably safer to get that sorted out separately _before_ the transfer. The high-level ideas involved...
Just noting here that we needed to "Delete" (not just "Unpublish") the GitHug Pages site before the user Pages version kicked in: https://docs.github.com/en/pages/getting-started-with-github-pages/deleting-a-github-pages-site