-
We thought you guys might be interested to know we are using NestedTypes very successfully with Knockout using the KnockBack 'glue' layer :)
-
When exchanging Backbone with NestedTypes no default store is set.
It looks like Model uses Backbone as default store (`model.js:50`), however Collection does not have such a default (`collection.js…
-
-
Dear All,
I'm trying to install pytables on my laptop but without any good result.
First of all I used brew to install hdf5 library. Then I have updated numpy, numexpr, six and cython.
Current install…
-
`bower.json` has wrong version number. When installing trough `bower install backbone.nestedtypes` the result is
```
bower backbone.nested-types#* download https://github.com/Volicon/backbone.nestedT…
-
(python3_env) dhcp-wifi-8021x-155-41-97-43:seq2seq Icarus$ sudo pip install tables
The directory '/Users/Icarus/Library/Caches/pip/http' or its parent directory is not owned by the current user and t…
-
Please also take this into account if you consider contributing.
**Key points:**
- Default values on prototypes (except repeated, which must be arrays on the instance)
- Ditched nulls (except for…
-
Hi, this is a bit copy pasta, but is related to swagger-api/swagger-codegen#2856
This code:
``` java
@Data
public class Company {
@JsonIgnore
private Long id;
private String name;
pr…
-
In NestedTypes, model.get( 'attr' ) and model.set( 'attr', value ) are slower than accessing attribute through native property, and in general doesn't make any sense.
However, with new NestedTypes ar…
-
Hello,
I am using Elasticsearch-SQL plugin 1.4.8 and need to use the reverse_nested method for my query:
SELECT \* FROM eventindextest1/EventBean where nested(attributes.paramKey)='BLOCK' and reverse…