Skip to content
#

converter

Here are 550 public repositories matching this topic...

hason
hason commented Jun 6, 2019

I want to use ReLaXed with remote chromium to reduce docker image size. It is posible with browser options --remote-debugging-address and --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 for args option).

luisapace
luisapace commented Feb 13, 2019

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.

laserkelvin
laserkelvin commented Jun 15, 2019

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

MikeRalphson
MikeRalphson commented Jan 19, 2019
  • 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-commit standard going forward
  • Advice not to include any package-lock.json changes PRs, for security reasons. File will be regene
zdenko
zdenko commented Aug 29, 2019

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 string

It seems that method getCLIOptions of the JPEGProvider class doesn't return correct values.
I

Improve this page

Add a description, image, and links to the converter 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 converter topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.