Miguel de Benito Delgado

Results 72 issues of Miguel de Benito Delgado

1. Edit a notebook, do not stage it 2. Commit some other file, not a notebook. 3. BAM! you lost your working copy of the notebook. This seems to happen...

bug

As described in _Broderick, Giordano, and Meager, ‘An Automatic Finite-Sample Robustness Metric’._

enhancement
accepted
new-method

Algorithm 2 of _Ghorbani, Amirata, and James Zou. [Data Shapley: Equitable Valuation of Data for Machine Learning](http://proceedings.mlr.press/v97/ghorbani19c.html). In International Conference on Machine Learning, 2242–51. PMLR, 2019._ Note that this is...

enhancement
new-method

So that instead of: ```python @pytest.mark.parametrize("num_attempts, max_failures, some_arg", [(10, 1, foo), (10,2,bar)]) def test_blah(tolerate, num_attempts, max_failures, some_arg): for _ in range(num_attempts): with tolerate(max_failures): do_random_stuff(some_arg) ``` we can do: ```python @pytest.mark.parametrize("num_attempts,...

enhancement
testing

In a list, emphasize a bullet point (i.e. make the `` tag include the ``). The export follows the nesting and isn't correct markdown. This: ![image](https://github.com/texmacs/markdown/assets/1548327/efc201dc-5879-44da-8b42-2ccf16a5a4b3) Is incorrectly exported as...

bug

The dialog for "Paragraph width" doesn't save anything if the field is left empty. In order to deactivate the default width of 80 cols, one has to enter any number...

bug

* [ ] Implement export of `equation-lab`. Export to LaTeX doesn't seem to work out of the box. * [ ] More generally, implement support for `set-binding` (although this won't...

enhancement
math

As of 3727b1931f3617d4cdf7a4c7296bde3848be0c4a, [tests/vanilla/simple-math.tm](https://github.com/texmacs/markdown/blob/develop/tests/vanilla/simple-math.tm) fails in the paragraph with several `> `

bug

Tables are currently (f1332bba6d0d23d3448921acc8ae3ddf905659f7) exported as HTML. This is not specific to hugo, or Goldmark, but of any renderer which supports html. Other tags that can be exported as html...

enhancement

In vanilla. And in hugo, add affiliation to frontmatter?

enhancement
good first issue