Pedro Lucas Porcellis

Results 10 issues of Pedro Lucas Porcellis

### Summary The CLI assumes a bunch of pre-defined options and doesn't have room to customize whenever someone deviates from that. For instance, if you create a system user with...

Hello! I realized that while doing some simple conversion and feeding RubyUnits a Float, it'll convert to integer in the end. Here are some samples: ```ruby quantity = 97480.0 Unit.new("#{quantity}kg").convert_to("metric-ton")...

Hello, this project has been sort of abandoned for a while now. I'm just passing by to let you know that we forked the project. We needed a fix that...

If you register a relationship as a `has_many` and you this resource endpoint return a 204 we should handle this gracefully, by returning a empty array. This patch leverages the...

- [x] Check if updating to the latest Preact version resolves the issue **Describe the bug** When building a preact application using parceljs and having draftjs as a dependency it'll...

While updating downstream on Alpine Linux to run against the last toolchain, rust's libc needed an update and I stumbled upon a broken master. So I figured that required a...

### Description Not much needs to be said I suppose. Having a `volume` command, context-aware of the services running in the compose file would make it a lot easier to...

kind/feature
area/cli
area/volumes

For example, Tabs states the following: ``` Tab content 1 Tab content 2 Tab content 3 ``` I noticed something off when trying to use the Tabs component. First, it...

This modifies behaviour of a collection of file patch's String() to display the summary just like git show --stat or the patch itself does when sent over git-send-email. I honestly,...

stale