Johannes Hidding
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...
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'...
First off, awesome project! I had to dig a bit in my memory to figure out that Racket also has a Pollen module with the same name and purpose. However,...
Hi, I'd like to contribute a section on type annotation in Python. The most logical place would be as a section 2.5 (shifting the optional exercises to 2.6). The section...
Hi, thanks for this amazing language! I'll be using Koka to solve Advent of Code this year, but I do have some questions that do not seem to be covered...