tonis
tonis
**Describe the bug** There is ghost padding on stateDiagram-v2 child states when zoomed in **To Reproduce** Try the example and zoom in to see the padding on the right **Expected...
Thanks for a great extension! It would be useful if I wouldn't have to press enter to go into the result, but instead see the results while browsing in the...
If we have set ``` uniqueTokensStaked[_user] = uniqueTokensStaked[_user] + 1; ``` before, and user calls `stakeTokens` again with the same token, the ``` if (uniqueTokensStaked[msg.sender] == 1){ stakers.push(msg.sender); } ```...
I add the 1.0.5 library, but the Logger class is not available to import there. I cannot see the library in my External Libraries list. With 1.0.1 it imports, but...
I am using nginx to proxy connection to qdrant node via /qdrant path. The qdrant library seems to remove the path from url: ``` new QdrantClient({ url: "http://{ip}:6333/qdrant", apiKey: process.env.QDRANT_API_KEY,...
I am sorry if this is not the appropriate repository, but it's hard to find a relevant one for my question. I query from all pool info from mantle: ```...
### Motivation Code editor does not work in vite component libraries or [vite-federation](https://github.com/originjs/vite-plugin-federation/) I think this is specific to my frontend, which uses `type: "module"` and some specific tsconfig options...