Posts tagged "Technical"| zengm.com
Posts tagged "League Import/Export"| zengm.com
The Streams API allows JavaScript to programmatically access streams of data received over the network and process them as desired.| web.dev
Streaming JSON parsing with the Web Streams API| zengm.com
Every now and then I write a blog post about purely technical issues I've dealt with that have nothing to do with sports or video games. This is another one of those blog posts! For some reason I want to talk about JavaScript bundling - how it was in the old days when I first started working on Basketball GM; how it's changed over time; and what I'm doing now. Read more...| ZenGM Blog
Some people reported performance issues in my games recently. After debugging I found that there is indeed a serious performance bug in some situations. For example, viewing the standings page and auto playing a season took 3x as long as it did a couple weeks ago. That's pretty bad! After looking in my past commits to identify exactly when the slowdown started, I found it happened when I upgraded @rollup/plugin-commonjs from version 21 to 22. That's a package used in compiling JS for producti...| ZenGM Blog
Previously, exporting leagues only worked for small leagues. After you played a couple hundred seasons, it no longer worked unless you deleted some historical data. A similar problem existed for importing large league files, although that was probably not noticed much due to the issue with exporting. That's why there have been no updates the past couple weeks - I have been trying to fix all these import/export issues. It's actually pretty tricky, because it requires rewriting a lot of my code...| ZenGM Blog
Posts tagged "UI"| zengm.com
Posts tagged "New Feature"| zengm.com