Satont

Results 117 issues of Satont

Add eslint check before release and each commit

hacktoberfest

I thought about it, and came to the conclusion that this should be taken care of by the user himself. I see a leak of abstraction here. The adapter is...

hacktoberfest

https://deno.land/x/[email protected] can be used for it.

hacktoberfest

With this approach, we will be able to control the deno settings more precisely. This way we can exclude nodejs files from the deno language server.

hacktoberfest

Is there reason we use context on client struct instead of methods? I propose rewrite it for next major if there no special things behind this. I'm familar with go...

In go we should take `ctx` as first argument for requests, it's like convention or something. Right now for example for getting roles from discord ```go rolesReq := disgo.GetGuildRoles{GuildID: req.GuildId}...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest nightly version - [X] I am using...

bug

I'd like to see video categories if it possible to fetch them somehow. I'm not familar with that information, but i checked `playerResponseData` struct and raw information, seems like there...