Edgars Irmejs

Results 11 issues of Edgars Irmejs

**I'm submitting a ...** (check one with "x") ``` [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support...

**Use case:** The user opens the picker popup, clicks on the month (switches mode to month panel), clicks some arrows (year changes), the user panics and wants to get back...

[README.md](https://github.com/tony19/logback-android#readme) provides a useful gradle configuration for running an app, but isn't unit test friendly. You've already provided a detailed [workaround using Robolectric](https://github.com/tony19/logback-android/issues/151#issuecomment-466276739) but Robolectric is quite a chunky solution...

bug

~/tmp/uSQL4CC/examples/sqlparse $ unix/sqlparse usql> SELECT 1 FROM a.b WHERE 1 = 1 AND 1 terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check Aborted

``` // Antlr lexer is vomiting verbosity when the query is unparsable. // It's not easily suppressable. // The lexer doesn't use 'cout'. Overriding puts temporarily doesn't seem possible. //...

~/tmp/uSQL4CC/examples/sqlparse $ unix/sqlparse usql> SELECT id FROM a.b ORDER BY id Segmentation fault

Losing precision after the decimal point is almost always a non-issue. Using 'string' in such cases is usually worse.

The new version wrapping Python docstrings adds ` * ` prefix to lines, if the comment starts on the docstring line. Input: ``` def a(): """ a a a a...