Alberto Vildosola

Results 6 issues of Alberto Vildosola

I'm trying to migrate from dartz to fpdart and I noticed that `Option` has `foldLeft` and `foldRight` but doesn't have a `fold` method. `Either` has all three, though. They both...

I can't get didReplace in RoutemasterObserver or NavigatorObserver to fire when using the replace function. Can anyone confirm that this is working? Does didReplace only work when using Navigator.of(context).pushReplacement() ?

API design

Any plans to support v16.0 like [unicode-emoji-json](https://github.com/muan/unicode-emoji-json/releases/tag/v0.8.0)?

### Describe the bug With the following tables: user -> messaged* -> attached* -> image When `messaged` and `attached` are relation tables, deleting a `messaged` record doesn't delete the connected...

bug
triage

### Describe the bug ```rust #[derive(Debug, Clone, Deserialize, Serialize)] pub struct Record { location: Option, } ``` Serializing the struct above works but deserializing it gives me the error below....

topic:rust
sdk-issue

## Motivation `sea-orm-cli generate entity` does not currently generate entities from tables using [inheritance](https://www.postgresql.org/docs/current/ddl-inherit.html). ## Proposed Solutions For entity generation every table that uses the INHERITS statement should be generated...

A-schema