Anders Øen Fylling

Results 39 issues of Anders Øen Fylling

the flag disgord_metrics should enable store/logs of: - events per second (store unix and shard id) - how many events are in buffer/que, check every second(?) - reconnects (dates and...

enhancement
help wanted

The current middleware design allows you to affect the internal state of a handler-specification[1] before the handler(s) are triggered. The middlewares themselves are simply given the event instance and returning...

Two issues exists (now closed as this has been created) that suggests to improve the error types. - [Introduce DisgordErr](https://github.com/andersfylling/disgord/issues/74): similar to MySQL package error types. - [Add custom error...

enhancement
help wanted
question

Drops the timeout for each shard, and such improve CPU resource use in idle situations.

This suggestion aims to introduce a control check whenever a ws cmd is sent to Discord. Since we do not retrieve a synchronized response for a given request, as with...

enhancement
category:websocket
design

eg. Allows setting image files as avatar, instead of expecting the base64 string to be known

enhancement

My modules import a module whose major version is 3. My import paths in normally is: ```go import ( "fmt" // .... "github.com/andersfylling/snowflake/v3" ) ``` But when easyjson tries to...

bug

If the benchmarks are done using specific hardware, it would be great to get information about that.