Matthew Pickering

Results 129 issues of Matthew Pickering
trafficstars

Deleted users are missing a bunch of attributes. Example from the wild. The documentation states: > For deactivated users, deleted will be true. but mentions nothing about other missing attributes....

There are several places in the documentation where I was a bit confused about what should actually be in an object. Thanks for your help resolving some of these mysteries...

I am observing a SymbolElement where the `type` is reported to be `165`. My understanding is that the type should only be between 1-4 but I am wondering whether this...

It seems that all the OCAD files I have fail to load into ocad2geojson because they are technically invalid in some manner. When I load them into open orienteering mapper,...

* Adds extra options to the multi-repl file (specified with `ghc-options` for example) * Fix the rendering of `-j` when finally invoking the repl Both should be backported to 3.12...

Cabal: cmd/repl
attention: needs-review
attention: needs-backport 3.12

Consider the which determines whether we should build shared libraries. pkgsUseSharedLibrary :: Set PackageId pkgsUseSharedLibrary = packagesWithLibDepsDownwardClosedProperty needsSharedLib where needsSharedLib pkg = fromMaybe compilerShouldUseSharedLibByDefault (liftM2 (||) pkgSharedLib pkgDynExe) where pkgid...

Consider the which determines whether we should build shared libraries. ``` pkgsUseSharedLibrary :: Set PackageId pkgsUseSharedLibrary = packagesWithLibDepsDownwardClosedProperty needsSharedLib where needsSharedLib pkg = fromMaybe compilerShouldUseSharedLibByDefault (liftM2 (||) pkgSharedLib pkgDynExe) where...

type: bug
needs triage

I have a PR in which I wanted to download the artifact from the static alpine job for testing: https://github.com/haskell/cabal/actions/runs/9205673028/job/25321848983?pr=9900 The job is finished but I can't work out how...

type: user-question

There is no logic in cabal-install nor Cabal which stops you building dynamic libraries with compilers which do not support them. Cross compilers (wasm/javascript) both don't support dynamic libraries but...

type: bug
needs triage

`nixos-shell` will inherit the `TERM` variable from the user environment which leads to a broken terminal in some situations. For example, I have `TERM=rxvt-unicode-256color`, which is inherited and leads to...