Tommy Engström

Results 5 issues of Tommy Engström

It seems modifying the database doesn't work unless you have more than one table. ``` data MytableT f = Mytable { transactionPartnerName :: C f Int } deriving Generic instance...

I would like to support tasks, just as we have available here in github: - [ ] Like this - [x] and this I was hoping to be able to...

feature-request

The `gogol-gmail` library, which is the only gogol library one we're using, is broken due to using `Base64` encoding where it should be using `Base64Url` encodoing. This fix made it...

This adds support for including the whole file in addition to the selected text in rewrite and append selection. I don't expect this to be merged as is. Mostly wanted...

Use Base64Url encoding for gmail. Currently it uses Base64, which in practice means that it will fail on any email that have attachments. I patched this way back https://github.com/brendanhay/gogol/pull/182 but...