Sameer Kattel
Sameer Kattel
When there are two calendars, It would be great if there is an option to configure left calendar exclusively for from date selection and right calendar exclusively for to date...
**Versions** https://fetrarij.github.io/ngx-daterangepicker-material/simple **Describe the bug** Right Calendar view is not updated when custom date range from date is set to future date **To Reproduce** Steps to reproduce the behavior: 1....
Currently underlying stream start position is not exposed for a tar entry and because of this it's not possible to iterate through all the tar entries and create a lookup...
I am trying to run two monstache services in a cluster mode, one service just handles deletes change stream sync and other service handles everything else. When doing so, monstache...
@rwynn When I have date based elastic search index then without configuring [script] section in monstache config delete does not work. `[[script]] namespace = "mynamespace" routing = true script =...
@rwynn first of all thank you for the tool! I have one question, Mongo deletions sync is very slow ~14K per minute compared to mongo inserts sync ( insert sync...
Data modifications done in a transaction is logged with ` "op" : "c", "ns" : "admin.$cmd",` And data are not synced to ES for modifications done in a transaction
when I have a monstache running with config ` elasticsearch-urls = ["http://p-mn-ms5:9200","http://s-mn-ms5:9200","http://a-mn-ms5:9200"]` Sync does not work when "http://p-mn-ms5:9200" is down
``` [Option('a', Required = false)] public int a { get; set; } [Option('b', Required = false)] public int b { get; set; } ``` But either a or b should...