Aakansha Doshi

Results 504 comments of Aakansha Doshi

@userquin was playing with it after upgrading and changes you suggested. So the issue with necessary assets not being pre cached still persists after upgrading And as per `navigateFallbackDenylist`, I...

There is some weird behaviour which I am experiencing with different browsers (I am currently testing in local with preview build) When changing only the url pattern regex from `new...

Alright so digged more in to this and this line seems to be the culprit https://github.com/andresz1/size-limit-action/blob/master/src/SizeLimit.ts#L32 `bytes` npm package considers 1KB = 1024 bytes where as ``` 1KB = 1000...

@sidharthv96 is there an RC version that we can use to unblock and test these changes ?

@bingyupiaoyao it might be related to compression, possible to share the image which you are trying to upload ?

@Denovocto we need someone with experience in Docker to review and test this PR, would you like to help in it ? However the PR is has been there for...

@rushabh120 can you add a read me file with the link to the challenges in the folder `june_easy_challenges_2015` and also rename `june_Easy_Challenge15` to `june_easy_challenges_15` ?

I think there was a PR - https://github.com/excalidraw/excalidraw/pull/4619 but unfortunately, it wasn't shipped. We need to get back to it and update it

On further debugging, this is where its thrown from in `jest-canvas-mock` in `prototype.js`. The `win` object doesn't have `HTMLCanvasElement` hence the error ![Screenshot 2023-06-22 at 3 58 16 PM](https://github.com/wobsoriano/vitest-canvas-mock/assets/11256141/0051bdc9-d17c-4964-b526-dcadb0dae698)