rafis

Results 29 comments of rafis

I have changed preprocessors: { 'test/*.js': ['webpack'] }, to preprocessors: { 'test/*.js': ['babel'] }, Now it works, but I'm receiving this error: ``` INFO [karma]: Karma v0.12.37 server started at...

Ok, have found that it is [the bug](https://github.com/karma-runner/karma/pull/1884) in Karma.

Thank you @dechoma . If anybody is using Strimzi Kafka Operator then you should take ca.crt from `cluster-cluster-ca-crt` and not from `cluster-clients-ca-crt`.

Here is my code: https://github.com/rafis/gmv It is a bit messy. I have two shard groups `sets_shard_group` and `items_shard_group`. And I need many to many relationship between these shards and as...

Ok, I think I got it. I need to change all relationships fields with `models.BigIntegerField()` and thus to work with cross-shard relationships manually? But why wouldn't you extend Django relationships...

Why do I need to define so much complicated `get_shard()` and `get_shard_from_id()` functions in my model? Aren't they should be provided by some class or by some decorator from your...

It is described in the paper, the Figure 1: https://arxiv.org/abs/1608.05148v2

I think no. This is most simple implementation. Try looking here https://github.com/tensorflow/models/tree/master/research/compression/entropy_coder

@jamshid @chaitrahegde115 What `scrape_interval` do you use? Can increasing scrape_interval help? @lukas-vlcek Any update? Seems like we all have default settings and from average to high load on elasticsearch.