David Tagatac

Results 8 issues of David Tagatac

Many of my attachments are in `/var` instead of `~`. Indiscriminately replacing the first character with `$HOME` doesn't work in that case.

Several possible routes here: - use my own [fork of goheif](https://github.com/adrium/goheif/compare/master...tagatac:goheif:export-functions) - shell out to use [magick](https://imagemagick.org/script/magick.php) - compile [libheif](https://github.com/strukturag/libheif) into bagoup - reimplement relevant portions of libheif in bagoup...

enhancement
help wanted

https://goreportcard.com/report/github.com/tagatac/bagoup reports > [IneffAssign](https://github.com/gordonklaus/ineffassign) detects ineffectual assignments in Go code. > > [bagoup/main_test.go](https://github.com/tagatac/bagoup/blob/master/main_test.go) > [Line 15](https://github.com/tagatac/bagoup/blob/master/main_test.go#L15): warning: no required module provides package github.com/tagatac/bagoup/chatdb/mock_chatdb; to add it: (ineffassign) > [Line 17](https://github.com/tagatac/bagoup/blob/master/main_test.go#L17):...

The concern is that querying for the `attributedBody` column may not be valid if that column does not exist.

**Is your feature request related to a problem? Please describe.** It's not clear what the design of wslink is currently. design.md was written in 2017, and seems to contain several...

Is there some inherent reason Interpy won't work in the interpreter? ``` Python 2.7.10 (default, Jul 13 2015, 12:05:58) [GCC 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53)] on darwin Type "help",...

Instead of issuing an HTTP request for each one

enhancement

For 2 reasons: 1. performance 2. to remove a dependency Follow-up to #42

enhancement