Asaf Mesika

Results 25 issues of Asaf Mesika

**1~3 main use cases of the proposed feature** Notion doesn't have right to left languages support. This can be a great thing to have in the open source **what types...

new feature

Hi, After importing lastest settings.jar I see the on the projects view, the modified files are in dark blue in the Solarized Dark. Any idea why? ![image](https://cloud.githubusercontent.com/assets/989425/17505070/1cafe9a2-5e07-11e6-9fa1-d56cf3938c94.png)

The documentation at https://m3db.io/docs/m3db/architecture/commitlogs/ says : Here are two integrity levels available for commit logs: Synchronous: write operations must wait until it has finished writing an entry in the commit...

area:documentation

In the Peer Boostrapper, a go function is fired to continuously request metadata, page by page, from a specific peer, for a specific shard, until no more metadata exists. In...

Today in M3Query, user can submit queries with faults: * Parse errors: `error":"1:110: parse error: missing unit character in duration` * PromQL.Walk errors: `promql.Walk: unhandled node type *parser.SubqueryExpr, ...` *...

**What are you trying to achieve?** I would like the [API Specifications for Metrics](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md) to support the Summary data type **Additional context.** I saw that the Metrics Data Model and...

spec:metrics
triaged-rejected

### Modifications Fix the documentation of installing JVM on M1 - remove one installation method of sdkman (using brew) and add the deleted instructions to building Pulsar on README ###...

doc

This is the original repository: https://github.com/bulldog2011/bigqueue We use blue-jeans one which doesn't even allow to open issues

enhancement

## What is the purpose of the change Small fix to README ## Brief change log No need for pre-installed maven, since we have Maven Wrapper ## Verifying this change...

This PR aims to showcase the idea of using pooled *mutable* Marshaler objects instead of immutable ones to add support to Memory Mode. I created two classes for each `Marshaler`:...