converter
Here are 550 public repositories matching this topic...
Hi, my team would like to use the package showdown_1.9.0 and to approve that I've to verify all its licenses (included those of all of the modules included), and to do that I've to analyze its source code.
Now I've noted that the Readme declares it under GPL V2, while the license.txt is BSD.
Could you please clarify what is the license of showdown_1.9.0?
Thanks.
It took me ages to work out how to get JSON to work on the command line. A quick example in the documentation would be useful. Example:
markdown-pdf --remarkable-options '{"preset":"full"}' myfile.md
For the brave or foolish (me) who want to run decktape in an Ubuntu 18.04 LTS subsystem via WSL on Windows 10, I've discovered that you can't without installing some missing libraries that are not normally included in the Ubuntu image. Everything can be installed via apt install, and I thought I'd share them in case someone might benefit from this information in the FAQs.
Brief description of
-
Updated
Jun 13, 2020 - JavaScript
Add CONTRIBUTING.md
- Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
- Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
- Use of
conventional-commitstandard going forward - Advice not to include any
package-lock.jsonchanges PRs, for security reasons. File will be regene
Once this is closed: yarnpkg/yarn#816
On this page: https://breakdance.github.io/breakdance/docs.html
Problem: There are a number of times where it refers to the result of a breakdance.compile call as a string. In reality, the string should come from breakdance.compile().output
I love using your module to convert my meeting report into PDF.
Is it possible for you to add mermaid support into your converter?
Is your feature request related to a problem? Please describe.
The Spring Framework is a popular application framework. While RestTemplate is usually used for RESTful communication, the library is now deprecated as per the Spring Framework 5.0 Documentation
WebClient is the future-
Common convention is to use folders to group actions together, and OpenAPI generally use tags for that.
Postman
OpenAPI (in Redoc)
<img width="272" alt="screen shot 2017-12-19 at 10 19 42 pm" src="https://user-ima
The page was created when I published v4 (Europa), but I never actually got around to writing the guide yet:
https://github.com/NotNinja/europa/wiki/Migrating-from-older-versions
I just want to track this so I don't forget entirely.
New homepage
-
Updated
Mar 31, 2019 - JavaScript
-
Updated
Jan 9, 2020 - JavaScript
The package convert-svg-to-jpeg has incorrect CLI settings for the quality argument option.
Error example:
$ convert-svg-to-jpeg --quality 70 --width 2000 --height 2600 tmp/test2.svg
convert-svg-to-jpeg failed: Error: Expected options.quality to be a number but found stringIt seems that method getCLIOptions of the JPEGProvider class doesn't return correct values.
I
-
Updated
Jan 16, 2019 - JavaScript
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Jan 8, 2020 - JavaScript
Currently only input images up to 256px are supported.
https://github.com/kevva/to-ico/blob/master/index.js#L32
$ node src/scripts/favicon.js
(node:18127) ExperimentalWarning: The fs.promises API is experimental
(node:18127) UnhandledPromiseRejectionWarning: RangeError [ERR_OUT_OF_RANGE]: The value of "value" is out of range. It must be >= 0 and <= 255. Received 1024
at writeU-
Updated
May 20, 2020 - JavaScript
-
Updated
Feb 25, 2018 - JavaScript
-
Updated
May 24, 2020 - JavaScript
-
Updated
Oct 4, 2019 - JavaScript
Don't repeatedly generate the key: value which doesn't change.
Hope this is possible
Objective => The world best i18n json files generator
-
Updated
Jun 19, 2020 - JavaScript
Improve this page
Add a description, image, and links to the converter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the converter topic, visit your repo's landing page and select "manage topics."

I want to use ReLaXed with remote chromium to reduce docker image size. It is posible with browser options
--remote-debugging-addressand--remote-debugging-port(https://peter.sh/experiments/chromium-command-line-switches/). It would be great add CLI options for puppeteer https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions (especialy forargsoption).