mt_caret
mt_caret
# 再現方法 1. https://hub.docker.com/r/vvakame/review/ で環境構築 2. https://github.com/kmuto/review/blob/master/doc/writing_vertical.ja.md に沿ってconfig.ymlにてtexdocumentclassにて"utbook"を利用 3. rake clean pdf # 暫定的な直し方 tabularが縦書きになっていないためと思われます。 http://qiita.com/zr_tex8r/items/6f0b88c5838c42241457 に従ってtabularにオプションを渡すとarrayパッケージと衝突してエラーを吐くため、 http://acetaminophen.hatenablog.com/entry/2016/10/17/235850 に従ってplextの代わりにplextarrayを使用したところ無事著者名も縦書きになりました。
Nix supports macOS too (and Bash on Ubuntu on Windows unofficially), but I've only tested the build on NixOS and Ubuntu. (If I have the time) I'll try them and...
#### sweep firmware version 1.4 #### libsweep version + affected bindings libsweep@HEAD (I haven't tried the others) #### operating system NixOS #### Platform/Hardware Setup #### Description: I've been trying to...
One unfortunate issue with `ocaml_export` is that is is not rustfmt-friendly, so functions inside of it do not get formatted. An alternate syntax could look something like this (somewhat similar...
Hi! In the same vein as https://github.com/zshipko/ocaml-rs/issues/125 I'd love to know if there are any plans to add support for OCaml 5, and if you have some roadblocks that you...
Hi, I ran into https://github.com/ocaml-ppx/ppx_import/issues/89 as well, and I was able to resolve it by side-stepping the issue by pinning the package off of the latest git revision. Would it...
https://github.com/akabe/ocaml-jupyter seems pretty straightforward to integrate into polars-ocaml; we should probably add some functionality so that the dataframes / series are rendered in a prettier way in jupyter but doesn't...
An attempt to port over changes in https://github.com/TheNumbat/polars-ocaml
When trying to build the project in a dev container, we seem to get the following linking-related error: ``` # dune build @fmt @runtest @doc File "lib/dune", line 41, characters...