Niklas Hambüchen

Results 625 comments of Niklas Hambüchen

My workaround is to just re-run it. I'm using ghc-8.0.2 installed via stack.

Repro video on NixOS: https://user-images.githubusercontent.com/399535/166467989-6bf850e2-8263-4115-bf39-04f2a5bc0204.mp4 Unfortunately it does not reproduce with the AppImage on Ubuntu 22.04. On NixOS 21.11 I have: ![image](https://user-images.githubusercontent.com/399535/166468203-d45bf1c0-0847-4688-bcc9-4050d2f3a5a7.png) On Ubuntu 22.04 I have: ![image](https://user-images.githubusercontent.com/399535/166468296-09b972a3-a768-4d1a-8964-9d337518316a.png) Perhaps the...

> Who built that version of MeshLab? Does it come from a package manager? Yes, it comes from Nix, which is NixOS's package manager. (I am also a NixOS contributor...

To make a more direct comparison, I tried to compile `tags/MeshLab-2022.02` from source on Ubuntu 22.04, but got: ``` /home/niklas/src/meshlab/meshlab/src/meshlab/layerDialog.cpp: In constructor ‘LayerDialog::LayerDialog(QWidget*)’: /home/niklas/src/meshlab/meshlab/src/meshlab/layerDialog.cpp:87:21: error: ‘class Ui::layerDialog’ has no member...

You could use the `openscad` command line application (e.g. `openscad -o output.stl myfile.scad`), which outputs messages to `stderr`, and `grep` for the result.

Absolutely, but from my personal experience with this technique, it can get quite custom (and depending on the program you are live-reloading result in segfaults, but that probably happens only...

@MaxDaten What you want sounds very much like `hdevtools`. Our hdevtools integration doesn't works quite as well as the ghc-mod and cabal ones, but the hdevtools section at the end...

Yes, we should add an option. What's more important for this though is per-project settings, since global settings don't really work for all projects.

Whichever approach we take, we should try to make sure that is optional. I know that many Haskellers like unicode code, but equally many dislike it. If we use plain...

Could you make a small example of a failing-vs-working behaviour that is fixed by this? You probably have something that breaks for you without this. Thanks :)