James

Results 663 comments of James

Bump. I think that there are two separate issues here. Issue 1 should be fixed in the short term and issue 2 is an improvement to the framework that provides...

If the compiler doesn't provide the API, you can always just invoke tsc and copy it from the generated output.

Even with using the new intents system, it seems impossible to get the current guild members. Does anyone have a working code snippet that does this?

Interestingly, I am actually getting the opposite problem: I have 341 members in my Discord guild/server, and iterating over guildMembers only yields 131 entries. Any idea why this could be...

To be clear, now that I'm using `RequestGuildMembers()`, I'm also experiencing this issue - the size of len(guild.Members) will occasionally be larger than guild.MemberCount. But yes, I'll open a separate...

I set up a Goroutine to redo RuquestGuildMembers() every 5 minutes, because I wasn't sure if it would stay updated. Do either of you know if that is necessary? Regardless,...

Upon further investigation, it seems that the problem is much worse than what I outlined in the OP. Building anything with NX also fails, because it isn't able to parse...

Thanks for the research, ehaynes99. That's good info. > there are actually quite a few places throughout the codebase that read tsconfig files for various reasons, and the implementation will...

I just wanted to give a huge +1 to this issue. Publishing typedoc docs to GitHub Pages via a CI action seems like the obvious go-to solution for virtually anyone...