Martin Sigloch

Results 4 issues of Martin Sigloch

https://github.com/ueberauth/ueberauth_twitter/blob/8d2e3d39b6ae7bbbaaad6b6baa89ef710f419df7/lib/ueberauth/strategy/twitter/oauth.ex#L70 `error` does not contain a string or exception here and causes an ArgumentError: ``` Request: GET /auth/twitter ** (exit) an exception was raised: ** (ArgumentError) raise/1 and reraise/2 expect...

Convert `//!` to `/// `, so the user doesn't have to think about that. E.g. `//!` is used in [BitcoinWallet.mo](https://github.com/dfinity/examples/blob/master/motoko/basic_bitcoin/src/basic_bitcoin/src/BitcoinWallet.mo#L1)

After a comment marker (`//`) at least one space should be inserted to improve readability. Additional spaces should be preserved. Examples: - `//some comment` would be formatted as `// some...

Enforce the [style guide recommendation](https://internetcomputer.org/docs/current/developer-docs/build/cdks/motoko-dfinity/style/#miscellaneous] for numbers: > Group by 3 digits in decimal numbers and by 4 in hexadecimal notation. In addition, add leading zeros in hex notation to...