Antoine Prouvost

Results 116 comments of Antoine Prouvost

I stumble upon this issue when moving from a manual list of ```rst .. doxygenfunction:: xt::foo .. doxygenfunction:: xt::bar .. doxygenfunction:: xt::baz ``` to ```rst .. doxygengroup:: xt_group ``` All...

I'm also writing https://github.com/nvim-lualine/lualine.nvim/pull/1194 in this Context, since passing the cterm code from outside does change the values.

@martinus seeing build errors like the following, did this PR trigger them? ``` /tmp/cirrus-ci-build/src/test/unit_to_s.cpp:27:18: error: 'UINT64_C' was not declared in this scope 27 | REQUIRE(to_s(UINT64_C(123456789)) == "123456789"); ```

> The mamba CLI is / will be deprecated as the solver is now fully integrated into conda. See this PR: That's not quite what is happening. Mamba is still...

Yes, except that we will ship a `mamba` executable that uses the same code as `micromama` in `mamba-forge` like-container. The executable name and user experience will remain. Anyhow, this is...

@0xbe7a as in `ln -s micromamba mamba` (and micromamba is a conda-compatible frontend, we are interested in pairing any reported missing feature)

I'll be submitting soon, but if there is an updated citation during review, I can change it.

This may be something that is different between Octave and Python. Notice the `[2]: 2` in the Python output? This is because in Pyhon `1+1` does not print anything, it's...

> [execute_result response](https://jupyter-client.readthedocs.io/en/stable/messaging.html#id6) (I think you're referring to that, right? Yes. > However in my opinion this is far from what the Octave user expects, as we're used to being...

Hi @rapgenic, Thanks for looking into this. I'm trying to understand if this is the best decision. IMHO in-tree dependencies are a shortcut that lead to more issues down the...