mash

Results 6 issues of mash

Recursive includes don't work. Without those one can't build tree structures. This is just a note. I'm currently not interested in implementing this. Alternatively or rather additionally there's the jinja2...

```rust use bigdecimal::BigDecimal; use std::str::FromStr; fn main() { let decimal = BigDecimal::from_str("0.1165085714285714285714285714285714285714").unwrap(); decimal.round(0); // called `Option::unwrap()` on a `None` value bigdecimal-rs/src/lib.rs:594:43 } ``` This panics. Complied against master.

I open the same project in multiple vim instances (large monorepo in tmux) which leads to a lot of rls processes to be spawned which easily use up 10 GB...

Can't fix

In Thai it is very common to write English words with Thai letters. There's even a ruleset for doing this: [หลักเกณฑ์การทับศพทั ์ภาษาอังกฤษ](http://www.royin.go.th/wp-content/uploads/2015/03/2371_6847.pdf). Poorly it's often the case that these rules...

enhancement
help wanted
Hacktoberfest

GnuPG defaults to sha256 since 2014. (See [`d332467`](https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=d33246700578cddd1cb8ed8164cfbba50aba4ef3)) Back in 2013 it was decided to advertise sha1 in signed mails. (See [`d1b0666`](https://github.com/jkraemer/mail-gpg/commit/d1b066631a872bbb4666d3245346d3ac54cd8427#diff-84d5e2448b5240e2adb955be60076326R51)) Theoretically the hash algorithm is known but it's...

If one has a structure which carries data and temporary state. One might want to encode only the data and ignore the rest. It seems to me that the simplest...

help wanted