Travis Swicegood
Travis Swicegood
Doing some quick math, this is what I end up with: 142,005.96 - number of seconds in a year = 3.15569e7 - number of bitcoins produced in a year =...
@clvv howdy! I'm one of the maintainers of https://github.com/Bash-it/bash-it/. As noted in the linked PR and commit above, we have to work around this issue in fasd in order to...
Heads up, the k14s.io certificate has expired. Looks like folks are going to have to switch now if they were using that as any part of their build chain.
Quick search of the themes directory turns up: - Doubletime (all variations)
Looks like this was originally reported in https://github.com/facebook/react-native/issues/28556 and the React Native team pointed @shine784 to react-native-web to report this. Not sure if they're open to a fix at that...
Awesome. Please let me know if you need any help and I'll help out as I can.
I've had to work around this in [d51.django.auth](http://github.com/domain51/d51.django.auth/). You can see a test case in [this commit](http://github.com/domain51/d51.django.auth/commit/5f990ff5eb1766c91e1995d06896863d103ec8bd).
Oh, the code is at in the branch [fix/support-ariadne-requests](https://github.com/tswicegood/django-ariadne-jwt/tree/fix/support-ariadne-requests) if ya care to see. Here's [the diff](https://github.com/tswicegood/django-ariadne-jwt/compare/feature/better-token-creation-support...tswicegood:fix/support-ariadne-requests).
@marco-btree I'm using the base `ariadne.asgi.GraphQL` (with the `__call__` modification outlined in here: https://github.com/mirumee/ariadne/issues/210#issuecomment-508424149) and Django's `runserver` configured with an ASGI app. From my reading of the code, the `handle_http`...
All of the tests pass with the new code paths, but I still consider this a WIP. There are probably some areas in the backend that could be refactored further...