Thomas Albertini
Thomas Albertini
### Version 0.1.2 ### Platform Darwin Kernel Version 21.5.0 ### What steps will reproduce the bug? - created a React App with bun create react ./react-app - created a .env...
Add watch option for deno test and deno bench. I was trying this configuration and they don't work: ``` test: { desc: "Run test", cmd: "deno test ./tests/test.js", watch: true,...
I would like to implement a redirection logic for potential incompatible devices on the homescreen download buttons. If the user OS is not part of the Desktop big 3, clicking...
On big screens there is a portion of the screen which is empty. The small UI improvement was to center the content on big monitors. (margin or paddings of the...
As in #481 git.Checkout returns `Error: reference not found` for whatever branch.
I have in mind a huge front end refactor for Luna. Basically it will be toward an interactive `guide`: teaching WebAssembly with Luna (which is the main scope of this)...
Now that Luna supports subtractions and addition, should be able to call different functions like this ```wat (module (func $subtractNumbers (param i32 i32) (result i32) local.get 1 local.get 0 i32.sub...
Should add tests for (at least) the main sections of the compiler
Currently by default Harmony clones [harmony-bare](https://github.com/thomscoder/harmony-bare) repository. In the near future users should be able to Clone and play with any public repository.
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: Version: 1.94.2 Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0...