Falco Peijnenburg

Results 10 issues of Falco Peijnenburg

There's a test that specifically tests for function signatures on the next line. There's a comment that states that this test passes. In reality, it clearly doesn't: ![2016-10-02-100406_714x362_scrot](https://cloud.githubusercontent.com/assets/1202014/19019414/bf21d9a2-8887-11e6-8006-7cdb05e17825.png) The cursor...

# How to reproduce - Create file `network.nix` with the following contents: ```nix { network.description = "containers"; testContainer = { deployment.targetEnv = "container"; }; } ``` - Run the following...

backends/container

#### sweep firmware version 1.4 #### libsweep version + affected bindings Libsweep on commit 8539c1c3d98478163cc1fb8f066a144f1e60171d, compiled with `-DCMAKE_BUILD_TYPE=Release` Also (with some effort) reproducable with the scanse tool on Windows. Affected...

Hey there, long time no see. I just updated to AwesomeWm version 3.5. The good news is this: Revelation mostly works! The bad news is: When revelation is closed, the...

In Nixpkgs PRs https://github.com/NixOS/nixpkgs/pull/105998 and https://github.com/NixOS/nixpkgs/pull/113580, support for git LFS is added to the Nixpkgs `fetchgit` function. The problem with `fetchgit`, however, is that it does not properly support private...

fetching

I found myself manually creating the following definition: ```haskell is :: Esq.SqlExpr (Esq.Value a) -> Esq.SqlExpr (Esq.Value a) -> Esq.SqlExpr (Esq.Value Bool) is = EsqInternal.unsafeSqlBinOp "IS" ``` Equivalently, one can...

Null Handling

Please review before merging. Some things were done quickly, and I haven't tested aeson compatibility yet, which I still plan to do. [update] Aeson compatibility has now been tested. See...

This was due to `staticHaskellBinariesOverlay` overlay changing every _existing_ package to build statically, but not every _new_ package called with `callPackage`. Here's an example building against my own [`glualint`](https://github.com/FPtje/GLuaFixer): ###...

This is the card I drew during ZuriHac! :card_index: This is quite a simple parser error, which can be hit when `PackageImports` is enabled. The error itself is quite clear...

Zurihac 2024

When using `nixpkgs-unstable` or NixOS 24.11 (not released as of writing), using the rust overlay leads to the following deprecation warning: ``` evaluation warning: `rust.toRustTarget platform` is deprecated. Use `platform.rust.rustcTarget`...