-
Because a findAndUpdate method is presented to cut down the following code:
```
Model.findById(_id, function (err, doc) {
if (doc) {
doc.field = 'value';
doc.save(function …
-
Here are some suggestions.
If we keep spinning after the bag is finished, the effects of the final optimization can also be viewed live in rviz, since everything will still be published (now it's n…
ojura updated
6 years ago
-
Provide a report module for dataset and resources in the catalog. The aim is to know:
- number of resources by format
- list of broken links
- how many datasets published
- how many resources publis…
-
A database of postcodes/zipcodes and the corresponding spatial locations in terms of a latitude and a longitude (or similar coordinates in an openly published coordinate system). The data has to be av…
-
The idea is to borrow Mavens parent.pom concept to allow specifying common dependencies, devDependencies, scripts, configs or any other property.
This would be extremely helpful when using npm as a b…
-
Lab Machines:
- [x] hypnotoad
- [x] kif
- [x] nibbler
- [x] wernstrom
- [x] zapp
Robots:
- [x] bender
- [x] clamps
- [x] leela
- [ ] marvin
- [x] pickle (former roberto robot base)
- [x] roberto (lap…
-
#### Problem:
We are building images with ready-to-use applications where we have a separated DB or other external service that needs to be populated while installing the main application in a separa…
-
Warn the user when their browser storage is getting full.
Is it possible for RES to interrogate the browser about its quota or would we have to hardcode that? or can it only test when it can't add a…
-
Charset tanks should be breakable without destroying whatever is inside them. Ideally, fluid-filled tanks in the inventory would also have a tooltip indicating what fluid they're holding, and their co…
-
I have been using spacy for streaming data (twitter and news stories mostly) and I believe that the fundamental design of the vocab/StringStore in spacy is problematic for streaming processing. When …