Julian Cataldo

Results 73 comments of Julian Cataldo

Context provider is a huge addition. I'll try this as soon as I can :) IDK if @Gabswim viewed my PR, I wish to go on helping while avoiding duplicating...

Hi, https://github.com/json-schema-form-element/jsfe?tab=readme-ov-file#acknowledgements There is a lot of API types with this kind of form generator. It's a pandora box to support every UI stuff via schema I think. JSFE is...

Hello. Thanks for the suggestion. I'm planning to rehaul quite a few things on this project, but can't make promises right now at when. I'll definitely add more flexibility and...

I think using slots is the path forward. Currently experimenting with them, and it will make the library framework agnostic regarding widget creation. That would require some kind of external...

For those who are impatient, I've pushed the rewrite on the [`next` branch](https://github.com/json-schema-form-element/jsfe/tree/next). See the `example-app`, `e2e` and unit tests (for the pure `engine`) for references. Coverage for units is...

Had a really hard time with these culling issues as I am a beginner with OF. 1) Using : - glLightModeli(GL_LIGHT_MODEL_TWO_SIDE, GL_TRUE) for two sided lit polygons. - glEnable (GL_CULL_FACE)...

Cool, thank you very much! Seems easier that way, versus messing with the 8th generic dedicated to "real" Vue emits. Basically `onFooBar` in Props generic get transformed to `@foo-bar`. So...

No worries for the JSX/TSX part. I think that, conceptually, this is not the typical place where you should put `sql` queries ;) I think most dev will agree, even...

Hi @robertohuertasm. Your computer is a beast :) Not that mine is totally lame lol. But Apple SoC are notorious for having a HUGE bandwidth (and low latency) between the...

Hi @remcohaszing, thanks for taking the time to check on this. After second thoughts, I'm totally more toward the "bogus rendering loop", which causes the crippling lag you can see...