shinhong_park
shinhong_park
@jsjoeio It's been a quite a while, but I'm still suffering from this issue. The steps you suggested doesn't seem to be enough to reproduce it. One thing I noticed...
~~Temporarily disabling and reenabling `Prevent cross-site tracking` option in settings, everything started to work as expected. 🤯😮~~
@jsjoeio It turned out to be a coincidence, I'm afraid. 😔
@AllenFang I'm having the same issue when exporting to CSV with Chinese characters. And the solution above `_fileSaver2.default.saveAs(new Blob(["\uFEFF"+content], { type: blobType }), fileName, noAutoBOM);` works really well. Probably noAutoBOM...
> Can you check if the folder ~/Library/LaunchAgents exists and that you have permissions to write to it? What is the output of ls -la ~/Library/LaunchAgents? Both `~/Library/LaunchAgents` and `/Library/LaunchAgents`...
> the difference from the first try is that you have the login item enabled this time? Before reinstalling, I deleted the launch agent (plist) so I believe it's not...
I'm using Ventura 13.2, and yes I have the toggle switches in Login Items. But I didn't manually enable the launch agent. It was enabled from the beginning.
Cool. I'll let you know if I happen to find the reproduction step. I hope it's fixable without reimplementing the whole engine 🥲
I've been experiencing the same issue. Note that the x-axis is constantly being inversed. I have 200K data points, which is making the scroll performance terrible. Bokeh version is `3.3.0`....