Ossama Jouini

Results 25 comments of Ossama Jouini

From my testing, this is only broken inside workers, not on the main thread - Worker disabled: https://drive.google.com/file/d/1KO2yJpoG3yo7fXO0i64iWeTAwpZG_5-A/view?usp=drive_link - Worker enabled: https://drive.google.com/file/d/1_k4_dQT8B1XWPcjUNGnqAAdNGaMxV330/view?usp=drive_link (Sorry, file too big for Github) The bug...

I would recommend checking out the cli https://github.com/ConstructFund/c3ide2-cli It does scaffolding for you as well as a few more things. There is an editor planned in the future but it...

Open the dev tools, usually when this happens, this means the addon was added to the addon database correctly, but failed to load, either in C3 as a whole, or...

can you show me that expression? I'm pretty sure you must have made some sort of syntax error Sadly there is no tutorial that I know of at the moment.

the link doesn't lead to anything

Oh I think I know. ![image](https://user-images.githubusercontent.com/11213825/153765718-c91ee69b-9f3d-4232-afa0-122b787b595e.png) One of these buttons leads to a page where you can change the language for params and categories. Hit the generate button at the...

For 3rd party JS import, it depends on many things, most of which are defined in the SDK docs. For how you actually do that in C3IDE, in the addon.json...

Yeah, I already use compile on save, and I do save. And in fact, when I load the addon on C3 it loads what I worked on. it's only when...

Loops can't be waited for in individual steps as far as I am aware. This is maybe not the best way to make what I was trying to do, I...

Encountered this issue once again when interpreting a custom scripting language In this case, I have a setup like this: A scenario is a list of actions I can do....