Marcus Belcastro
Marcus Belcastro
Been working with instagram recently and I've discovered the following after also reading through #26377 - Clicking the link in my browser normally shows the video and all perfectly fine...
I am unable to recreate this issue on Arch Linux on kernel 5.8.14 x86_64 with GCC version 10.2.0 Exact steps I followed: ``` ./_autosetup CFLAGS='-ggdb -O0' ./configure --disable-server --disable-client --disable-fcgi...
@furkanonder I just realized that my old account @delta1512 (which I have been locked-out of) managed to still be on my system and somehow make its way into the commit...
I just unlinked my old email from @delta1512 because I couldn't recover it. Let me know if you want me to close and re-submit this PR as @delta1513 only.
I get the same error when adding `log_retention_in_days` to my chalice config. Fairly certain I'm doing this right. Here's my obfuscated config: ``` { "version": "2.0", "app_name": "***", "automatic_layer": true,...
Just wanted to say that adding `@pytest.mark.django_db(transaction=True)` made these tests pass for my own project. I experienced a similar issue when using [graphene-python's test utils](https://docs.graphene-python.org/projects/django/en/latest/testing/#using-pytest). This issue would only occur...