ffaf1
ffaf1
As now objects and data in `Layer` have this signatures: ``` layerData :: Maybe (Vector GlobalId) layerObjects :: Maybe (Vector Object) ``` But this is frankly not handy. Would it...
tiled version: 1.4.3 error: `Left "Error in $.tilesets[0]: key \"image\" not found"` json content: ``` { "compressionlevel":-1, "editorsettings": { "export": { "target":"." } }, "height":10, "infinite":false, "layers":[ { "data":[87, 87,...
I tried to run ledger-autosync today, I got this error ``` f@extensa:~/media/vcs/ledger-autosync/bin$ ./hledger-autosync ~/download/prova.ofx Traceback (most recent call last): File "./hledger-autosync", line 8, in sys.exit(run()) File "/home/f/media/vcs/ledger-autosync/lib/python3.7/site-packages/ledgerautosync/cli.py", line 474, in...
Make `cabal-test` tests will end with a useful summary: ``` ⁝ ConfiguredPackage/License/UnknownLicence/cabal.test.hs OK (0.13s) ConfiguredPackage/License/NoFileSpecified/cabal.test.hs OK (0.14s) ConfiguredPackage/License/NoLicense/cabal.test.hs OK (0.13s) OK 112 tests, 0 skipped, 0 unexpected passes, 0 unexpected...
Both principled (we export, use a pretty printer) and pragmatic (we don't surprise programs depending on `Cabal` by modifying `Show` behaviour (yet)) stance. --- Please include the following checklist in...
Requested in #8309 , #8315 --- Please include the following checklist in your PR: * [x] Patches conform to the [coding conventions](https://github.com/haskell/cabal/blob/master/CONTRIBUTING.md#conventions). * [x] I don’t believe reordering warrants a...
### Where are we now `cabal check` is a tool to check the correctness of a `.cabal` file and more generally to provide additional useful output (warnings, especially related to...
**Describe the bug** In a file with a missing `main-is` in `test-suite`, parser incorrectly complains about wrong or missing `type` **To Reproduce** ```cabal-version: 3.0 name: pkg synopsis: synopsis description: description...
As per current layout, *page numbers* and *running heads* are both on top of the page, numbers on the *outside* (outside = away from the spine) and running heads on...
I am reading HoTT and I am finding quite well done. One think I disliked is that I had to clone and build the repository to get exercises solutions. Those...