Tom McLaughlin
Tom McLaughlin
https://github.com/kubernetes-client/haskell/blob/94ee7cc3ff1d2d66579f96a27d02105cd8e1748e/kubernetes/lib/Kubernetes/OpenAPI/Client.hs#L187 This option was introduced here: https://github.com/kubernetes-client/haskell/commit/541fb764666f84acff1ecb6c480365f0f3e79a64. I have been running commands using the pod "exec" endpoint, and some of my commands had plus signs in them. (Because of new-style...
I started this PR with the goal of supporting `aeson` 2, which is used on the Stackage resolvers starting from the first week of February 2022. As it turned out,...
CC @jonschoning
Apologies if this has already been answered, but I couldn't find it. When you run a simple print like `putStrLn "hi"`, IHaskell outputs it as a Jupyter `display_data` output like...
Some Python docstrings use `reStructuredText`, one notable example being [pandas](https://pandas-docs.github.io/pandas-docs-travis/development/contributing_docstring.html#docstring). Here's an example from that link: ```python def add(num1, num2): """ Add up two integer numbers. This function simply wraps...
I'm trying to create ad-hoc development environments from Stackage snapshots according to the instructions [here](https://input-output-hk.github.io/haskell.nix/tutorials/development.html#how-to-get-packages-from-a-certain-stackage-snapshot): > You can use ghcWithPackages on any of these package sets to quickly get a...
This is a follow-up from the discussion on #1301. I'd like to be able to set up dev environments using `haskell.nix`, but I would really like to use the vanilla...
I have a project that needs you to run `autoreconf -i` to generate a `configure` script before it can be built. Building it works fine with normal stack/cabal but it...
When I build an executable, the Nix dependency closure includes the full GCC compiler. When I use the Nix Docker tools to build a Docker image with a Haskell app,...
This is a proposal to address #367.