Dirk Stolle
Dirk Stolle
@fitzgen: Rebased and update to v4 of `actions/checkout`, because that's the current latest major version.
Rebased against the current master branch and updated from v3 to v4, because the deprecation of v3 has been announced: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
Yes. I am afraid that 3D chart exports are not possible at the moment. As far as I understand ECharts, it uses WebGL to render any type of 3D chart....
How did you get to 16 patches so quickly? Anyway, it's good to see that I am not the only one having difficulties with the deno build. :laughing: But I...
> I'll give up on this now But you got way further than I did in my attempt, and you even upstreamed some changes to the deno project. I see...
[Fails](https://github.com/msys2/MSYS2-packages/actions/runs/17703152515/job/50311308915?pr=5633#step:9:586) to compile: ``` getopt.c: In function '_getopt_initialize': getopt.c:287:28: error: too many arguments to function 'getenv'; expected 0, have 1 287 | d->__posixly_correct = !!getenv ("POSIXLY_CORRECT"); | ^~~~~~ ~~~~~~~~~~~~~~~~~ getopt.c:150:14:...
> Use gcc 13.4.0-2. That's not really an option, because we currently have GCC 15.2.0 in MSYS2. However, it could possibly still build, if we forced C17 instead of C23...
I am not sure whether `yay` is actually a useful package in the context of MSYS2. As far as I understand it from looking at the readme of `yay`, its...
> required for [magika](https://github.com/google/magika) Doesn't that basically do just the same as the [mingw-w64-file](https://packages.msys2.org/base/mingw-w64-file) package, just with AI?
Nice! :+1: Just out of curiosity: Is the huge patch file based on some existing code/issue/pull request? I'm asking because it contains a comment referring to "CONC-789", which is the...