Thierry Fleury

Results 11 issues of Thierry Fleury

Initial value uses `selected` option only when `multiple` tag is set. `selected` attribute is also used for single select. Model is bound on `text` option attribute. It should use `value`...

For now, the only option to create a `LocalAudioTrack` is from a local device (and you can't select it). I would want to have an `ExternalAudioTrackSource` like we already have...

enhancement
breaking change

Could it be possible to add a "dev" branch in this repository with NuGet.config pointing to nightly builds.

Dynamic Forms lacks a submissions export feature. I achieved it locally with OpenXml and it exports submissions in an xlsx spreadsheet. [here is the diff](https://github.com/Codinlab/Orchard/commit/fbe7f75d744d5241925ae656fd19cd0e9d18c346) Is the community interested by...

#### Bug: More than one mat-icon or mat-icon-button as prefix or suffix in a mat-form-field are displayed in columns when appearance is other than 'legacy'. #### What is the expected...

P4
area: material/button
area: material/icon

### Scenario If you want to use `FileDocumentStore` as default `IDocumentStore` implementation instead of YesSql DocumentStore. ### To Reproduce ```cs .AddDataAccess() .ConfigureServices(services => services // Use FileDocumentStore as IDocumentStore .RemoveAll()...

bug :bug:

Fixes #12910 - changes `FileDocumentStore` lifetime from Singleton to Scoped - introduces `IDocumentFileStore` with `FileSystemDocumentStore` default implementation as Singleton It opens the ability to replace the default file system store...

Avoid start / stop cycles when using solar charging.

**Describe the bug** When using solar mode with `solar_max_import` parameter greater than 0, the EVSE tries to reach `solar_max_import` value instead of 0. For example, if you set "current_min": 6,...