@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