-
This works with django-hvad, provided that you give values for all required fields:
```
item1 = NewsItem.objects.create(title="Item One",
publication_date=date.today())
```
But this does…
-
#### 问题简述 (One-line summary)
海南地图通过json加载后,显示出来的地图很小。同样的option其他省份加载json后显示出来的大小正常。
#### 版本及环境 (Version & Environment)
- ECharts 版本 (ECharts version):
- 浏览器类型和版本 (Browser version):
- 操作系统类型和版本 (OS V…
-
1) any version of `qri restore`, ie `qri restore meta` `qri restore body` adds a `structure.json`
2) `qri restore structure` does not work if there is no current `structure.json` file already present…
-
Currently, deleting an entire dataset isn't closing off history with a name-deletion operation. running `qri delete --all` should _close out that dataset name_, returning the name to the available nam…
-
With a saved version for an FSI linked dataset, using a csv body, and a clean working directory, running `qri status` gives:
```
for linked dataset []
working directory clean
```
But `qri d…
-
If the user runs `status` and sees a component is modified (or has an error) and wants to restore the version from the last commit, they need a command to do so. Going to try prototyping this feature …
-
Review IPFS Camp content and determine what would fit well within ProtoSchool and whether it makes sense as new tutorials or additions to existing materials.
**Camp content to review**
For some o…
-
The function `CalculateStateTransition` in fsi/status.go is reading body files using ioutil.Readall. This makes status calculations sensitive to non-significant changes to the body, like whitespace or…
-
I'm keen to adopt IPFS for some projects I'm working on, but a key requirement for me is reliable, scalable, and cheap storage. Normally I'd use S3, but it appears that it isn't possible to back IPFS …
-
User can drag and drop a data file onto the new dataset modal, serving the same function as manually choosing the file using the file picker.