Skip to content
#

conversion

Here are 907 public repositories matching this topic...

JHawkley
JHawkley commented Mar 17, 2020

Using decaffeinate@6.0.9 installed via Yarn.

Confusing, ugly output is produced when a function contains only a leading comment followed by a return. The example below is structured the same as some code I encountered. At first I thought it was the empty, unindented line that was throwing it off, but it turns out the expression-bodied arrow-function transform does not account for leading

WeeSee
WeeSee commented Feb 1, 2019

To get a better impression of the final images, could you please add the generated documents in the tests to the repo?

I have read the docs but seeing final results could give a better first impression.

For example I'd like to see:

  • header an footer styles
  • a complex microsoft word document converted to pdf

What are the limits to the conversion process, e.g. when rendering footnotes

MonkAlex
MonkAlex commented Jun 7, 2019

Has test project with configs:

<None Include="..\Test.Environment\Services.config">
  <Link>Services.config</Link>
  <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  <SubType>Designer</SubType>
</None>
<None Include="..\Test.Environment\_Config.example">
  <Link>_Config.example</Link>
  <SubType>Designer</SubType>
</None>
David96
David96 commented Feb 20, 2019

Hey,

so I usually use a format like that for my yaml frontmatter:

---
title: Some Title
author: me
date: 12.12.2018
toc: true
toc-own-page: true
nocite: "@*"
references:
- id: source1
  type: webpage
  URL: https://foo
  title: Some other title
- id: source2
  type: webpage
  title: Title
  URL: https://bar
---

That works perfectly fine using pandoc-citeproc. Now I w

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
eabase
eabase commented Sep 20, 2019

The instructions for installing and using this tool is very unclear.

In addition it doesn't mention what happens when you don't have any *.PcbDoc and *.SchDoc files, but only *.Pcblib and *.SCHLIB files...

ticki
ticki commented Jan 25, 2017
    /// A page management error.
    enum Error {
        /// No clusters left in the freelist.
        ///
        /// This is the equivalent to OOM, but with disk space.
        OutOfClusters {
            description("Out of free clusters.")
        }
        /// A page checksum did not match.
        ///
        /// The checksum of the data and the checksum stored in the pag

Improve this page

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

Learn more

You can’t perform that action at this time.