Philipp Stephani
Philipp Stephani
For the record, here is the promised solution to use `mathpazo` (effectively Computer Modern) for `\xmapsto`: ``` \documentclass{article} \DeclareSymbolFont{pazosymbols}{OMS}{zplm}{m}{n} \usepackage{mathtools} \usepackage{unicode-math} \setmathfont{Asana Math} \makeatletter \ExplSyntaxOn \DeclareMathSymbol \c_pazo_minus \mathbin { pazosymbols...
Thanks. Some of the "parse string" and "roundtrip" ones can be fixed easily: https://github.com/miloyip/nativejson-benchmark/pull/97 The others are more difficult: - The double parsing behavior is documented (https://jansson.readthedocs.io/en/latest/conformance.html#real-vs-integer), Jansson doesn't fall...
Isn't this essentially done using `json_load_callback`?
> There's a `BAZEL_USE_LLVM_NATIVE_COVERAGE` enviroment variable you can try, not sure if it helps. That doesn't seem to have any effect in my case. It looks like this variable is...
Maybe each C++ target that requires C++14 features should explicitly set `copts` to include `-std=c++14` (or the MSVC equivalent). Otherwise every user has to set the option in `.bazelrc` or...
> Thank you for opening the issue. > > I added the discussion label because I don't know if we want to deviate from what argparse is doing and if...
I don't think this is fixed. ```shell $ pylint --version pylint 2.15.2 astroid 2.12.9 Python 3.10.6 (main, Aug 30 2022, 04:58:14) [Clang 13.1.6 (clang-1316.0.21.2.5)] $ pylint -- build.py ************* Module...
Thanks but this still doesn't work. The purpose of the `--` separator is to pass positional arguments that start with dashes and not have them confused with options. This doesn't...
> Can you give an example of how you would actually use this? The concrete case is https://github.com/phst/rules_elisp/blob/b79e86bc6adfdbba2576129f0a48e120afccd1c3/check_python.py#L83, but the general thinking is that wrapper scripts in general can't and...
If you agree with this bug and the others about runfiles, then I'm happy to contribute a new runfiles library.