Simmo Saan
Simmo Saan
I suppose that should work as well, if the build is made to detect the presence of mlgmpidl. I think there are also opinions that optional dependencies are not the...
By the way, VSCode now has a native testing interface and API: https://code.visualstudio.com/api/extension-guides/testing. There are a couple of extensions already: * https://marketplace.visualstudio.com/items?itemName=release-candidate.vscode-ocaml-expect-inline * https://marketplace.visualstudio.com/items?itemName=release-candidate.vscode-ocaml-alcotest-test-adapter Although it would still be nice...
There is another annoyance, but I'm not sure if there's any good solution for it because it's kind of cyclic. When using an image with just opam (without any OCaml...
I have a similar issue on v0.0.220, but instead of just consuming `/tmp` space, it also makes VSCode completely unusable (https://github.com/microsoft/vscode/issues/167320). Here's a cpuprofile that precisely shows where in todo-tree...
> If this is bothering you, you can hold down on the notification to bring up your system notification settings. Disable notifications for the "VPN Status" category. I hoped that...
> I suggest to use `strip_html | strip_newlines | escape` for all three cases here (not only for the description). I use markdown links in inline news and also changed...
I also encountered a version of this mentioned in the comments, where random movies show up in favorites that I didn't favorite, nor can they be unfavorited. Since I just...
> For those that have that issue, do you have NFO savers enabled and also the "Save userdata to NFO" too? In my case (https://github.com/jellyfin/jellyfin/issues/12408#issuecomment-3204388728), no.
This now traverses the string right-to-left (because the `Stdlib` splitting does so because that's needed to construct a `list`), but the old version went left-to-right. Also, it looks like the...
> It seems like the new function I give constructs more or less the tree you would get after calling `flatten`? That's true, which maybe is a good thing. Although...