-
Hello.
I'm wondering if I got this right:
Let's say I have a schema with Astronomy for a 'Document' that has lots of things specified, dates, titles whatever, and I also use Astronomy's validation o…
arggh updated
8 years ago
-
(v1.2.10) I have a form that sets the content of a model and submits it to a Meteor method. The first time the form is submitted, the document saves as expected. If the `title` in the form, for exampl…
-
Does it make sense to lump all of these classifications together and give the average anonymous user a weight? My guess is they would appear in the middle of the pack, so this wouldn't matter too much…
-
### Article outline
https://github.com/meteor/guide/blob/master/outlines/collections.md
### Major decision points
1. `simple-schema` for schemas
2. `collection2` for schema validation (just as an err…
-
there is an issue to install packages with entry points, not sure if it's a 3.6.0b1 bug or a feature. python3.6 may look for a registery entry, and react badly when not finding one.
to read: sys.path…
-
Example code:
```
fields: {
availability: {
type: [AbstractDuration],
default: function() {
return [];
}
}
```
When I run `Class.availability.push(new AbstractDuration)`, My docu…
-
[https://github.com/ClickerMonkey/neurosync](neurosync)
From the repo:
> Neurosync is a javascript ORM that is offline & real-time capable.
>
> ORM you say? Neurosync doesn't do anything crazy dire…
ghost updated
8 years ago
-
Hi @jagi, I've been reading about Astronomy, it's documentation and the examples but I'm still not sure if I can use your package for the following scenario.
I have 3 collections: Markets, Producers …
-
``` nim
import base64
var file = readFile("foo.json")
echo encode(file).decode()
```
foo.json:
```
[
{
"name": "argument_parser",
"url": "git://github.com/gradha/argument_parser/",
"m…
dom96 updated
8 years ago
-
release condition: (spyder3.0.2, numpy-1.11.2, pandas 0.19.1, scikit-learn-0.18.0, scikit-optimize-0.2, Matplotlib1.5.3 (rc3: november 5th 2016)
Features:
- Highlights : pandas 0.19.1, scikit-lear…