Andrelec1

Results 20 issues of Andrelec1

juste add : Crafty.modules({ 'crafty-debug-bar': 'release' }, function () { Crafty.debugBar.show(); }); at the end of my own code !!!! when i try to execute i have : [01:30:13,456] TypeError:...

Why color only white ? Why can't change the title ?

Add a simple progress bar ( or progress % ) when player download the save game ...

enhancement

I try to create a bash script that open a tilix with a custome pattern and pre type somme command ... i see the doc i can spilt the terminal...

I have to make a DateTime selector but according to what the user has chosen before i only need a year or year + month ( or year + month...

```php $builder ->add('date', DateTimeType::class, [ 'widget' => 'single_text', ]) ; ``` result => Could not find a transformer for any of these types (datetime, form) Actualy a bypass by using...

Try using clickhouse db in my synfony 4.4 project... I make a twig filter and try to make a request in ... ```php /** @var EntityManager $em */ $em =...

I try to define a column with default value = generateUUIDv4() i try ```$newTable->addColumn('uuid', 'string', ['default' => 'generateUUIDv4()']);``` but the value is string not the function ... so for the...

Use double cote in docker-compose.yml for fixing bug with docker on windows

I try to setup a sf5 inertiajs vuejs stack with typescript ... But i'm stuck at : ``` vue.runtime.esm.js:619 [Vue warn]: Error in render: "TypeError: this._init is not a function"...