afdw
afdw
Consider the following file: ```svg ``` The results are: | resvg | rsvg, Chrome | | - | - | |  |  | The problem is that the...
Consider the following file: ```svg ``` The results are: | resvg | rsvg | Chrome, Inkscape | | - | - | - | |  |  | ...
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...
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).
Closes #3.
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...
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 _ =>...
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...