question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Porting example for embedded links

See original GitHub issue

Actual Behaviour

The Processing site has an example for embedded links https://processing.org/examples/embeddedlinks.html

Expected Behaviour

The p5js site should have a similar example using window.open instead of link since we will not be wrapping window.open in its own p5 function https://github.com/processing/p5.js/pull/532

Would you like to work on the issue?

I will be working on adding this example

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
limzykennethcommented, Oct 8, 2019

I can’t say for sure whether we should include such example or not, let’s see if anyone else have more of an idea about this.

0reactions
thumbsupepcommented, Oct 11, 2019

Oh I see. I hadnt looked at the actual script - I was just looking at the code in the <pre> tag that’s rendered in the DOM. In that case I can’t repro the blocked window.

so are embedded links not something p5js should have an example for since window.open isnt specific to p5js?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best practices for porting open source applications to Linux on ...
This tutorial describes a series of steps (specifically focused on open source components) that can be followed to evaluate the complexity ...
Read more >
Chapter 4, Compiling, Linking, and Locating - O'Reilly
In this book, we'll be using the GNU tools (compiler, assembler, linker, and debugger) for our examples. These tools are extremely popular with...
Read more >
Porting Linux to an Embedded Platform without Pain - YouTube
By Fabio Estevam, NXP SemiconductorsIn this presentation I will explain the main parts of an Embedded Linux system: bootloader, ...
Read more >
Embedding Links - Markdown Monster Documentation
You can embed links into document content in several ways: Using the Link Dialog (ctrl-k); Using inline text linking (ctrl-shift-k); Using raw ...
Read more >
Porting SIP and Media Stack to Embedded Systems - pjsip.org
For example, if the compiler comes with its own build system (an IDE, for example), then probably it's better to create new project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found