Hugo Parente Lima

Results 137 comments of Hugo Parente Lima

The problem is that I never used slim 😅, from this kind of template engines I just used slang a bit and haml a lot. Anyway... I'll figure it out...

What's the complete code that causes that? Because usually you will have a GApplication instance with a reference to the main window in some variable, so it's never GC'ed.

I mean, `window.present` should increase the reference count of the window object, then the toggle ref mechanism that disallow Crystal wrappers to be garbage collected if there are more than...

I had a branch somewhere with some small fixes to be able to use Gtk expressions, I stop working on it because I noticed that I would not need GTK...

These monkey patches to fill generator gaps are perfectly fine, and sometimes the best way to fix. I'm good about merge it as is, or when you remove the draft...

I have some ideas on how to fix that. - Let the amber shard hold just the amber CLI. - Create a `amberframework/framework` shard, `shard.yml` files created by amber CLI...

I like the idea of an application template, but the CLI would still be needed for things like: create migrations, scaffolding, controllers, etc. On unclear CLI features, I can nominate...

It's sad, but I'm now using Kemal with some code to be able to use Controller classes, so my interest in Amber isn't so great right now. But as good...

It doesn't hurt, however in the world of docker containers where everything is configured through environment variables config files have less importance, but as I said, it doesn't hurt to...

I would like to understand what causes the crash, is the Proc used as callback garbage collected for some reason?