Roger Tuan
Roger Tuan
This issue concerns 3.18, but it may be related to a similar issue in 3.16. In that version, the display will be incorrect _even if the time zone is stripped...
Thank you for adding this! Was looking for a 64-bit implementation.
Can you do xxhash(file_get_contents('file'))? At work we do this with PDFs up to 20 MB or so and it works fine.
Aha, making progress. Two issues: 1) Actually, the override just needs a `lando rebuild` instead of `restart` and then it takes! Oops. 2) But once it takes effect, the nginx...
@techieshark Sorry, this was a few months ago and I don't remember 100%, but what you said sounds right. I think you were correct in that there was no way...
That worked one time. Thanks, @arbie65! Sadly, it stopped working once the 2FA code renewed =/
No, you can do it like this: password:2facode (first the password, then a colon, then the 2fa code) But it only works once time. The next 2FA code change a...
For what it's worth, pull request #103 fixes this. You can also manually overwrite requirements.txt with [the fixed file](https://github.com/YPCrumble/Shreddit/blob/891fbc6a677545c2636265270436ccbb971d17a6/requirements.txt).
On `react`, `react-dom` 17.0.2 and `next` 11.0.0, the patch didn't work either :( It successfully applied but the same `Error: Unable to find node on an unmounted component.` error still...
There's a fork on npm that makes it work again: https://www.npmjs.com/package/react-sortable-tree-patch-react-17 I couldn't get the stylesheet import working in Next.js, but that's a different problem.