package
Here are 3,294 public repositories matching this topic...
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
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__":
Both GitHub and GitLab offer their own public Docker Registry:
https://github.com/features/packages
https://docs.gitlab.com/ee/user/packages/container_registry/
Gitea doesn't seem offer one yet.
Describe the solution you'd like
It would be great if GoReleaser could just automatically authenticate with the given registry on hostname/im
Ⅰ. 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
💡 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.
-
Updated
May 22, 2020 - PHP
I think you could rename the project's file to follow the guidelines with lowercase and undescore. Just an improvement :)
`
Some file systems are not case-sensitive, so many projects require filenames to be all lowercase. Using a separating character allows names to still be readable in that form. Using underscores as the separator ensur
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
Description
No where on teletype.atom.io or on the atom / teletype GitHub page is it indicated the user must provide OAuth access to their GitHub account in order to use teletype. This should be documented in the section
-
Updated
Apr 12, 2020 - Python
-
Updated
Mar 12, 2020 - PHP
For checkbox inputs of associations with unique pluralization requirements, e.g. specialty/specialties, ExAdmin incorrectly pluralizes the <association>_ids param key: specialtys.
In https://github.com/smpallen99/ex_admin/blob/master/lib/ex_admin/param_associations.ex#L34, if you replace
new_key =
String.replace_suffix(key_as_string, "_ids", "s")
|> String.to_atom()FYI
Readme says:
def deps do
[{:coherence, "~> 0.6"}]
endHowever, 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
I add table_prefix to 'totem_' and generate this error:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'vrcg_core.totem_totem_totem_task_frequencies' doesn't exist (SQL: delete from totem_totem_totem_task_frequencies where id = 1)
I alter file TotemModel.php to check if already exist totem_ on name table. Please check and fix.
i changed to below:
-
Updated
May 19, 2018
It'd be great if the live badge relied on data attributes on the badge element instead global JS variables for configuration. The problem with global variables is that you have to embed the script inline with a <script> tag which requires an 'unsafe-inline' [content security policy](https://developer.mozilla.org/en-
-
Updated
Mar 22, 2020 - PHP
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
I just wanted to let you know: your documentation for v3 is broken.
-
Updated
Oct 30, 2019 - Python
Where are the Docs?
This library looks great. I am wondering where the docs are for using this library? Or, when we can expect them.
I would like to contribute to this repo by building certbot for AWS lambda.
Am I correct in assuming that I would have to spin up a AWS linux EC2 instance, and then build certbot in a statically linked manner? How would one do this? I would like to give it a try after being brought into the right direction.
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
There is a ton of documentation here and that's great, however, the first introduction to this tool is overwhelming and should be simplified. You may want to move some of the more stable documentation to the Wiki and reference it from the ReadMe.
Improve this page
Add a description, image, and links to the package topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the package topic, visit your repo's landing page and select "manage topics."

Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea