faustinoaq

Results 202 comments of faustinoaq

Oh, Thank you for this issue! I need to update this project, `secure_random` was a breaking change in crystal `v0.24.1` 😅

Hi @petr-fischer Thank you for opening this issue, I'll try to fix this, also feel free to send a PR if you found some fix for this before me :wink:...

@petr-fischer Oh ok, I'll try, Thank you for your comment :+1:

@jhass Oh, nice! I gonna do it then :+1:

Hi @jhass WDYT about this one: ![bitmap](https://user-images.githubusercontent.com/3067335/40850984-aad7ed6e-658b-11e8-842d-25feac7e781e.png) Source: https://gist.github.com/faustinoaq/147a266993ec8388f4f713d47e29bf17 Original author: https://openclipart.org/user-detail/ilnanny by @ilnanny

Hi, this could be a good feature! I created a [Kemal-watcher](https://github.com/faustinoaq/kemal-watcher) plugin to use with Kemal in development environments, helping to reload the browser when a file change occur. This...

Hi @jaysneg Thank you for open this issue! I think amber already support `resources`. Perhaps we just need to add more capabilities to it, @amberframework/contributors WDYT?

@eliasjpr I added a screenshot, This only happens when I add use `process_count: 2`, IMO this is a minor issue. I just wanted to track it :sweat_smile:

@eliasjpr Also if you notice the processes are being killed properly (see PIDs)

@eliasjpr @marksiemers Yeah, I think this is a good use-case for an amber plugin system: 1. Add `amber_auth` dependency: ``` development_dependencies: amber_auth: github: fulanitodetal/amber_auth ``` 2. Execute `bin/plugin amber_auth` or...