Ines Montani

Results 45 comments of Ines Montani

Yeah, the thing is that CodeMirror kinda implements its own highlightighting, as far as I know. We need to use that for the interactive editors, while the static code blocks...

Thanks and sorry for the late reply! At the moment, there's no out-of-the-box support for multiple selection, mostly because I built the framework to convert my existing spaCy course that...

Thanks and sorry for the late reply! The relevant code is pretty much all here: https://github.com/ines/spacy-course/blob/master/src/components/slides.js Here's the summary of the changes I made to `spacy-course`: https://github.com/ines/spacy-course/commit/7823361f1ceb54f75bfb7a64f5f65f6bc935b9bf Most of the...

I thought about this initially but it's pretty difficult to do it in a satisfying way, because everything's on the client and all of that can easily be manipulated. So...

Hi! This also came up on the Python starter package and I played around with it on a branch. If I remember correctly, it did work – the only thing...

@nthiery @Miniland1333 Sorry for only getting to this now. To give you some background: > Is there an intrinsic reason preventing the two project to converge? E.g. by merging Juniper's...

Interesting question! What exactly are you trying to do? Under the hood, Termynal currently takes the `progressChar`, multiplies it by the `progressLength` and then renders it character by character. This...

Sorry for the late reply! Could you share more of your code? It's hard to debug this from the screenshot alone, and it's unlikely this is specifically related to mobile...

Thanks for providing more details! Based on the error, it looks like the problem here may actually be the `async` / `await` and the respective browser support. As it says...

No worries! And I agree! My main focus for Termynal was to keep it as lightweight and modern as possible, while still keeping it customisable – and making sure as...