Xkonti
Xkonti
I noticed that when using the `Within` on the grid to iterate through values of all tiles it's slower than when iterating by simply using `At`. Here are benchmarks I...
Closes #76 There should be 2 variants of the guide: - Using blob storage - Using SQLite
Embedded vals sometimes fail to load, which leads to confusion. Often a refresh works, but sometimes it takes more than one. https://discord.com/channels/1020432421243592714/1020432421243592717/threads/1206842458554634240 There are 2 approaches possible: - Replace existing...
Code in the "Saving data from a web page" article is still using a val to store data. Code blocks should be refactored to use blob storage instead. Additionally all...
Code in "SQLite wasm" article: - Code is using a val as data storage - it should use blob storage instead - Code should be converted into code blocks instead...
Code blocks in "Discord welcome bod" use `set` to store info in other vals. They need to be rewritten to use blob storage.
Let's say there's a code block that presents how to create an API using Hono: ```` ```ts val import ... // Do other stuff ``` ```` If user will click...
## TLDR: When there is one module containing at least 2 files and one of those files contains a function, the module's description won't show up in the module's docs....
### Steps to reproduce I tried to use the livechat example, which works on 9.4.0. Here's my code: ```ts import { Innertube, UniversalCache, YTNodes } from 'youtubei.js'; import { ChatAction...
**Describe the bug** In the Explorer tab, the nested objects display as eg. `Object(3)`. When hovered they show a tooltip. As seen on the screenshot below, the indentation formatting goes...