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 654 public repositories matching this topic...
-
Updated
Jun 7, 2022 - JavaScript
asciidoc checklists
Explain the problem.
Converting the following:
pandoc -f gfm -t asciidoctor <<EOF
- [ ] a
- [x] b
EOFproduces:
* ☐ a
* ☒ binstead of using the checklist syntax (see asciidoctor docs):
* [ ] a
* [x] b
This seems related to [the recently fixed org-mode r
-
Updated
Feb 16, 2022 - Kotlin
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jun 5, 2022 - 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:
/logiIs your feature request related to a problem? Please describe.
- Reduce the effort to add
autoto existing projects
Describe the solution you'd like
- A preset that stays up to date with the latest
autofeatures
mrm auto- Document gotchas (e.g. you may have issues with an auto TS config file if your TS settings are different, make sure you have a published
-
Updated
Mar 26, 2022 - Java
-
Updated
Jun 3, 2022 - Lua
-
Updated
Jun 7, 2022 - Ruby
-
Updated
Oct 8, 2018 - HTML
-
Updated
Jun 4, 2022 - Kotlin
-
Updated
Jun 7, 2022 - Shell
The fix will be to call addCallbacks() either for all rows or whenever the table of schedules is modified in some way.
-
Updated
Feb 3, 2021 - JavaScript
When the user saves a form it'd be nice to see some kind of visual feedback about what happened, instead of just reloading the page. The edit form notification box should be enabled by default for all the edit forms.
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
May 31, 2022 - PHP
-
Updated
Jan 28, 2021 - Lua
-
Updated
Jun 6, 2022 - JavaScript
-
Updated
Apr 24, 2022 - HTML


Issue Summary
When setting up a dev env on windows,
yarn setupfails