Miguel de Benito Delgado
Miguel de Benito Delgado
https://github.com/texmacs/markdown/commit/622657ca587ee135b8f127783e551a9c37db9275 allows manually specifying an alternate image. It is cumbersome but gets the job done. I'm leaving this open because we may want a more automated approach
The same. This is "Copy to HTML" with MathJax on: ``` Some inline math with a punctuation sign after it: \(f (x) = x^2\). ``` In HTML it might be...
This works for labeling eqs on the left hand side. ```xml ```
Yes, I saw the tests, but it seemed quite specific to that converter and disentangling it way too much work (at least at first sight). I wasn't aiming so much...
The backslash is required for certain markdown renderers which interpret it as _italics_ even when in math mode. This done in https://github.com/texmacs/markdown/blob/9ef379264847ce8bb9adbb0acfa515fa5d6757ae/progs/tmmarkdown.scm#L368-L369 I guess this should be optional but for...
Given the current lack of human-power I am moving this to v0.11.0. I will try to implement some of these ideas in #653
I've addressed most required changes in #633 but it seems like dask does not really work with 2.0 since it references things that are deprecated (e.g. `np.float_`), raising `AttributeError`s
Whatever happened to "If it works, don't fix it" ?? 😄 I actually prefer the flexibility of `setup.py`. For instance, [dynamic metadata](https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata) in `pyproject.toml` only supports a subset of the...
There's this wonderful principle which I really love... "if it works, don't fix it" 😄 I mean, I'm sure hatch is nice and all, but I'm also 100% sure it...
With #641 we can subclass `OwenStrategy` to define how probabilities are sampled, so implementing this should be pretty straightforward.