Leonhard Markert
Leonhard Markert
``` liquidhaskell > /.../liquidhaskell/src/Language/Haskell/Liquid/Bare/Elaborate.hs:41:1: error: [-Wdodgy-imports, -Werror=dodgy-imports] liquidhaskell > Module ‘Data.Functor.Foldable’ does not export ‘Fix’ liquidhaskell > | liquidhaskell > 41 | import Data.Functor.Foldable hiding (Fix) liquidhaskell > | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
https://til.simonwillison.net/sql/cumulative-total-over-time says: > I imagine there's a more elegant way to do this using a window function but this works fine. I was looking at queries of this sort recently....
This dependency was previously missing, causing builds to fail (see https://travis-ci.org/mwitkow/go-conntrack/jobs/559296369#L469 for example). CI failure possibly introduced by https://github.com/mwitkow/go-conntrack/pull/7 (ping @devnev)
This is a 🐛 bug report. ## Expected Behavior The changelog should contain entries for all released versions. ## Current Behavior As of tag v1.0.3, [the changelog](https://github.com/rust-cli/human-panic/blob/v1.0.3/CHANGELOG.md) only mentions the...
# Error message When I try to perform any query with the integrated GraphiQL editor, I get: ``` INFO: 172.17.0.1:43602 - "POST /graphql/OpenStreetMap HTTP/1.1" 500 Internal Server Error Traceback (most...
Hi! I'm thinking of building a ReST + Firebase collaborative editor for fun - something like socrates.io but with ReST instead of Markdown. It's just a fun little project, it...
`h1_verify.py` assumes that ECDSA is used for verification, see https://github.com/Digitaler-Impfnachweis/certification-apis/issues/88#issuecomment-860081870 for context. The CI script used in https://github.com/eu-digital-green-certificates/dgc-testdata shows how RSASSA-PSS can be supported: ```python if isinstance(cert.public_key(), rsa.RSAPublicKey): e =...
`s:save_background` is saved when the script is loaded rather than when `markdown_room` is executed.
```console $ nixos-version 20.03.2411.30fb4e1e206 (Markhor) ``` ```console $ nix-shell --show-trace error: while evaluating the attribute 'buildInputs' of the derivation 'nix-shell' at /nix/store/qkm1m2r4609k7lx60lmcfpyy59pb75f8-nixos-20.03.2411.30fb4e1e206/nixos/pkgs/build-support/mkshell/default.nix:28:3: while evaluating 'assertValidity' at /nix/store/qkm1m2r4609k7lx60lmcfpyy59pb75f8-nixos-20.03.2411.30fb4e1e206/nixos/pkgs/stdenv/generic/check-meta.nix:247:20, called from /nix/store/qkm1m2r4609k7lx60lmcfpyy59pb75f8-nixos-20.03.2411.30fb4e1e206/nixos/pkgs/stdenv/generic/make-derivation.nix:278:18:...
Tracking issue for https://github.com/NixOS/nix/issues/2925.