Andrew Pinkham
Andrew Pinkham
The [documentation regarding Slack notifications](https://keel.sh/docs/#slack-notifications) asks the user to create a token to use with Keel. However, [Slack's documentation on the subject of legacy tokens](https://api.slack.com/legacy/custom-integrations/legacy-tokens) notes that tokens are deprecated...
Hi, We use PyUp for private and public repos, and think it is a fantastic and very helpful tool. Thank you! I had an idea vis-a-vis scheduling. For regular updates,...
Thank you for building this action. It's been really great to work with. There's a small bug due to Github limits. As described, if I create a label with a...
Thanks for the library! We've enjoyed using it at work. We'd like to continue using it, but we need to access metadata for our secrets (specifically the version of the...
When I install captainhook via pip, running `captainhook run` in a child directory causes the following error. ``` shell $ # in a child directory (child of the project root)...
```console $ python -c "import pydantic.utils; print(pydantic.utils.version_info())" pydantic version: 1.3 pydantic compiled: False install path: /Users/andrew/.virtualenvs/project_name/lib/python3.7/site-packages/pydantic python version: 3.7.5 (default, Oct 19 2019, 01:20:12) [Clang 10.0.1 (clang-1001.0.46.4)] platform: Darwin-18.7.0-x86_64-i386-64bit optional...
This is a fairly odd setup, and therefore probably not high-priority. If a Django app has a template that shares the same namespace as a core template (say, Django Admin's...
Hi, I'm trying to get redirects to work with the history used by `use-named-routes`. I've build a minimal viable example (MVE) in React and React-Router without `use-named-routes`. The goal is...
Hi, Would the maintainers of the project be interested in a PR documenting the `renderToSnapshot` found in `inferno-test-utils`? As someone new to Inferno, updated docs about testing would have saved...
If I have a model and a `ModelSerializer`, then I can partially update model instances using the serializer. For instance, given a `Post` model, and a basic `PostSerializer`, shown below,...