mhsh312

Results 17 comments of mhsh312

So currently the editor uses `JSZip` to make a zip file of a sketch using this controller: https://github.com/processing/p5.js-web-editor/blob/f21b84772c85927f8016d7c23aef7ad1a5a41b64/server/controllers/project.controller.js#L289-L294 The same library can be used for all the current sketches of...

> @mhsh312 We may run into issues here due to the size of the zip. See #643. Since #643 would be an issue for both individual and multiple sketches, I...

Hi @alisman are you working on this?

Hi @inodb I have a question regarding this issue. The way I understand this is there should be a list of sorts that records which charts to show by default....

Hi there. I understand that assigning the problematic text the same css class as the text below it would fix the issue. ![image](https://github.com/cBioPortal/cbioportal/assets/135870090/1d9bece9-574f-4c99-99f7-86d4887ec2bc) Something similar can be arranged for the...

Greetings, is this the desired result? If so, let me know so I can make a PR. ![image](https://github.com/processing/p5.js-web-editor/assets/135870090/f8f73616-7865-40d4-a65f-bcad5b69d943) If not, please specify how the content should be styled.

> I wonder if we want to convert the FileNode first? That is definitely the way to go. This way we can take advantage of all the little developer experience...

So currently the editor uses `JSZip` to make a zip file of a sketch using this controller: https://github.com/processing/p5.js-web-editor/blob/f21b84772c85927f8016d7c23aef7ad1a5a41b64/server/controllers/project.controller.js#L289-L294 The same library can be used for a `Collection`, since it has...

Hi! The only way to properly solve this would be to add translations for features before merging. But obviously that will delay the merge. And the delays will increase in...

Yeah this is a good idea. It will increase the complexity for each PR but in the long run will save a lot of time trying to hunt down missing...