Paul Pogonyshev

Results 22 issues of Paul Pogonyshev

This is a minor change suggested by me in #31, and also agreed to by the original author of `...-no-color` change. To quote: > Would be nice if elisp-lint--no-color was...

This check is already present in this file in other method overloads.

Currently, `crop` style always truncates lines at 79 characters. It would be nice to have this adjustable. Rationale: it is no longer 1980s and e.g. my console has ~260 characters...

enhancement

**Version** Git commit f80fc789b. **To Reproduce** Steps to reproduce the behavior: 1. Start a new game with the following: ruleset: "Civ V - G&K", difficulty "Immortal", religion enabled, map generation...

bug
Stale

I'm creating an issue for this instead of just implementing it, since I would like to see comments from people who use Eldev in this case. If it is at...

enhancement

**Is your feature request related to a problem? Please describe.** If you use any non-standard names for storage fields (e.g. `_foo` rather than just `foo`), `@Attribute` annotation on it silently...

Version 1.25.0. When I issue a command like `show create table ...`, I get hardly-readable output in one string, with `\n` in place of linefeeds. In comparison, in the standard...

Setup: Magit status buffer with staged files, at least two. It looks like this: ``` Staged changes (N) modified file1 [invisible diff of file1] modified file2 [invisible diff of file2]...

bug needinfo

Default behavior of `sp-forward-slurp-sexp` and related functions in C-like modes is wrong, at least unless you apply special configuration to fix it. In comparison, everything works correctly out-of-the-box if you...

I fairly often forget to pass values to String.format() that I intended to format. This results in exceptions at runtime, but could certainly be cought by static code analysis. In...