Hugo Parente Lima

Results 137 comments of Hugo Parente Lima

@crimson-knight could you review/provide some feedback on this?

Maybe if I do just need to change `crates/oxide/src/scanner/mod.rs` ```rust match extension { "clj" | "cljs" | "cljc" => Clojure.process(content), "cshtml" | "razor" => Razor.process(content), "haml" => Haml.process(content), "json" =>...

Nice, I just have no idea how to build this thing 😅 , `cargo build` builds something to somewhere... but there's a lot of typescript files... and the Archlinux AUR...

I'm tryign to compile this without my patch but without success. On v4.1.5 tag I did: ``` $ pnpm install $ cargo build -r $ NODE_ENV=production pnpm run build ```...

Sadly none worked, and I'm not really interested in spending time learning about rust and JS tools. But I can write a patch with tests and check if it gets...

Weird... the tests don't fail on me locally.

Tests now pass... but I noticed something that may be a compiler bug, if I change the class on `c_born_crystal_objects_spec.cr` to ```Crystal private class UserObj < GObject::Object @[GObject::Property] property crystal_prop...

@BlobCodes , I remember you wanted this feature years ago, and it was only possible due to your work on toggle refs. If you have time, at your own pace,...

This MR fails to compile with abstract classes, mainly because GICrystal doesn't set any flags in the generated C Type if the Crystal class is abstract.