Mohammad Islam
Mohammad Islam
I have noticed the `framebuffer` init script is forwarding the output to the display after kernel file system in mounted. That is why the screen remains black (empty) during boot...
### Proposal Include a minimal VSCode settings snippet at project root or in the README: My *.vscode/settings.json* looks like this: ``` { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "[svelte]": { "editor.defaultFormatter": "svelte.svelte-vscode"...
## Motivation I wanted to fix the grammatical error in the documentation. ### Have you read the [Contributing Guidelines on pull requests](https://github.com/move-language/move/blob/main/CONTRIBUTING.md#developer-workflow)? Yes ## Test Plan Just a documentation spelling...
# **Bug Report** ## **Describe the bug** After upgrading from v1.2.3 to v1.3.1, I noticed the .env variable changed: from `PUBLIC_CLOUDINARY_CLOUD_NAME` to -> `VITE_PUBLIC_CLOUDINARY_CLOUD_NAME` The use of `VITE_` is counter-intuitive...