akp

Results 6 issues of akp

When attempting to run the following snippet of Go code in the latest version of gophernotes, `v0.7.4`, I get the following error: ```go import "fmt" type b struct {} func...

bug

See: #3934 This adds a notification event called `emails.export_completed`. When a user is subscribed to this event, both success and failure emails can be sent when an export they requested...

When using the following `magefile.go` ```go // +build mage package main import ( "fmt" ) var Default = Build func Build(version string) error { fmt.Println("got:", version) return nil } ```...

:ant: bug

It works. Setup is a little tricky, and involves static IP addresses and SSH. I had a few issues with the install process, but a few issues on the Github...

### Support guidelines - [X] I've read the [support guidelines](https://github.com/firefly-iii/firefly-iii/blob/main/.github/support.md) ### I've found a bug and checked that ... - [X] ... [the documentation](https://docs.firefly-iii.org/) does not mention anything about my...

fixed

Output of `restic version` -------------------------- `restic 0.13.1 (v0.13.1-0-g594f155e) compiled with go1.18 on linux/amd64` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- It might be...

category: user interface
type: feature suggestion
state: need direction