Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken link in tutorial-guide.html #1375

Closed
zelf0 opened this issue Jun 21, 2023 · 9 comments · May be fixed by #1388
Closed

Broken link in tutorial-guide.html #1375

zelf0 opened this issue Jun 21, 2023 · 9 comments · May be fixed by #1388

Comments

@zelf0
Copy link

zelf0 commented Jun 21, 2023

Most appropriate sections of the p5.js website?

Learn

What is your operating system?

Mac OS

Web browser and version

No response

Actual Behavior

Link for google spreadsheet leads to a deleted file.
Screen Shot 2023-06-21 at 2 43 49 PM
Screen Shot 2023-06-21 at 2 43 54 PM

Expected Behavior

Updated link to wherever contributors should go to see in progress tutorials.

Steps to reproduce

https://github.com/processing/p5.js-website/blob/a7230c80429fc51ffc53420f0620260f0e6ba8d3/src/templates/pages/learn/tutorial-guide.hbs#L25-L34

Would you like to work on the issue?

No

@limzykenneth
Copy link
Member

My recommendation would be to rephrase this section to not refer to the spreadsheet as it might not exist anymore. If anyone would like to submit a fix, let me know and I'll assign you.

@lalitkumawat1m
Copy link

Hey @limzykenneth,
I have created pr for this issue could you please review it and give feedback?

@yashu6march
Copy link

hey @limzykenneth , I am new to open-source. Can you please assign this issue to me?

@lalitkumawat1m
Copy link

Hey @limzykenneth,
I want to work on this issue could you please assign it to me ?

@limzykenneth
Copy link
Member

@lalitkumawat1m You can go ahead with a fix. Thanks.

@lalitkumawat1m
Copy link

lalitkumawat1m commented Jul 13, 2023

Screenshot 2023-07-13 093334

<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
1: 0xb7a940 node::Abort() [grunt]
2: 0xa8e823 [grunt]
3: 0xd5c990 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [grunt]
4: 0xd5cd37 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [grunt]
5: 0xf3a435 [grunt]
6: 0xf3b338 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [grunt]
7: 0xf4b843 [grunt]
8: 0xf4c6b8 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [grunt]
9: 0xf2701e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [grunt]
10: 0xf283e7 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [grunt]
11: 0xf095ba v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [grunt]
12: 0x12ce7ff v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [grunt]
13: 0x16fb6f9 [grunt]
Aborted

Im facing this error while running in my local machine how can i resolve it. Thanks in advance

@limzykenneth
Copy link
Member

@lalitkumawat1m node.js is running out of memory on your system for some reason, it may be that you don't have enough RAM, some other programs are taking up too much RAM, or some system configuration issue that prevents node.js from allocating enough memory for itself.

There's not much I can troubleshoot with the error message, some more info about your computer may help but I'm guessing it is more likely a system configuration issue in your OS that would be hard to troubleshoot remotely like this.

@umangutkarsh
Copy link
Contributor

Hi @limzykenneth , I'd like to contribute to this issue, if this issue is still open.
I've opened a PR

@umangutkarsh
Copy link
Contributor

Hi @limzykenneth , please review the changes in the PR.

umangutkarsh added a commit to umangutkarsh/p5.js-website that referenced this issue Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants