Skip to content
#

package

Here are 3,248 public repositories matching this topic...

jakobrosenberg
jakobrosenberg commented Mar 23, 2020

New feature motivation

I've added semantic-release to some of my projects. Unfortunately, due to trial and error some of my pushes didn't get published. I can push a fix and thus publish a new release, but then the previous would-have-been release and its changelog seems to be lost. How would I recover or include the changelog of a failed release?

I had a look at the FAQ, but it only contai

robertoetcheverryr
robertoetcheverryr commented May 6, 2020

As requested I am opening a new issue after testing with Python 3.7 and the latest PyInstaller development version.
Referencing issue #2533

Windows 10 x64 (Spanish locale)
PyInstaller 4.0.dev0+80d5078081
Python 3.7.7

Code modified from the initial example:

# parent.py
#!/usr/bin/python
import os
import sys
import time
from subprocess import Popen

if __name__ == "__main__":
goreleaser
ccremer
ccremer commented Apr 18, 2020

Is your feature request related to a problem? Please describe.
The default release text with Changelog and Docker images is nice. Also the option to custom release headers and footers. But it is too static. In my case I not only want to provide links on how to docker pull a certain image, but also provide instructions to install a Helm chart with a specific just-released image version. e.g.

frank-zsy
frank-zsy commented Jul 12, 2018

Ⅰ. Issue Description

A standard git & GitHub workflow guide would be important to help new users understand how to collaborate.

Ⅱ. Describe what happened

Ⅲ. Describe what you expected to happen

Ⅳ. How to reproduce it (as minimally and precisely as possible)

Ⅴ. Anything else we need to know?

Ⅵ. Environment:

  • pouch version (use `pouch v
yumetodo
yumetodo commented Mar 19, 2020

💡 Feature description

JSDoc comment is a well-known tool to add a document in code/d.ts file.

JavaScript/Typescript language server recognizes jsdoc comment so that famous editor's IntelliSense recognizes jsdoc.

However, As far as I know, there is no way to add JSDoc comment. So, currently, I need to create a wrapper npm package to control d.ts.

omidbachari
omidbachari commented Dec 26, 2018

FYI
Readme says:

def deps do
  [{:coherence, "~> 0.6"}]
end

However, in https://hex.pm/packages/coherence it only has version 0.5.2. Users get this error:

➜  path-to-project git:(master) ✗ mix deps.get
** (Mix) No matching version for coherence ~> 0.6 (from: mix.exs) in registry

The latest version is: 0.5.2

See screenshot. Thank you!

![screen s

gravity
knisbet
knisbet commented Apr 7, 2020

Sorry, this is a verbal report from a customer, I don't have any logs or repro steps just yet.

According to customer S, they see failures in the join process due to some sort of timeout, if ICMP isn't enabled between hosts. This was reported to be related to a ping, however, based on the discussion I suspect it's more likely when the join process tests the endpoints for whether it's joining a

jsilvermist
jsilvermist commented Jan 11, 2017

When using Babel syntax highlighting you have to disable the default JavaScript package in order for it to be used in HTML script tags, and other such places.

After disabling the default JavaScript package, instead of switching to using Babel after restart like other syntax highlighters, markdown highlighting breaks in the first js/`javascript

Improve this page

Add a description, image, and links to the package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the package topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.