afdw

Results 13 issues of afdw

Consider the following file: ```svg ``` The results are: | resvg | rsvg, Chrome | | - | - | | ![re](https://user-images.githubusercontent.com/7559560/116870393-2fbde280-ac1b-11eb-915d-081bd0d5fbc4.png) | ![r](https://user-images.githubusercontent.com/7559560/116870407-351b2d00-ac1b-11eb-918f-79fead5378f7.png) | The problem is that the...

Consider the following file: ```svg ``` The results are: | resvg | rsvg | Chrome, Inkscape | | - | - | - | | ![re](https://user-images.githubusercontent.com/7559560/116814649-a77c0680-ab62-11eb-9c44-6dbcb9537719.png) | ![r](https://user-images.githubusercontent.com/7559560/116814654-acd95100-ab62-11eb-817a-f79527dd4833.png) | ![ink](https://user-images.githubusercontent.com/7559560/116814795-2cffb680-ab63-11eb-916e-cdd5fd1c7d84.png)...

Currently setting `"allowSyntheticDefaultImports": false` in tsconfig.json results in errors in .d.ts files.

`DOCS/man/options.rst` [said](https://github.com/mpv-player/mpv/blob/478d39c57492107ce8d5a33e80d5624db330ceab/DOCS/man/options.rst#video): > #### `--hwdec=` > `` can be one of the following: > vaapi: | requires --vo=gpu or --vo=vaapi (Linux only) > -- | -- But I think this...

priority:stalled

https://github.com/dawbarton/pdf2svg/commit/9685498ffdc3992fdc829d6589dd14648c4f0ce7 changed `poppler_page_render` to `poppler_page_render_for_printing`, but there is no way to change it back (if the SVG is intended to be displayed and not printed).

Changes that should be done at the end of alpha. Renames: - [ ] `buildcraft.api.recipes.BuildcraftRecipeRegistry` -> `buildcraft.api.recipes.BuildCraftRecipeRegistry` - [ ] `buildcraft.api.recipes.BuildcraftFuelRegistry` -> `buildcraft.api.recipes.BuildCraftFuelRegistry` - [ ] `buildcraft.api.facades.FacadeType` -> `buildcraft.api.facades.EnumFacadeType` -...

## Expected Behavior Dune should not crash. ## Actual Behavior Dune crashes with the following message: ``` Internal error, please report upstream including the contents of _build/log. Description: ("link_many: unable...

bug
ctypes

I get a stack overflow on the following file: ```coq From Ltac2 Require Import Ltac2. Ltac2 Notation t1(thunk(tactic)) "+" t2(thunk(tactic)) := orelse (fun _ => t1 ()) (fun _ =>...

part: ltac2
part: parser

The only current representation has problems with readability and interoperability with JSON libraries for other languages, such as: * Rust with serde: https://serde.rs/enum-representations.html * Python with pyserde: https://github.com/yukinarit/pyserde/blob/main/docs/en/union.md * Haskell...