Moaz Alkharfan

Results 7 issues of Moaz Alkharfan

With the new github package registry i think this would be a good feature to have.

All the read commands are being done on the master in a clustered Redis. This pull request adds the PreferSlave flag for all read operations.

So, a common problem with people have with mailto links is that they do nothing when default app is selected or mailtoui is not used. That's because their email app...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Can't check for null when string is non nullable type....

🐛 bug
🌶️ hot chocolate
Area: Data

- Use `FluidViewEngineOptions.PartialsLocationFormats` to lookup partials files - https://github.com/sebastienros/fluid/blob/5067057abc854e0026bfc214dbfd467776a9d60c/Fluid.ViewEngine/FluidViewRenderer.cs#L284-L307 - Use DI for `FluidViewRenderer` to allow for overriding - https://github.com/sebastienros/fluid/blob/5067057abc854e0026bfc214dbfd467776a9d60c/Fluid.MvcViewEngine/MvcViewFeaturesMvcBuilderExtensions.cs#L27-L31 - Configure for `FluidMvcViewOptions` to have consistent options values across...

I'm getting the error: `Error: Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.` which is an...

In reference to https://github.com/sebastienros/fluid/pull/601 - To reduce confusion between the configurations I've decoupled the `FluidMvcViewOptions` from the `FluidViewEngineOptions` - Added The `IFluidViewRenderer` in a similar way to `MinimalApis.LiquidViews` - This...