Anup Dhamala

Results 11 issues of Anup Dhamala

Firstly, thanks for sonic -- looks very promising! We are [evaluating](https://github.com/Code4Nepal/akshara-project/tree/sonic_test/sonic) it for our [project](https://github.com/Code4Nepal/akshara-project) as a replacement for elasticsearch and wanted to discuss the feasibility of a feature here....

Some scripts respond to users entering (or leaving) a room, as in: ``` robot.enter (msg) -> username = msg.message.user.name room = msg.message.user.room if username isnt robot.name robot.logger.info "User #{username} entered...

**Describe the problem you are trying to solve** A datetime module is absent from [tremor-script](https://docs.tremor.rs/tremor-script/) [stdlib](https://docs.tremor.rs/tremor-script/stdlib/std/) right now. Functions related to datetime construction, parsing and formatting are useful in general...

enhancement
help wanted
good first issue
language
hacktoberfest
_complexity:medium
_size:medium

**Describe the problem you are trying to solve** Add cross build and packaging support for targets `armv7-unknown-linux-gnueabihf` and `aarch64-unknown-linux-gnu` so that ARM device users can try tremor without having to...

enhancement
packaging
blocked-on-external

There's an official elasticsearch rust client now: https://github.com/elastic/elasticsearch-rs It's still in alpha but should be sufficient for our bulk indexing use in the elastic offramp. Looks to be more actively...

enhancement
good first issue
offramp
hacktoberfest
_complexity:medium
_size:medium

**Describe the problem you are trying to solve** The [gelf-chunking](https://docs.tremor.rs/artefacts/postprocessors/#gelf-chunking) postprocessor uses a [numeric message id](https://github.com/tremor-rs/tremor-runtime/blob/v0.10.2/src/postprocessor/gelf.rs#L47) that is incremented on each new message. To better guarantee uniqueness when multiple tremor...

enhancement
help wanted
good first issue
offramp
hacktoberfest
_complexity:low
_size:small

Mkdocs does not seem to support it yet officially: https://github.com/mkdocs/mkdocs/issues/193 But there are some solutions around it that add the feature: https://github.com/containous/structor https://pypi.org/project/mike/ Or we move away from mkdocs entirely.

enhancement

To improve auto-complete queries, we can add suggestions when indexing documents. https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html#indexing Start by tokenizing author/title fields and adding them as suggestions. Eg: we should get a match on "Bhairab...

enhancement
eng_backend
Phase 1.5
Nice to have

https://www.elastic.co/blog/elastic-stack-7-0-0-released We are on elastic 6.3.1 currently which should be fine for our use-case. Investigate if 7 offers some major advantage -- we do want to upgrade to 7 at...

enhancement
eng_backend

It should be easy for anyone in the team to add new documents to elasticsearch, once we have the raw docs. * schema/format to follow (for all our sources: crawled...

enhancement
eng_backend
Phase 1.5