issues Search Results · repo:perl6/6pad language:JavaScript
Filter by
6 results
(57 ms)6 results
inperl6/6pad (press backspace or delete to remove)pmurias
- Opened on Nov 30, 2018
- #6
There is a demo page for this repo but it is not mentioned in anywhere in the repo. We can add it to its place in
description. The address of demo page is: https://perl6.github.io/6pad/
ismailarilik
- 1
- Opened on Nov 12, 2018
- #5
If so, how do I build this / update it? Is this functionality provisioned? If not, would it be useful?
deefco
- 2
- Opened on Oct 22, 2018
- #4
https://github.com/perl6/6pad/wiki/Sharing-Guide
Create a gist with main.p6, index.html (if needed), and styles.css (if needed). Direct 6Pad to the gist ID. For example,
to view https://gist.github.com/2710b5f7dee79b6238eb586987a9d368 ...
deefco
- 1
- Opened on Oct 22, 2018
- #3
For example
class A {};
say witaj świecie ;
Will work for the first time but when ran again without refreshing page it produces no output. Precomp cleanup issue?
bbkr
- 3
- Opened on Oct 12, 2018
- #2
The following code:
my @a = 1...Inf;
@a .= grep {$_ !%% 2};
say @a[^10];
Which has a syntax error (missing colon after the grep)
Causes a JS console error (at https://perl6.github.io/6pad/#2710b5f7dee79b6238eb586987a9d368) ...
coke
- 1
- Opened on Oct 9, 2018
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.