converter
Here are 4,219 public repositories matching this topic...
-
Updated
Jul 8, 2022 - JavaScript
Gifski requires at least 2 frames in the resulting GIF, but users might accidentally trim or choose low enough FPS for the resulting GIF to contain less than 2 frames. We should show a warning in the editor's view in that case.
Right now, we just show an error when the conversion starts:
<img width="472" alt="Screen Shot 2020-10-24 at 16 53 31" src="https://user-images.githubusercontent.com/
When using a color value without commas (like style="color: hsl(180 100% 50%);"), the resulting color is black. While color values with a comma (like style="color: hsl(180, 100%, 50%);") work as expected.
Both should give the same results: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl
-
Updated
Jul 3, 2022 - C#
-
Updated
Jul 9, 2022 - C#
-
Updated
May 16, 2022 - JavaScript
As per angularsen/UnitsNet#328 (comment)
Having a set of tests to validate that the correct abbreviation notations and symbols are used would be helpful, as we have seen from before that discrepancies tend to creep in over time.
See #328 for the (currently work in progress) guideline, go through the comments and identify what tests to write for the guid
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Mar 2, 2022 - PHP
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jun 27, 2022 - Ruby
-
Updated
May 17, 2022 - JavaScript
-
Updated
Jul 8, 2022 - Ruby
-
Updated
Jul 4, 2022 - Java
When you parse using --components=true the css file generated works for the most part. The only main problem is that it generates duplicate classes if many elements with the same class exist in the original file.
For example if you have the following:
<div class="alert alert-warning">
some warning alert
</div>
.
some other code
.
<div class="alert alert-danger">
this is a -
Updated
Jul 8, 2022 - Go
This ticket serves as a tracker for translations needing updates for fre:ac 1.1.5. It will be updated once the status of a translation changes.
Help is needed to update the translations for fre:ac 1.1.5 which has been released on 27th June 2021.
New translations to as of yet unsupported languages are more than welcome as well of course. If you would like to translate fre:ac to a new la
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."


Explain the problem.
Converting the following:
produces:
instead of using the checklist syntax (see asciidoctor docs):
This seems related to [the recently fixed org-mode r