Francesco Montanari
Francesco Montanari
This is a breaking change also if you have a Doctrine entity like this: /** * @ORM\Column(type="uuid_binary", nullable=true) */ private ?Uuid $clickid; Now you get a > Typed property App\Entity\\...::$clickid...
> Makes sense > > I was looking for an approach that would eliminate deprecated warnings, which is what lead me to this issue ticket initially Agree, please remove the...
> > I was looking for an approach that would eliminate deprecated warnings > > > please remove the deprecation warning since it's quite annoying and it's a false positive...
lol, it was released yesterday :) good job, the deprecation warning is finally gone
https://api.jquery.com/length/
If you really want that version you find the binaries on the github releases page: https://github.com/ytdl-org/youtube-dl/releases/latest
Also you can just add to cron something like > 6 4 * * * root /usr/local/bin/youtube-dl -U and the nightly build will update itself
**sebastian/diff** doesn't seem to have colorized html output, and it shows the differences only as lines. It may be ok for code, but not for highlighting the differences in blocks...
I solved by adding `.trigger('shown.bs.tab')` after `$(selector, context).tab('show')`
Shouldn't it contain a trailing slash? the [docs](https://symfony.com/doc/current/routing.html#generating-urls-in-commands) say: ``` framework: router: # ... default_uri: 'https://example.org/my/path/' ``` But the recipe has `http://localhost`, this makes it unclear if we should use...