Profpatsch

Results 462 comments of Profpatsch

Huh, noticed this just now when the first error report from a user came in. https://github.com/rust-cli/human-panic/blob/70db948973a746418e3a23434fe48fe45d3c9866/src/lib.rs#L202-L210 It’s kind of useless for us without the most important bit (the error message!)...

I’d have to delegate to @thumphries for this one.

You can find all dependencies here: https://headcounter.org/hydra/build/2167633#tabs-build-deps The system is an `x86_64-linux`, the build is done by nix.

The `atomic-primops` tests are completely strange (they don’t use cabal testing but a Makefile that in turn needs `cabal-install`), so I can’t really include them into the normal nix build...

> Do you think attaching some examples to the `Projection` type would help? The intuition is it's a function on the columns in the table. For example: yes, I think...

> ``` > fooAndBar :: Projection (MyTable Expr) (Expr Foo, Expr Bar) > fooAndBar MyTable{ foo, bar } = (foo, bar) > ``` This definitely doesn’t work for me. First...

Staring at the types a bit more, I inferred that I need something from type `MyTable (c :: Context) -> ??` `??` naively is `MyTable (c2 :: Context)`, but I...

I fell back to Hasql and wrote this statement: ```haskell Hasql.Trans.statement ( translationKeyId, translationLanguage, translationTranslation ) $ do let sql = [Embed.embedVerbatimBytes| INSERT INTO translation_service.translations (keyid, language, translation) VALUES ($1,...

looks like it broke with nixpkgs https://github.com/NixOS/nixpkgs/commit/01f4c7ec881a0a52638f090aacf51461a20b472

> Typically, when Nix succeeds and Guix doesn't, it's because Guix does not have networking at build time. So this might be the issue here. Thoughts? No, nix doesn’t either,...