Ahmed Fwela

Results 15 issues of Ahmed Fwela

this moves calling `initSummernote` from the `initState` (which doesn't support async initialization) to the build method using a `FutureBuilder` and an `AsyncMemoizer`

This PR aims to add polymorphism support to `dart-dio` TODO: - [x] handle discriminator-based serialization/deserialization in schema with mapping specified - (how to handle it without mapping ?) - [x]...

Handle all possible relations Note: One-Many means the `First` entity is `One`, and the `Second` entity is `Many` ### One-One (One Order - One Address) - `One` property in the...

instead of using `dynamic` to represent file info, why not use the existing [cross_file](https://pub.dev/packages/cross_file) package, which has an `XFile` type that works on all platforms

This PR adds support for Bulk translations in the `Volo.Abp.MultiLingualObjects` module, which prevents calling `await SettingProvider.GetOrNullAsync(LocalizationSettingNames.DefaultLanguage)` for each object, and only calls it once. I also added some tests, and...

**Description** When adding a brick with a relative path to mason.yaml, the mason-lock.json will contain an absolute path to it **Steps To Reproduce** mason new sample -o bricks mason add...

enhancement

When right clicking a folder and making a brick it says ![image](https://github.com/felangel/mason/assets/63286031/83d155c5-0d8a-4633-9051-d77d723d4885) this is because I have multiple workspace root folders, and I am guessing it tries to pick the...

bug

The [OpenID Connect Session Management 1.0](https://openid.net/specs/openid-connect-session-1_0.html#ChangeNotification) requires the use of a hidden iframe to communicate with the OP, and the use of authorization grant with `prompt=none` (which also needs a...

question

the base class for all controls in reactive form is `AbstractControl` or more precisely `AbstractControl`, this control contains validators for the model type. but another feature of reactive forms is...

# Pull Request ## Related issue Fixes #315 ## What does this PR do? - Introduces a new type `IFormatContainer` coupled with a json converter `IFormatContainerJsonConverter` and a `IFormatContainerJsonConverterFactory` -...