Skip to content
#

Package manager

A package manager is a set of tools that automates and manages computer software. They deal with packages, or collections, of bundled files. Package managers make it easy to install, upgrade, or remove software for a computer's operating system.

Here are 943 public repositories matching this topic...

sabrinaluo
sabrinaluo commented Jun 5, 2019

Do you want to request a feature or report a bug?
feature request

What is the current behavior?
Currently yarn why won't indicate any package info in the resolutions field

If the current behavior is a bug, please provide the steps to reproduce.

  1. install a package with any version, e.g "pkg": "^1.0.0"
  2. add resolutions field in package.json, pkg: "1.0.0"
  3. upd
Dropa
Dropa commented Sep 24, 2019

So if you happen to insert invalid version string when requiring package, it will still write it into composer.json and nothing works after that. So for example; composer require phpunit/phpunit:"8.3.3 as ^8.3"

My composer.json:

{
    "require": {
        "phpunit/phpunit": "8.3.3 as ^8.3"
    }
}

Output of composer diagnose:

$ composer diagnose
        
brew
MikeMcQuaid
MikeMcQuaid commented Apr 18, 2020

In https://github.com/Homebrew/brew/pull/7371/files I have added lots of # TODO: check could be in RuboCop comments to Library/Homebrew/dev-cmd/audit.rb. These indicate that the audit check/problem below does not rely on Formula state so could be moved to a RuboCop (https://github.com/Homebrew/brew/tree/master/Library/Homebrew/rubocops) to be faster, more reliable and provided in-editor to u

gagarine
gagarine commented Apr 21, 2020

The documentation does not provide a simple things we can follow from start to finish.

The introduction section is really "installation", and go quiet deep in the different option to install the tools.

Quick Start

# install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
# Creating a new project
poetry new poetry-demo
# Add a de
grimgort
grimgort commented Apr 29, 2020

Library name:
https://github.com/pboettch/json-schema-validator

Library description:
JSON schema validator for JSON for Modern C++

Source repository URL:
https://github.com/pboettch/json-schema-validator

Project homepage (if different from the source repository):

Anything else that is useful to know when adding (such as optional features the library may have that should be included)

pnpm
boenrobot
boenrobot commented Jan 6, 2020

I have a project that is in a monorepo and uses yarn right now.

I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.

To this end, yarn allows packages

captainjs
captainjs commented Jun 27, 2019

Hi,
On this page:
https://chocolatey.org/docs/helpers-install-chocolatey-package

Look the example 3:

$url = 'https://somewhere.com/file.msi'
$url64 = 'https://somewhere.com/file-x64.msi'

It's never calling these variables.

Maybe:
A: a step is missing in the example
B: there's a copy paste error in the example

Can you please have a look and fix it?

Cheers,

desyncr
desyncr commented May 19, 2017

Create an schedule for stable releases and document steps on how stable releases should be considered and accepted (release candidates, minor test period required, etc).

Out of the top of my head I can think of the following requirements for a release to be considered as stable:

  • At least a week of being released
  • No bugs reported caused by that release

Also to consider:

  • Release
vhuber
vhuber commented Apr 7, 2020

I wrote a recipe using a requires.
The required dependancy was misconfigured and the self.deps_cpp_info['required'].include_paths was set to [].

An alert indicating that the dependancy was misconfigured and its include_path was incorrect would be time saving.

More precisely, in build_info.py , in _filter_path we call os.isdir.path(p) and a warning here could be more than apprec

athens
arschles
arschles commented Mar 27, 2020

Describe the bug

The release docs have a few issues.

First, they don't have information on how to do patch releases. There should be some things added:

  • Code freeze is not required for patch releases
  • You should branch from the previous release branch and cherry pick (e.g. git cherry-pick $COMMIT) commits from master into the new branch
  • Before you tag the branch / do the GH
renovate
WarmVissarutRonaldoDude
WarmVissarutRonaldoDude commented Apr 1, 2020

What would you like Renovate to be able to do?
Has configuration options to be able to create as draft PR.

Describe the solution you'd like
if configuration like draftPR as boolean is true then renovate-bot just create PR as draft in github. (default value should be false)

Misc
Github API for create pull request as draft is already provided https://developer.github.com/v

christophermaier
christophermaier commented Apr 28, 2020

hab sup run is used to start a Supervisor, and hab svc load is used to instruct a running Supervisor to load a new service.

However, as a way to have allow Habitat containers to start-and-load a service in a single ENTRYPOINT, hab sup run takes options and arguments of hab svc load to effectively perform both operations at once.

However, this has led to confusion, in that it is cur

Wikipedia
Wikipedia
You can’t perform that action at this time.