Michael Rykov

Results 25 issues of Michael Rykov

I am chaining the saving of a few resources. When the first resource is saved, it is updated with the ID that I need to save the second resource (via...

Currently the commands lists all the outdated packages, even if there are multiple packages from the same repository - this is redundant and messy.

Currently versions look like this: ♫ Using github.com/unrolled/secure 0.1.0-head.37+ma60f385df7d2b42d3562114b25eb4a71884f62d2 It should be more like: ♫ Using github.com/unrolled/secure 0.1.0-head.37+ma60f385...

We will create a "warm-up" step in the provider that batch-prefetches specs for packages and their dependencies from the config or lock files.

Currently, both build and test dependencies go under `[dependencies]`. We should create a separate section for development/test dependencies.

`melody install` should not try to resolve the dependency graph again, but rather just fetch and install all the dependencies in the lockfile.

The latest release of Hugo has two variations "0.43" and "extended_0.43" with SASS/SCSS support. This PR allows the user to specify HUGO_VERSION to "extended_0.43" to download the extended version. See...

ActiveSupport 7.1 defines `Object#with` that interferes with ROM. This PR fixes it. We use `define_method/undef_method` sequence due to uncertain load order. The method needs to be defined for `undef_method` to...

I'm trying to override `rand` in `Spicy::Seek` to allow for the flexibility of making the function deterministic based on an incoming seed. Before submitting a PR, I wanted to propose...