Sébastien Corbin
Sébastien Corbin
There is lot of JavaScript on buttons that should not be present (I think it was to replaced them with easier-to-style div), hence `submitFilters()` and `submitEmptyFilters()` are not needed.
In development, I let silk live in the background and I often spawn its summary page to see page that takes the most time/queries. Now I sometimes use `pdb` on...
- Continuing discussion from #258, all credits to @pikhovkin - Rebased on master, tested on Oracle VM (see https://code.djangoproject.com/wiki/OracleTestSetup) - Fixed failing tests Now I would like to discuss dropping...
Remove (and add to gitignore) if needed: - web.psd - silk.sublime-project - package.json and anything related to build a JS app (if possible) #561 - gulpfile.js ans scss files (if...
Trying to use this library i've got this from file node_modules/airplay2/node_modules/mdns/lib/dns_sd.js
### Issue Summary When using `max_num` option on a StreamField, the '+' insert buttons are successfully disabled once max_num is reached. But when adding multiple paragraphs in a paragraph block,...
This is a rework of https://github.com/wagtail/wagtail/pull/11825 (as I don't have access to the original branch)
Fixes #12005 - Dropped `formats.FORMAT_SETTINGS` being modified as we are in checks, and it would not be taken into account during production - Passed language directly instead of using translation...