This repository's issues are reserved for feature requests and bug reports.
Bug Report
Live reload fails on windows due to an access issue with the .tmp directory.
time="2017-10-14T16:36:31-06:00" level=warning msg="Modified file: C:\\Users\\Username\\Documents\\Projects\\covalent-quickstart\\mock-api\\config\\schemas\\user.yaml...Reloading config"
time="2017-10-14T16:36:31-06:00" level=info msg="Importing schemas for CRUD objects and seeding initial mock data..."
time="2017-10-14T16:36:33-06:00" level=fatal msg="could not write data to temp dir. Exiting."
What is the expected behavior?
The server should not crash on yaml file change
What is the motivation / use case for changing the behavior?
Match unix support & development ease.
Which version of golang, and which browser and OS does this issue affect?
covalent-data 0.7.1 on Windows 7 pro in a covalent-quickstart project
This repository's issues are reserved for feature requests and bug reports.
Bug Report
Live reload fails on windows due to an access issue with the
.tmp
directory.What is the expected behavior?
The server should not crash on yaml file change
What is the motivation / use case for changing the behavior?
Match unix support & development ease.
Which version of golang, and which browser and OS does this issue affect?
covalent-data 0.7.1 on Windows 7 pro in a covalent-quickstart project