Hyper
Hyper
> > This is where you get directed after clicking "Reference" in top nav. > > You are coming from an old page, otherwise it would redirect you to `reference/hikari/api`....
> I can vouch for MkDocs Material -- I use it myself and it's wonderful. Way ahead of you already, PR is almost done :p
I added tests for all the things implemented in this PR afaict, not sure why codeclimate is still failing. Edit: Looks like the commit below completely broke CI, lol.
> For create_test_entitlement I would prefer a guild and user kwarg, so something like this: > > ```python > await bot.rest.create_test_entitlement( > event.interaction.application_id, > sku="1", > guild="1", > ) >...
I'm pretty sure the `waveform=` kwarg should be added to attachments, unless I'm mistaken. Also, based on this, should `waveform=` be added to all hikari resource base types? Or should...
> I believe it would be possible to create a script that automaticly puts these Readme files into the docs so people could also view the example Readme by visiting...
> Can you share the exact code you are using to scale the images down, it might be helpful for figuring out why this is happening. Hi! As far as...
Yeah it looks like github just.. deleted the assets from their cdn, wonderful. I've been meaning to recreate them but haven't found time to do it yet.
~~The `vkWaitForFences` issue seems to be tied to **nvidia & explicit sync** along with the game running using Vulkan (`-vulkan`) under Wayland. I stopped my game from crashing by passing...