MinisculeGirraffe

Results 8 issues of MinisculeGirraffe

Hi. I deleted all the files from the repo Please merge.

**Description** When visiting https://www.ferrumjs.org/ you receive an HTTPS error in the browser. NET::ERR_CERT_COMMON_NAME_INVALID The TLS Cert is issued for *.github.io, without a subject alternative name for your domain, hence the...

bug

A [NonNull](https://doc.rust-lang.org/std/ptr/struct.NonNull.html#) stores a `*mut T`. By creating a mutable pointer from a non-mutable reference, any mutations through that pointer would be UB. In BlockPtr and BranchPtr a mutable pointer...

Seems weird that it only suppost Strings, Numbers, Bools and Maps. Lists, Sets, and binary data types are useful.

## Describe the bug Got a typo there. Generates the wrong epoch timestamp. https://github.com/getdozer/dozer/blob/main/dozer-ingestion/postgres/src/replicator.rs#L84-L90

Fixes #19. Adds a method to handle adding a new expression while keeping the variables in-sync with the other methods I also threw #12 in here as well. I can...

This is a bit of a paper cut I noticed. When defining an entity in the [primary_key](https://docs.rs/modyne/latest/modyne/trait.Entity.html#tymethod.primary_key) function, it performs a conversion from the [KeyInput](https://docs.rs/modyne/latest/modyne/trait.Entity.html#associatedtype.KeyInput) to the associated tables [PrimaryKey](https://docs.rs/modyne/latest/modyne/trait.Table.html#associatedtype.PrimaryKey)....

Firstly, this is such a cool library and I don't think i'll ever go back to the old ways of interacting with DynamoDB in Rust again. My coworkers will be...