-
Keeping the tab open seems to consume a great deal of resources, in particular CPU.
Example form chrome task manager;
![image](https://cloud.githubusercontent.com/assets/2565985/26373083/1a90893…
-
I'm looking at migrating [full-moon](https://github.com/Kampfkarren/full-moon) to use rust-peg for parsing. However, since it captures the entire text (such as whitespace and comments), I need to be a…
-
Change:
`VIDEO_UTIL=$(echo "$JSON"|grep Video/0 -A 1|tail -1|grep busy|cut -d ":" -f2|cut -d "," -f1|cut -d " " -f2)
`
to:
`VIDEO_UTIL=$(echo "$JSON"|grep busy|sort|tail -1|cut -d ":" -f2|cut -d "…
-
When the data source is coingecko, a bug occurs when adding some currencies that have the same "symbol" in the CoinGecko API. An example of this is the "Cardano (ADA)" currency. When I add it to the p…
-
Right now we are using no-name token $KSM which is far from top10 so ppl doesn't know it's price. As retail facing app we need to showing this for ppl better understand price pegged to `$`
I.e in c…
-
Here is how it goes in the repl:
```
Get ready to play peg thing!
How many rows? [5]
7
Here's your board:
a0
b0 c0
d0 e0 f0
g0 h0 i0 j0
…
-
```
*hello**there* is perhaps better parsed as
hello**there
than as
hellothere
See the grammar in markdown-peg for a fix.
```
Original issue reported on code.google.com by `fiddloso...@gmail.com` o…
-
```
*hello**there* is perhaps better parsed as
hello**there
than as
hellothere
See the grammar in markdown-peg for a fix.
```
Original issue reported on code.google.com by `fiddloso...@gmail.com` o…
-
pylint takes a long time to run and since I save often it means it pegs a CPU and makes Atom generally slow. I would really like to run pylint on demand using a hot key when I finish some work rather …
-
I'm running some animatediff worklows that can take a whole day to process. If i need my gpu for anything else i either have to wait for it to complete or cancel it and restart the process. This makes…