Alexander Maznev

Results 15 issues of Alexander Maznev

This PR adds a `--no-humanize` flag to allow writing the ps_mem output in an easily machine parsable form (e.g. useful for later graphing the data in matplotlib). Also I believe...

There are several objectives that should be achieved or more easily achievable with a refactor. **Separate state (as much as possible from Polymer components) ** Polymer state changes and notifications...

e2e is now relatively stable in Matrix, so we should look into supporting signed comments. Crucial to this is figuring out a user-friendly way to obtain / store ed25519 keys.

Currently each discussion using Interlocutor is tied to a unique Room which must be generated separately by the host. Ideally we would be able to generate rooms from e.g. prefix...

Interlocutor `demo/index.html` is currently using a normal user account/login to provide application access to rooms. While this is hidden in the UI it basically means that all client users have...

So from my understanding `applyDefaults` is called using the notify from `['beforeCreate', 'beforeCreateMany'];` hooks, which means that `createRecord`to create a local instance (I hope I'm getting this right) will not...

question
docs
v3

In the paper referenced for the bloom filter hashing algorithm used (https://github.com/bitly/dablooms/blob/master/src/dablooms.c#L185) (Kirsch, Mitzenmacher [2006]) - the recommended algorithm is given by: gi(x)=h1(x)+ih2(x)(mod p) From my reading it seems that...

I wanted to discuss this pull/functionality request https://github.com/lanoxx/tilda/pull/31 - Is renaming tab functionality something Tilda needs? (This maybe can be done better by the shell rather than by Tilda?). If...

enhancement

### Description Use of a nested attribute passed to a paper-slider will cause it to always set a string value. ### Expected outcome `paper-slider` should set a number. ### Actual...

https://github.com/PolymerElements/iron-autogrow-textarea/blob/master/iron-autogrow-textarea.html#L281 I don't have an iphone to test this on but are you sure this is still correct? - e.g. Chrome's dev-tools (Chromium 57.0.2987.133) mobile view for the Iphone 5...