lukepass
lukepass
Thanks! That worked perfectly, I used the bundled.js version which I think should contain the polyfill?
I have the same problem, is there a way to match whole words only? Thanks.
I saw that you can pass a second argument to censorString and it will match whole words only: ``` public function censorString($string, $fullWords = false) //
It could be really useful!
I would like to keep the cached version because it's handy to just replace the database with all the fixtures.
This issue could be related to this one: https://github.com/doctrine/dbal/issues/2901 Maybe if the option was added it could work?
Using `FOSCKEditorBundle` is as simple as this: 1. Install the bundle suggested by @TomaszGasior 2. Edit the desired forms adding the following attribute: ``` ->add('content', CKEditorType::class, [ 'config_name' => 'advanced',...
This tutorial is exactly what I was looking for! It doesn't use a PathFollow2D because it's for a KinematicBody2D.
I suggest you to create a Line2D and set its point so that you can see the actual path in screen. Your bug could be the chech "< 1", in...