David Keck
David Keck
https://github.com/mkdocs/mkdocs/blob/56b235a8ad43f2300d17f87e6fa4de7a3d764397/mkdocs/commands/gh_deploy.py#L132 I just changed this to `False` inside the mkdocs files in my venv for the project and it will not attempt to push (just in case anyone else has...
I still don't have a solution and see the same problem on the latest release. I'm not sure how @ProfFan made that change and rebuilt... any tips on how to...
OK I just went through the trouble of rebuilding DearPyGUI by [following the steps in the CI](https://github.com/hoffstadt/DearPyGui/blob/23c68815a11607b7f09612728951cc88d996e53d/.github/workflows/Deployment.yml#L157) to test the fix @ProfFan came up with, but appears it no longer...
Hi @geky! Thanks for the quick response. I was opening and closing the file with each write... I'll see what kind of performance I see if I perform the writes...
Just wanted to follow up and say you're correct that leaving the file open between writes prevents the extra erase cycles from occurring. Feel free to leave this open if...
Actually, I'm noticing the same issue with syncs... Every time I sync after write, the erase function occurs and a new block is allocated... I'm using the latest commit to...
Hmm. So the flash chip we're using can do 1 byte size read/writes, but if I'm reading your comment correctly, that won't yet solve the issue with a large block...
Thanks so much for this reply. It helps a lot with understanding the trade-offs for the various flash chip configurations and the way LFS interacts with them. Do you see...