hkiame

Results 7 issues of hkiame

url.parse() method is discouraged as it uses a non-standard algorithm that can introduce security issues such as host name spoofing and incorrect handling of usernames and passwords. We are encouraged...

i refactored the code to use es6 modules. A problem with ES6 modules is that they are subjected to same-origin policy. To run the game one will need to have...

Hi I have been trying to use the fill prop but it does not work.

**Is your feature request related to a problem? Please describe.** When the user clicks the dream button multiple times rapidly, it triggers multiple requests simultaneously, instead of waiting for the...

new feature

**Describe the bug** I encountered an error when attempting to generate an image with specific dimensions. The error message received is "RpcError: Exception iterating responses: image too large, 1081344>1048576 pixels"...

bug

This issue is related to the official Lexical documentation for "[Getting Started with React](https://lexical.dev/docs/getting-started/react#creating-basic-rich-text-editor)" ## Steps To Reproduce 1. Follow the guide on the Lexical documentation page mentioned above. 2....

Following the official Lexical documentation's guide on ["Getting Started with React"](https://lexical.dev/docs/getting-started/react), there seems to be an issue with the provided code snippet. ## Steps To Reproduce 1. Navigate to the...