Weihong Guan
Weihong Guan
```bash export NODE_OPTIONS='--max-old-space-size=512' ``` did help if building on a memory-limit device, like Raspberry Pi 3. But I still believe some optimization would be great.
I believe this issue is reproducible with memory-limit device. In my case, raspberry pi 3 (1GB RAM). My spa is small, vite with naive-ui, date-fns, mitt. I do not mind...
Thanks guys for keep watching my repo. I have moved on to linux platforms and left Arduino for a long time. Please feel free to fork my code.
@amotl Good to know that. The community is great.
您的项目还蛮有意思的。 首先,严格意义上来说,我没有这些字体的版权,最多也就是重新编排了一下,不敢说“我的字体”。 其次,这些字体年代久远,大概是来自过去 ucdos 之类项目的字体文件夹。当时我找到的都放进来了吧,没有也没什么办法。 最后,现在开源的点阵字体其实还是有很多的,细心找应该也能找到不少。 Good luck.
Thanks, @nielsvanrijn . Just save my day.
Thanks @victorgarciaesgi for the fix. It works now. I can do data.push() with 3.1.3. I have taken a look at the patch. If cloneDeep is the cure, would it be...
And #108 is the backfire of this patch I think. 3.1.2 only do animation to the newly pushed data (even in the [index] assign way), not the whole chart..
It is an interesting bug. My Docker version is "18.06.1-ce". By setting `follow: false`, in dockerode 2.5.0, `await container.logs()` return a stream, while in version 2.5.7, it return a string....
As I test with dockerode 2.5.7. By setting option `follow: true`, `await contatiner.logs()` returns a stream, with `follow: false` it returns a string.