Larry Z.

Results 5 issues of Larry Z.

## Pull request type Check the type of change your PR introduces: - [ ] Bugfix - [x] Feature - [ ] Code style update (formatting, renaming) - [ ]...

### Description Add instructions on how to properly render markdown content in Vue components. ### Linked Issues This is related to #49. It would be helpful to have it available...

This PR fixes overflow errors during hashing persistent data structures.

This PR implements `#[pyo3(deprecated(message = "...", category = ...))]` attribute for `#[pyfunction]` and `#[pymethods]`. The new attribute works like the following ```rust #[pyfunction] #[pyo3(deprecated(message = "this is a deprecated function"))]...

This pull request updates the minimum required version of the `swift-syntax` dependency from `601.0.1` to `602.0.0` in the `Package.swift` file. Other dependencies' versions are also bumped accordingly.