davidhq
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 ] ```...
WebSocket sometimes fails to reconnect until browser restart or website access from incognito mode
## 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.** ##...
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 
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...