David Flores
David Flores
I was checking on this and realized this issue only happens on Firefox. Chrome renders all the components just fine. It seems to be an issue with Dark Reader most...
My bad I forgot to put what the error was. It was too much recursion.
I think this might be a standard out of memory (OOM) problem. I was able to record and save your graph at 1920x1080@30fps with 120 frames of length without issues....
Further testing ² I made some makeshift™ integration test for the screenshot resolution in this branch to verify more concretely what I said above: https://github.com/SlimRunner/DesModder/tree/test-screenshot-ratios The tests aren't great because...
> Is there a dispatch for clearing, resetting, or opening a new graph that I can hook into? @lafkpages Clearing, resetting, and opening a new graph always dispatch the `set-state`...
@lafkpages I also looked into the dispatchers. Using [DesThree](https://github.com/jared-hughes/DesThree) and some debugging in combination with DesModder dispatch guide I came up with the following: ```js (function() { 'use strict'; const...
I will add what I've discovered so far here. This is a crash. The issue seems to be with the preload and specifically with force disabling Text Mode. The error...
Oh yeah, @Jayensee, about your comment I think this crash is not related to the features being broken. I had already fixed text mode prior to this issue, and I...
I think I finally got the final piece of the puzzle. I realized that `window.DesModderFragile` is instantiated _within_ the `text-mode` replacement. That means that if the replacement fails, this property...
I was really going off the rails on this one. Turns out that optional chaining on `desmosComponents.ts` was all that was needed.