Johannes Hidding

Results 7 issues of Johannes Hidding

Not sure if this is an issue with `jupyter_client` or `panflute`. Taking this minimal example (call it test-jupyter.py): ```python #!/usr/bin/env python3.7 import panflute import jupyter_client import sys def action(elem, doc):...

Tests run successfully on Chez Scheme.

Hi Ian, Your readme file gives a link to the `wak` module for unit-testing, however the link is broken and I'm unable to find the package elsewhere. I'm trying to...

Hi, I once created a demo for filled contour plots in the terminal. When I saw this package I thought I might contribute it. The original was in Rust, but...

enhancement

Building on LLVM 16 on Fedora 38, the compiler complains about the use of `llvm::Optional` and `llvm::None` in `src/frontend/Frontend.cpp`. I was able to fix it by replacing those with `std::optional`...

When I use `cabal-debian` to build a debian package for an executable, the resulting executable is linked against `libffi` and `libatomic1`, whereas the same build using `stack build` has no...

Using the template exactly as it is given, ```yaml name: Haskell CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-haskell@v1 with: ghc-version: '8.6.5' cabal-version: '3.0'...