davidhq

Results 16 issues of davidhq

Hi, I get this: ``` 1.9 GiB + 16.0 MiB = 1.9 GiB ruby (40) ``` for my ruby processes but when I run `ps aux | grep ruby |...

``` ==> timex warning: the dependency :timex requires Elixir "~> 1.0.0" but you are running on v1.2.2 ``` So no chance of running this on newer versions of Elixir ?

Hi, added icons for these languages: **Solidity** **Vyper** regards

Input fields would still not get autofilled in a lot of cases (ex.: https://justcoin.com/client/#auth/login) timeout finally fixes that

```js import flexsearch from 'flexsearch'; const { Index } = flexsearch; const index = new Index({ tokenize: 'full' }); index.add(0, 'ac'); index.add(1, 'ca'); console.log(index.search('a')); // -> [ 0 ] ```...

bug

## Description Websocket sometimes fails to reconnect. Only solution is to access the website in incognito mode or restart the browser. **WebSocket is closed before the connection is established.** ##...

priority/P3
OS/Desktop

Add Vyper smart contract language #5778 https://github.com/github/linguist/pull/5778 Example of live syntax highlighting (provided that `.gitattributes` with `*.vy linguist-language=Python` is not present) https://github.com/vyperlang/vyper/blob/master/examples/tokens/ERC20.vy https://github.com/vyperlang/vyper/blob/master/examples/crowdfund.vy

Hi, does your project still work? I tried on my files but I don't get any info about open tabs as in your example ![screen shot 2016-09-10 at 12 55...

![screen shot 2014-11-14 at 22 17 40](https://cloud.githubusercontent.com/assets/3899/5053586/3e79a27a-6c4c-11e4-865d-4a0f2b40b593.png)

I think this part of documentation is wrong > There is one situation where the bool property is still supported. When you like to switch the default "or" logic from...