Jonatan Magnusson

Results 9 comments of Jonatan Magnusson

Yes, I did not notice this before, but it seems like cursive does not use the native cursor? I know that other TUI libs, such as urwid, supports the native...

No expert, but it seems like `NDEFRecord.type` is same/similar to `NDEFRecord.mime`

Not sure if you're experiencing the same problem I'm having: I can read/write once, but if it's canceled (I'm guessing timeouts and other errors lead to the same error), then...

This problem has already been fixed, but has not been released yet. Would be super nice with a quick release, as my release builds are failing at the moment!

I had same problem: settings template not found. In my case it was because the plugin directory name was "redmine-slack" and not "redmine_slack". It's documented in README.md.

Good point. My reason for wanting this functionality is somewhere in between: I want gaps for separation of windows. However, having only inner gaps does not look great IMO. So...

I have the same problem, and it works for me when I embed the struct instead: ```go type Availability struct { From time.Time `db:"available_from"` Until time.Time `db:"available_until"` } type Room...