Bernhard Wagner

Results 20 issues of Bernhard Wagner

~/.inputrc setting 'set editing-mode vi' ignored, even if it seems to be working for other programs, i.e. bash. Mac OS X: 10.11.6 (El Capitan) grenchman 0.2.0 Leiningen 2.6.1 on Java...

### Semantics-breaking refactoring suggested by Sourcery "Merge dictionary updates via the union operator" Code before: ``` a = {'a': 'b'} a.update({k: a[v] for k, v in {'c': 'a'}.items()}) ``` When...

debug info ```json { "atom": "1.26.1", "platform": "darwin", "release": "17.5.0", "vmpVersion": "1.32.0", "vmpConfig": { "blackholeRegisteredOperators": [], "startInInsertModeScopes": [], "charactersToAddSpaceOnSurround": [], "highlightSearchExcludeScopes": [], "flashOnOperateBlacklist": [] } } ``` OS: 10.13.4 (High...

The cpp source: ``` #include "easylogging++.h" INITIALIZE_EASYLOGGINGPP int main(int argv, char* argc[]) { el::Configurations conf("easylogging.conf"); el::Loggers::reconfigureAllLoggers(conf); el::Loggers::addFlag(el::LoggingFlag::HierarchicalLogging); LOG(TRACE)

`coltrane scale F pentatonic minor` results in: `F G♯ A♯ C D♯` where it should be: `F A♭ B♭ C E♭ F` The process basically consists of determining the intervals...

File "myprog.py", line 49, in main m.archive() File "...python/3.10.1/lib/python3.10/site-packages/simplegmail/message.py", line 218, in archive self.remove_label(label.INBOX) File "...python/3.10.1/lib/python3.10/site-packages/simplegmail/message.py", line 328, in remove_label self.remove_labels([to_remove]) File "...python/3.10.1/lib/python3.10/site-packages/simplegmail/message.py", line 343, in remove_labels self.modify_labels([], to_remove) File...

I've seen [WINPTY_FLAG_PLAIN_OUTPUT ](https://github.com/rprichard/winpty/pull/163) but am wondering whether there's an option to disable displaying the current command in the terminal's window title entirely? Or better yet, to customize it?

sendmidi v1.0.15 on macOS 10.14.6 (Mojave): MIDI channel needs to be specified before command, e.g.: `sendmidi dev um ch 2 cc 110 127` When using: `sendmidi dev um cc 110...

The inlining of `a` is not suggested: ```python def prepend(a, x): a = "*" * x + a return a ``` However, when providing the type `str` the refactoring ***is***...

enhancement

It's -> Its ## Changes proposed in this pull request Fixes a grammatical error: "It's" means "It is", but here we're using a possessive pronoun.