Emmanuel Belair

Results 11 issues of Emmanuel Belair

I can't figure out how to make date picker working with formbuilder. Here is an example that generate an error: ```dart import 'package:angular/angular.dart'; import 'package:angular_components/material_datepicker/material_datepicker.dart'; import 'package:angular_components/material_datepicker/module.dart'; import 'package:angular_components/model/date/date.dart'; import...

I can't make material dropdown select working with required attribute It seems not appearing on the library

Hi, I have the following database schema: ``` CREATE TABLE AGDE_ETAB ( ETAB_ID D_UUID, DENOMINATION VARCHAR(255) NOT NULL, VOIE_ID D_UUID, CONSTRAINT AGDE_ETAB_PK PRIMARY KEY (ETAB_ID), ) CREATE TABLE AGDE_VOIE (...

Hi, how I can search with accent insensitive? For instance, if I search for 'e' it does not find 'é' or 'è' etc....

I have a test that checks some config objects that contains refs to callable functions like this: ```py @dataclass class ExportConfig: sql_query: str output_file: Path format_fields: dict[ str, Callable[[Any], Any],...

I see this option [in the source code](https://github.com/sebastianbergmann/php-code-coverage/blob/d10b53a877ad06afe11afdd39a391cd86382827c/src/Report/Text.php#L54) but I don't know where I can enable it. EDIT: I tried : - coverageTextShowOnlySummary in phpunit.xml - --coverage-text-show-only-summary in cli arg...

Can we use oauth2 with session? I need to keep user connected, then disconnect them after a while of inactivity

Hi, I get this error in console when I load the demo app: ``` Uncaught TypeError: Failed to execute 'define' on 'CustomElementRegistry': constructor argument is not a constructor at main$...

I've exported DateTime in the component to use it in the template then I got the error shown below: ``` @Component( selector: 'my-app', templateUrl: 'app_component.html', directives: [], exports: [RoutePaths, Routes,...

It would be great to add countries by continent like Africa, America, Asia, Europe, Oceania ... This list could help: https://gist.github.com/orenitamar/3207618