Ivan Suslov

Results 39 issues of Ivan Suslov

My deps look like this: ``` defp deps do [cowboy: "~> 1.0", plug: "~> 1.0", poison: "~> 3.1", execjs: "~> 1.1.3"] end ``` when I try deps.get I'm getting ```...

This package has source of `libsodium` v1.0.16. This version does not compile on Linux ARM. To be precise, it compiles, but fails on test `pwhash_scrypt`. See https://github.com/jedisct1/libsodium/issues/721 I can confirm...

In the doc there is no word about how to listen events that `bubbles`. For example this does not work: ``` static get listeners() { return {"message-added": "_messageAdded"} } ```...

Just wanna say that I'm impressed. Thank you for doing this. One question, why did you choose OCaml? Is it something special about this language for such a project?

### Description paper-textarea change event not firing ### Expected outcome fire ### Actual outcome ### Steps to reproduce `` Probably related to `` ### Browsers Affected - [x] Chrome -...

### Description `--app-grid-expandible-item-columns` value is always equal to `--app-grid-columns` if styles not applied in `:host`, so in one element you can have only one app-grid if you want to use...

enhancement
p2 - icebox

Surprisingly I noticed that this element does not support `change` event. Well, I think it is a critical issue, since `paper-textarea` uses this component and `paper-textarea` developer thinks that this...

Let me know if you don't understand the issue, but briefly speaking it just does not work when parent has `flex-direction: column-reverse`. I'm developing chat and want scrolling region to...

In a sandbox here https://www.cozodb.org/wasm-demo/ I created a table: ``` :create my_table {id: String, year: Validity => president: String} ``` ``` ?[id, year, president] president} ``` Then created an index:...

If for example we try to connect Atlassian Crowd using wrong url we get unhandled exception. I see that it is fixed in April 2014 in lib/index.js, but since your...