Gustavo Fenilli

Results 78 comments of Gustavo Fenilli

> Can you please elaborate more on this proposal? Isn't creating apps with material style with Flutter the same as using Flutter? Kinda yes, but at the same time no,...

After reading hours of it, and many videos about how to customize the visuals using the material package, it hit me that material is more of a layout theme instead...

> I think that is one of the power of open source: the ability to see how the internal API was made and learn from it. I think that adding...

> I'm still not sure if this is something that must be in the docs. MaterialApp is just a widget and if you look at the code you can definitely...

Can confirm that it runs fine on Windows Terminal Powershell 7+, but it fails when used inside VSCode terminal Powershell 7+.

Same problem but with master version: `0.13.0-dev.245+5fe9f88b1`: ```zig const std = @import("std"); const rl = @import("raylib/build.zig"); pub fn build(b: *std.Build) void { const target = b.standardTargetOptions(.{}); const optimize = b.standardOptimizeOption(.{});...

> FYI this is all builtin to raylib: > > * https://github.com/raysan5/raylib/blob/master/build.zig > * https://github.com/raysan5/raylib/blob/master/src/build.zig > > Instructions here worked for me: https://www.reddit.com/r/Zig/comments/16r0fj6/ysk_you_can_use_native_raylib_directly_in_zig_for/ You can, that is what I'm using,...

I think I didn't properly explain in there, the tldr is here: https://formkit.link/b25b8b61ac56e13d8a61d73805c6835b But what I mean by `events are just cb functions` is literally that, they are just functions...

Yeh I can see the confusion, as `node.emit()` is for emitting things in the node context, not the vue context.

That would be awesome, there isn't and we will take a look in the PR if you make one, so no worries.