Arvind Prakash
Arvind Prakash
`find_next_link()` and `get_next_link()` are identical functions, one of them can be removed. Same goes for `find_all_links_as_list()` and `get_all_links()`. Also, instead of `get_next_link(), get_next_heading(), get_next_paragraph()`, etc. being separate functions, it could...
On trying to save a document that fails the Mongoose validation specified in the schema, the counter for the corresponding collection still gets incremented but the document does not get...
**Describe the bug** The `CodeBlock` component isn't exported in [`@motion-canvas/2d/src/components/index.ts`](https://github.com/motion-canvas/motion-canvas/blob/main/packages/2d/src/components/index.ts). Is this intentional? **To Reproduce** Attempt to import the CodeBlock component: `import { CodeBlock } from "@motion-canvas/2d/lib/components";` **Expected behavior** The...