Joël DIBASSO
Joël DIBASSO
same here
There is one test failing in /tests/api/test_reminders.py: ```python assert data[reminder_index]['next_reminder'] == next_reminder.strftime( "%Y-%m-%dT%H:%M:%S" ) ``` It shows an offset of an hour between the expected and actual value: ``` -...
@mcoughlin @Theodlz I skipped the ci because I needed to push some changes as I am working on two different computers but I know the tests will fail as the...
@mcoughlin Ok for the package.json but why do you do that though?
@Theodlz Alright I see but you usually commit the `package-lock.json` for that though. Pinning versions in `package.json` does not necessarily ensure your versions stay consistants between different builds and your...
I am using dependabot on several repositories with package-lock.json. I have not encountered any issue, it just checks for the package.json file and updates both. Sure, I can do it...
@Theodlz I dont think I have ever had an update from the package-lock.json from dependabot. I looked into it and it seems that dependabot does read package-lock.json but only for...