Sahil Paudel
Sahil Paudel
Below is my implementation I have used order_by condition The data on the first page is fine but when I paginate to other pages I get 1-2 rows every time...
```dc.SavePNG("out.png")``` Won't this degrade the quality of the image?
We are trying to shift to faust from existing application but we are finding it hard to get inspiration for flask integration. It would be great if someone just put...
Hi Folks, I am able use statix for http metrics but I wanted to know if there is a way I can configure it to capture ecto metrics as well....
Does it support kafka or any future plans for it.
I am trying to use the ecto-cassandra along with my postgres database. However the current ecto version I am using is `{:ecto, "~> 3.4.0"}` and the requirement for this project...
``` ===> Compiling lz4 make: Entering directory '/var/www/diamond_web/deps/lz4/c_src' cc /var/www/diamond_web/deps/lz4/c_src/lz4hc.o /var/www/diamond_web/deps/lz4/c_src/lz4_nif.o /var/www/diamond_web/deps/lz4/c_src/lz4.o -shared -L /usr/local/lib/erlang/lib/erl_interface-3.11.3/lib -lerl_interface -lei -o /var/www/diamond_web/deps/lz4/c_src/../priv/lz4.so /var/www/diamond_web/deps/lz4/c_src/lz4hc.o: file not recognized: file format not recognized collect2: error: ld...
``` const ruleSetVersions = require("./rule_set_versions").ruleSetVersions const ruleSets = require("./rule_sets").rule_sets ``` I am getting this error while using above require ``` File "/Users/sahilpaudel/Documents/PharmEasy/NodeJS/CarbonSDK/evaluate.py", line 99, in var.put('ruleSetVersions', var.get('require')(Js('./rule_set_versions')).get('ruleSetVersions')) File "/Users/sahilpaudel/.pyenv/versions/3.6.5/lib/python3.6/site-packages/js2py/base.py", line...
`keyspace.ex` ``` defmodule Diamond.Models.Keyspace do use Triton.Keyspace keyspace :keyspace_audit_log, conn: Triton.Conn do with_options [ replication: "{'class' : 'SimpleStrategy', 'replication_factor': 1}" ] end end ``` Error ``` == Compilation error in...