@jejuro I can’t see the error, where exactly is it? In the console?
Jupeter
@jejuro
Vipin Yadav
@imvpn22
Hi
I am new to scrimba
cocodevops
@cocodevops
Hey @perborgen, are you able to check a playground I have? When I use the latest imba and imba router I get a very weird error
Johan Kohlin
@Magistern
@somebee and @perborgen First: I just have to say Wow! Scrimba is such an amazing tool! This is so perfect for my coding lectures. I even started coding on a similar solution because I wanted my students to be able to play back my lectures but still be able to alter the code, but of course not even close to this. This is so cool guys! Second: love the idea with the slides import. Would you consider reaching out to the guys at slides.com to see if we could import those as well? I have been working with Owen and Hakim's presentation tool for some time now and it rocks!
Johan Kohlin
@Magistern
btw. What's the deal with the js file being called index.pack.js?
Per Harald Borgen
@perborgen
Thanks @Magistern :D
We don’t have the resources to build a slides.com integration for now, but I’m aware that it’s an awesome tool. Do they have an “export to Google Slides” option?
The javascript file needs to be index.pack.js due to how we bundle the project under the hood. A little bit of Scrimba magic going on there, in other words.
Johan Kohlin
@Magistern
I see. No, not to Google Slides, but as HTML/CSS/JS with images as a zip. And also as Powerpoint or PDF
Eric Vida
@ericvida
🕷starting a new Imba 1.4 project on scrimba gives "Unexpected token var” error.
@iamtirado That's a big problem. me too hope a sound working imba environment in scrimba
It's quite interesting as scrimba is written in imba, but can't handle imba rightly.
Sindre Aarsaether
@somebee
:/ I’m working on it. We’re reusing the same compiler instance across scrims, and it sometimes gets into a broken state. Will hopefully have a fix tonight
_
Eric Vida
@ericvida
@somebee We know you’re busy. Thanks for working on such an incredible platform and language.
Jupeter
@jejuro
Can't connect to scrimba.com.
This server could not prove that it is scrimba.com; its security certificate expired yesterday.
Jupeter
@jejuro
any idea???
Jupeter
@jejuro
now it works. thank you.
Sindre Aarsaether
@somebee
Amateur hour here :P Had some let's encrypt issues.
Eric Vida
@ericvida
Are alert() disabled on scrimba/Imba project, or is there bug, or is it a different syntax?
Rodrigo Vieira
@rodriigovieira
I was able to use alert() on scrimbla without any issue. Which browser are you using?
function* generatorForLoop(num) {
for (let i = 0; i < num; i += 1) {
yieldconsole.log(i);
}
}
const genForLoop = generatorForLoop(5);
console.log(genForLoop) // ??
Jupeter
@jejuro
Does scrimba have a plan to support REPL in future?
kelly carpenter
@djredape_twitter
hello! i'm a noob to coding. just finished taking classes recently and working on one of the first sites for my portfolio. having some trouble getting my contact form request page working. need help finding the problem. any advice welcome. thanks!
Per Harald Borgen
@perborgen
@jejuro Not in our plans at the moment unfortunately.
@djredape_twitter I’d recommend Stack Overflow or the /learnjavascript subreddit. Those are dedicated to your kind of request.
@iamtirado@rodriigovieira The alert() won’t be recorded by the Scrimba DOM-recorder though, so it won’t appear in the screencast if you use it.
Casey
@zerowacked
I suspect it's a bit of a long-shot, but is there any plan to support YouTube-style annotations? If not, can I make a feature request? :D
Erik Lundin
@wa1
I started using Scrimba a few days ago, but I see an entry in "Notes" created by another user, the note is over a month old. That's a bug right? I can create an issue, just wanted to double check first.
Vaibhav Sharma
@vsharma20v
hello all! today i use Scrimba for the first time and i'm in love with it.It make learning through video so easy with its awesome features. Thank @perborgen for such a great efforts.
mohammad ameer
@mohammadameer
hello how can i append courses that i have made in scrimba to another site
like in freecodecamp i can see the courses
justin2476
@justin2476
Hello, Could you please create a course for react-redux.
Jocelin Queau
@jocelinqueau
Could a filter for filtering the staff pick by language be an option ?
WebguyPro
@webguypro
I’m having trouble with the course Building a chat app with React.js and Chatkit. Specially, lesson 6: connecting to Chatkit. My text doesn't appear in the console. Another user has posted this lesson doesn’t work after Chatkit update. I’m stuck on this step, please help