cpol0

Results 11 comments of cpol0

Hi, by default after `initialize_data` I agree there is only 1 editor (checked in the UI) ![image](https://user-images.githubusercontent.com/82312908/150961072-cb55f10f-29f5-417c-8a3f-efe333504318.png) I swear I didn't start the script 2 times, and this is why...

First, do you see the issue on your side? Or do am I missing some step in the configuration? Then, if it is confirmed that's an issue, (sorry to ask...

Yes, regarding the documentation https://superdesk.readthedocs.io/en/latest/cli.html#app-prepopulate it seems this command is very helpfull to have a kind of demo with fake datas. Because we (www.reporterre.net) are looking for a new CMS,...

yes, I run docker-compose and followed instructions from the documentation. Appart the 3 defaults users, I didn't see demo datas. Is there another command to run insteaf of prepopulate? Thanks...

Yes I am. I did few more tests today, unfortunately all failed. - I've tried to launch prepopulate with `DEMO_DATA=0`, this time there is still the same issue because in...

Same problem here. I've rebuild the firefox extension https://github.com/firefox-devtools/vscode-firefox-debug 2.9.7 version and rollback until 2.9.4 (2 years ago) with the `package` command, there is absolutely no `https://github.com/firefox-devtools/vscode-firefox-debug.js` file. So it...

Hi, I'm working on this issue and have a fix. However, as a new contributor I'm a little lost about the right procedure to do my PR. 1. Is there...

Yes sorry for the french, I did so much unitary tests in my previous life than "TU" is burned forever in my brain :) And for me, the issue is...

`IntlDateFormatter` is part of the [Intl extension](https://www.php.net/manual/fr/intro.intl.php), so you need to have the Intl extension installed, whatewer the language you set. I'm a rookie in web development, but it seems...

> You can always do a feature detection : if the intl extension is not loaded, use the previous "wrong" date format function. Smart! I didn't know that we can...