Cristhian Motoche

Results 25 issues of Cristhian Motoche

Hello! I like your library as I like habitica. I want to contribute a little bit by solving issues, but first I think adding some tests is worth to avoid...

## Changes: - Define `Hapistrano` as a `newtype` - Use `Deriving Via` to get the needed instances Solves #180

enhancement

Hello! I've been looking for a library like this one and I think it can be pretty useful. I want to use it to convert an object that is mapped...

Hapistrano uses `ctokens` to know which deployments finished successfully. After that, they're used to rollback to a successful release. However, we're not validating if the path that is generated for...

bug
good first issue

## Description I started the work for benchmarking this library, as it is suggested in #44. There is a lot of work to do. However, I'd like to discuss this...

chore
work-in-progress

Regarding #54, I added a directory for `examples`: 1) Format the name of the records using `Aeson` instances using `TemplateHaskell` 2) TODO: ? 3) TODO: ? @elcuy Could you take...

enhancement

[hspec-golden-aeson](https://github.com/plow-technologies/hspec-golden-aeson) uses arbitrary instances to generate the golden files for the aeson instances. I think the main reason is to ensure the property `(encode . decode) x == x`. However,...

enhancement

I noticed that the last release included the `dotenv` binary but the file isn't static: ``` $ tar xf dotenv-linux-x86_64-static.tar.gz $ file dotenv dotenv: ELF 64-bit LSB executable, x86-64, version...

bug

### Issue Summary Error when trying to run a code sample related to the preview domain ### Steps to Reproduce 1. Run the following code sample ### Code Snippet ```python...

**Is your feature request related to a problem? Please describe.** I added a validation for the numeric field so I don't like to be auto focus when the value is...