Martin

Results 18 issues of Martin

Can we add an Introduction to Python course from Profound Academy? https://profound.academy/python-introduction It's a very hands-on course with many exercises and challenges. Would be great to have it in the...

I'm using the [latest version](https://github.com/google/python-fire/commit/024fbad9424cfdb0d3c93c86c856aedbac0f9d48) of Fire as of now and was wondering if it's possible to display a multiline docstring in help instead of concatenating it to one line....

#### Description Fixes #341 With this PR, the text blocks are rendered as `` tags in the generated HTML instead of a ``. #### Notion Test Page ID

Big thanks for maintaining this library! There seem to be some issues with simple tables. Would it be possible to resolve those? #### Description * Seems like the rows of...

#### Description Currently, the text blocks are rendered as `` tags. Wouldn't it be preferable to render those with `` tags instead? #### Notion Test Page ID

#### Description I was trying to upgrade the notion client on the backend, but seems like it causes an error which does not let me run the tests anymore. The...

It seems like currently the `/third-party/code` component imports a lot of `prismjs` modules (which sometimes are not needed). That increases the bundle size when importing `Code` component by 30+KB (after...

Thanks for the great library! I've just started using it, but it seems like the behavior with defaultSizes is not as it should be. When passing defaultSizes as `defaultSizes={[]}` the...

The original implementation of DARTS seems to be dividing the `(positive - negative)` by `(2 * eps)`: [Code](https://github.com/quark0/darts/blob/f276dd346a09ae3160f8e3aca5c7b193fda1da37/cnn/architect.py#L91) ```python return [(x-y).div_(2*R) for x, y in zip(grads_p, grads_n)] ``` In the...

## Description of bug / unexpected behavior I'm trying to run manim with Python 3.11 (3.11.6 more specifically). Yet, I get a `ValueError` telling me that `ManimColor` class has a...

refactor