Thanks Kiril for the pdf and this small but vital update!
@KPeyanski2 ай бұрын
You are more than welcome :) Enjoy!
@waynenocton3 ай бұрын
I’m still blown away that people are smart enough to teach in what I assume is not their primary language, do you also have a similar channel doing the same kinds of things in your main language? I have a huge amount of respect for your intelligence.
@KPeyanski3 ай бұрын
Thanks so much for the kind words! It’s awesome how people can share ideas in different languages, right? I don’t have a channel in my mother's tongue yet, maybe one day when I have enough time. It's amazing how tech is making it easier for people to reach global audiences. Glad you appreciate it-it really means a lot!
@MatthewBallinger3 ай бұрын
Yes, more YAML! Thanks
@KPeyanski3 ай бұрын
No problems, thanks for the comment :)
@ronm65853 ай бұрын
Yes. Thanks for sharing Kiril.
@KPeyanski3 ай бұрын
My pleasure!
@josephgeorge32043 ай бұрын
Thank you Kiril :)
@KPeyanski3 ай бұрын
Any time and thanks for your comment :)
@jeffstolpa81743 ай бұрын
Yes , more YAML and JSON please
@KPeyanski3 ай бұрын
they can be really useful indeed....
@boorandras97233 ай бұрын
Not the new syntax is the problem. But I hate when the code editor (e.g. Visual Code Studio) highlight the old syntax as an error, despite the fact that the old syntax absolutely works.
@KPeyanski3 ай бұрын
yes, that is annoying indeed...
@XEVIAN3603 ай бұрын
They should really migrate to a real scripting language. This yaml is totally a mess.
@KPeyanski3 ай бұрын
I don't know, maybe, this will make it harder for the beginners....
@BenVanTreese3 ай бұрын
I get this, but the benefit of it being all data (excluding the template stuff), is that you can easily drive UI from yaml / convert UI to yaml via data only. A scripting language would require a ton of strangeness to convert between the UI and scripts. The side note of this is, if you really want to have customized scripts and etc, you can build macros + templates and reference those, so you kind get the best of both worlds imo.