acrozes

Results 8 issues of acrozes

Hello, How to create TimeSeries Collection ? https://docs.mongodb.com/manual/core/timeseries-collections/#create-a-time-series-collection The mongo query as exemple: ``` db.createCollection( "weather24h", { timeseries: { timeField: "timestamp", metaField: "metadata", granularity: "hours" }, expireAfterSeconds: 86400 } )...

Hello, Where to find the "offices" collection data to make the "Office Activities" first launch success ? I have this error: ``` E/flutter (26283): [ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception: E/flutter (26283): NoSuchMethodError:...

Testing the first exercice on my Samsung S4, I have an out of memory error. Is exist a way to increase the memory limit ? The stack: ` 06-03 01:47:04.002...

Hi, Example: @Route("/{channel}/", requirements={"channel"="channel_fr_1|channel_fr_2|channel_fr_3"}, name="channel_home") I'd like to set: - en: requirements={"channel"="channel_en_1|channel_en_2|channel_en_3"} - de: requirements={"channel"="channel_de_1|channel_de_2|channel_de_3"} Maybe we can add in route.en.xml : channel_home /{channel}/ [...] channel_home.requirements channel_en_1|channel_en_2|channel_en_3

``` Before: $form->add('category', 'choice', array( 'translation_domain' => 'MyDomain', 'choices' => array('politics', 'media'), 'empty_value' => 'trans_key1', )); After: $form->add('category', 'choice', array( 'translation_domain' => 'MyDomain', 'choices' => array('politics', 'media'), 'placeholder' => 'trans_key1',...

Parser

I add in my composer require: "js/mysqlnd-bundle": "dev-master", The Error: ``` >php composer.phar self-update You are already using composer version e7b82cdd886f305cd5b86fbf52d80e2d9020c9fb. >php composer.phar update Loading composer repositories with package information...

An exemple application on Flutter should be nice, like the other flutter's packages ... Thank you