Anders Øen Fylling

Results 39 issues of Anders Øen Fylling

Do you cache frames? anime usually display the same frame extremely often.

# Description This is a simpler version than https://github.com/andersfylling/disgord/pull/332 Here golang.org/x/time/rate is used. And non-cancellation situation are accepted (when awaiting reservation). This design is also concurrent when possible. First request...

It's currently troublesome to specify Copier and DeepCopier for every substructure. Write a dependency tree to identify which structs needs the different interfaces instead of requiring `var _ Copier =...

enhancement
help wanted

It's currently a lot of work getting integration tests to work locally. While there is a need to verify error handling, I believe it's currently more productive to remove all...

# Description Introducing disgordutil to move all helper functionality out of disgord and reduce the amount of exported types/consts/funcs. - [x] Sort: Sort is also stricter ## Breaking Change? no...

Recently came across some variables names that used the same convention as some rest params. Given that there are.. probably hundreds of vars/consts and well over a hundred types, I'm...

see: https://github.com/andersfylling/disgord/pull/474

bug