Sebastián Estrella

Results 20 issues of Sebastián Estrella

In order to simplify code maintainability, we could use locale files from other similar OSS projects such as Ruby [faker](https://github.com/stympy/faker/tree/master/lib/locales) gem, that way we could easily extend locale support.

@gazay could you please upload the latest version of the package to Hackage?

Most of the settings across different deployment scripts such as `staging.yaml` and `production.yaml` are the same. Usually, they only differ in the name of the branch, therefore I would like...

feature-request
low-priority
good first issue

Taking the [Distroless Rust](https://github.com/GoogleContainerTools/distroless/blob/main/examples/rust/Dockerfile) example as a reference, the existing `Dockerfile` could be split into different stages: - One that compiles the project and generates a binary - Another one...

# Description Adding some Lua-only key mapping examples, taking advantage of NeoVim 0.7 features

`dotenv` is meant to be used as an executable, therefore, in order to simplify the installation process, we could provide pre-compiled binaries so end-users could just download and copy the...

The usage of `openssh-github-keys` on production environments is sensitive. We need to replicate a production like server using a VM or Docker and configure the SSH daemon with `openssh-github-keys`. That...

This project still flagged as experimental. In order to make it production ready I think we need to make it error tolerant. I think there are different approaches that we...

First of all, thank you for this amazing project, it drastically improved my development workflow. GH actions have gained some ground over the last years compared to Travis, on the...

enhancement