Dmitry Frank

Results 15 issues of Dmitry Frank

Because it often makes sense to override it with some app-specific implementation which waits for certain events instead of just sleeping 1 ms

In vim, jump list is populated when user "jumps" via e.g. `G`, `gg`, `n`, etc. In vifm, however, only directory changes are written. Would it sound good to you to...

Hi, One of the things I desperately miss in vifm is a customizability of how to display files depending on their type, modification date, etc. The most obvious thing which...

I see there are a few issues which ask for the opposite, e.g. this one https://github.com/swagger-api/swagger-js/pull/280 , but what I'm asking for is to add some option to the parameter,...

Post 3.0 Proposal
review
Getting-Started-Guide

Hi @hajimehoshi , First of all, thanks a lot for your awesome work on go-mp3. I'm on linux, and while trying it out, I noticed that after the `oto.Context` has...

I've got a freshly installed (in a virtualbox) Ubuntu 18.04.1 64-bit, installed all prerequisites, then installed Simplicity Studio v3 without an issue, installed `EFM8/C8051 8-bit Products` etc etc how described...

When syslog is being saved to files, the PRI value is typically removed (I don't know real reason for that though, but it's just my observation). And go-syslog complains that...

enhancement
help wanted

Parser created as follows: ```go p := rfc3164.NewParser( rfc3164.WithYear(rfc3164.Year{YYYY: 2020}), rfc3164.WithRFC3339(), ) ``` Example input: ``` Mar 1 09:38:48 myhost myapp[12345]: foo [bar] baz ``` Output (take a look at...

bug
help wanted

DropDown always aligns the _left_ edge of selection list and the main widget, but when the widget is too close to the right screen edge, the list ends up being...

There was a bug: DropDown always aligns the left edge of selection list and the main widget, but when the widget is too close to the right screen edge, the...