Publishing
Publishing is the creation of documents using page layout skills on a personal computer primarily for print. Desktop publishing software can generate layouts and produce typographic quality text and images comparable to traditional typography and printing.
Here are 569 public repositories matching this topic...
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
This is an issue in the markdown writer:
% pandoc -f native -s -t markdown
Pandoc (Meta {unMeta = fromList [("foo",MetaBool False)]})
[]
---
---
-
Updated
Jan 12, 2021 - Kotlin
-
Updated
Dec 11, 2020 - JavaScript
on latest develop, if I run:
go test
ERROR: 2020/10/09 16:43:21 oauth.go:148: viewOauthInit error: pretend unable to write state error
--- FAIL: TestViewOauthCallback (0.00s)
--- FAIL: TestViewOauthCallback/success (0.00s)
oauth_test.go:248:
Error Trace: oauth_test.go:248
Error: Received unexpected error:
/logi-
Updated
Dec 28, 2020 - Java
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 9, 2021 - Lua
-
Updated
Feb 9, 2021 - Ruby
-
Updated
Oct 8, 2018 - HTML
-
Updated
Feb 10, 2021 - Shell
-
Updated
Feb 3, 2021 - JavaScript
-
Updated
Jan 11, 2021 - JavaScript
It's not clear enough what to write into the source and destination fields.
Source -> Source (e.g. /path/)*
Destination -> Destination URL*
Validation?
- check if source has leading & trailing slash?
- check if destination is a valid url || has slashes?
-
Updated
Feb 8, 2021 - PHP
-
Updated
Jan 28, 2021 - Lua
-
Updated
Feb 9, 2021 - JavaScript
-
Updated
Mar 27, 2019 - CSS
-
Updated
Feb 9, 2021 - HTML
-
Updated
Nov 23, 2020 - Groovy
In my plugin.xml has something like this inside:
<feature extension="dita.conductor.target.relative" file="integrator.xml"/>
but there is no "integrator.xml" in the plugin folder, the integrator complains:
[integrate] D:\DITA-OT2.x\plugins\my.plugin\integrator.xml (The system cannot find the file specified)
but it is still successful.
Issue Summary
When running under Node 14, the error message printed out when a second instance of Ghost is trying to bind to a port isn't the custom one we have, but the generic one.
To Reproduce
We have a check like
error.errno === 'EADDRINUSE', which evals to `fa