Leo Torres
Leo Torres
Great! Could you please provide an example of how to make `ic` use that instead than the default behavior?
It would be nice to have this work also with f-strings: ```python d = {'a': 1} ic(f'{d.keys()}', d) # -> ic| f'{d.keys()}': "dict_keys(['a'])", d: {'a': 1} ``` I would like...
My first instinct is always to provide more customization options, if possible, with a clean interface. So I'd vote for setting the page geometry to fit the manim canvas by...
Uuuuh, that's an excellent question. We have a default measurement in pixels, not centimeters. I have no idea what TEX_MOB_SCALE_FACTOR is.
Yes, I should have said that I would friggin love to have this, but it doesn't currently exist rn.
No. Instead of using `os.system` or `subprocess.run`, I think we want to use `subprocess.check_call`. Or is there a better alternative? Note I tried this in #546 and it's a bit...
@huguesdevimeux @nilaybhatia so the To Do item here is to get rid of set_value and get_value and nothing else? I'd suggest adding a deprecation warning for now.
Thank you so much for the work here! I have some scattered thoughts, here in no particular order: 1. Currently, providing source code is optional. I move that we "strongly...
> > Just like the language category. Maybe there should be a filter/tag for sensitive content (i.e. NSFW content/content with profanity) > > ``` > > Not a big fan...
Also, I agree there is no need to check the code for security *as long as* all we show is the video (which is hosted elsewhere). If we add a...