Niklas Hambüchen

Results 209 issues of Niklas Hambüchen

![image](https://user-images.githubusercontent.com/399535/46911703-28069780-cf64-11e8-9e17-df92526b0d37.png) Does it make sense that in the above the maximum residency is lower than the current one? `ekg-0.4.0.14`

See https://github.com/tibbe/ekg-core/pull/30

Fixes #29. Based on #28 for GHC 8.6 compatibility. I've tested it with: * Stackage lts-12.17 * Stackage nightly-2018-11-08

There is currently a naming mismatch between EKG and `GHC.Stats`. For example, we have ```haskell , ("rts.gc.current_bytes_used" , Gauge . fromIntegral . Stats.gcdetails_live_bytes . Stats.gc) ``` so `current_bytes_used = gcdetails_live_bytes`....

On OSX, running `bash hadrian/build.stack.sh --configure -j --flavour=quickest inplace/bin/ghc-stage2`: ``` Error when running Shake build system: * inplace/bin/ghc-stage2 * inplace/lib/bin/ghc-stage2 * _build/stage1/libraries/integer-gmp/HSinteger-gmp-1.0.1.0.o * _build/stage1/libraries/integer-gmp/c/cbits/wrappers.o user error (Development.Shake.cmd, system command failed...

bug
OS X

Just now I got this interesting error on Windows (on top of ghc/ghc@a1950e6dc03b560105903ad44050b1570f3bc24f): ``` ... /-------------------------------------------------------------------\ | Successfully built library 'ghc-prim' (Stage1, way v). | | Library: _build/stage1/libraries/ghc-prim/libHSghc-prim-0.5.2.0.a | |...

bug
infrastructure

Similar to #1240, but with the fix from there applied in the newer Meshlab version. * Meshlab 2022.02 on NixOS 21.11 Steps: * duplicate current mesh * click the duplicate...

wontfix

#Please read carefully before submitting an issue The description of the filter `Repair non Manifold Vertices by splitting` is `Split non-Manifold vertices until it becomes 2-manifold`. This suggests that it...

confirmed

I managed (using Meshlab's `Parametrization: Flat Plane`) to create a PLY file that when loaded, crashes Meshlab 2021.07 on Windows, and 2021.05d, and 2020.12 on Linux: https://nh2.me/mesh-crashing-meshlab.ply GDB on Linux...

confirmed

Multi-line type declarations are not highlighted like single-line ones: ``` myFunction :: ... -> ... ```

syntax