Conversation
* Removed unnecessary label and emoji * Added protection for the main branch * Implemented dynamic branch based import logic. * Ran lint fix * Fixed most of the linting errors. ESLint implementation errors remain * Fixed `createWasmCanvas.ts` ESLint implementation errors * Fixed `ProgramWindow.tsx` ESLint implementation errors * Fixed `WGPUNotificationWindow.tsx` ESLint implementation errors * Fixed `WalletContext.tsx` ESLint implementation errors * Fixed the `DrivesAndPrograms.tsx` ESLint implementation errors. Fixed aliased imports * Fixed the program window content not rendering and some ESLint implementation issues. * WASM rendering now works with remote files. * Added ignoring to the event that triggers the drive view. Fixed ESLint implementation error * Simplified the implementation of the assetLoader We now just use the headers available to the R2 bucket and get a speed boost! * Fixed copilot nitpicks * Made error name better
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed unnecessary label and emoji
Added protection for the main branch
Implemented dynamic branch based import logic.
Ran lint fix
Fixed most of the linting errors. ESLint implementation errors remain
Fixed
createWasmCanvas.tsESLint implementation errorsFixed
ProgramWindow.tsxESLint implementation errorsFixed
WGPUNotificationWindow.tsxESLint implementation errorsFixed
WalletContext.tsxESLint implementation errorsFixed the
DrivesAndPrograms.tsxESLint implementation errors. Fixed aliased importsFixed the program window content not rendering and some ESLint implementation issues.
WASM rendering now works with remote files.
Added ignoring to the event that triggers the drive view. Fixed ESLint implementation error
Simplified the implementation of the assetLoader
We now just use the headers available to the R2 bucket and get a speed boost!
Fixed copilot nitpicks
Made error name better