Francis Murillo

Results 30 comments of Francis Murillo

Hi, planning to work on this issue. Planning to do the following: 1. Create a branch, `cli/seq` from `master` 2. Create a `seq` member based on `sleep` 3. Replicate `man...

Running `cargo run --bin seq 10 -1.001 1` gives me this output: ``` 10 8.999 7.998000000000001 6.997000000000002 5.996000000000002 4.995000000000003 3.994000000000003 2.993000000000003 1.992000000000003 ``` Which is expected when creating floating point...

@jonboiser, after searching around I came across [jsfmt](https://github.com/rdio/jsfmt) which uses `esformatter` under the hood. It works enough but I am not expert in it's configuration. Maybe an entry on the...

@redrabbit My ecto version is `2.2.6`.

I commend the solution above when editing JSON POST requests.

@freckletonj I think of advising the `restclient-http-parse-current-and-do` to wrap the callback function `func` to persist the arguments for the current request would suffice. Either way, this feature would be nice...

Removed `Commanded.UUID` in favor of `uniq_compat`.

So should have I retained `Commanded.UUID` and remove `uniq_compat`?

Restored `Commanded.UUID` while applying the other comments

I think the Windows and Unix CI test is sufficient for testing the self-update so I think the PR is ready for review now.