Julian Brunner

Results 13 issues of Julian Brunner

I am using AD for gradient-based optimization and need better performance than I am currently getting. I noticed that some work has gone into improving the `.Double` specializations recently, so...

3. I wonder if it is worth adding a "fast-math" version of `ReverseDouble` that achieves better performance at the expense of not being correct with respect to special IEEE floating-point...

### Description I am trying to use a Gitea container registry with Docker BuildKit caching (https://docs.docker.com/build/cache/). More specifically, I am trying to use the registry cache backend (https://docs.docker.com/build/cache/backends/registry/). Here, intermediate...

type/bug
topic/packages

### Your environment Which OS do you use? ArchLinux Which version of GHC do you use and how did you install it? 9.6.4 from ghcup How is your project built...

type: bug
ZuriHac

## Your environment Which OS do you use? ArchLinux Which version of GHC do you use and how did you install it? 8.10.7 from ghcup Which LSP client (editor/plugin) do...

type: support
documentation

I have the following code ```hs {-# LANGUAGE DeriveGeneric #-} import Data.Aeson import GHC.Generics data Item f a = Item { root :: a, children :: f a } deriving...

help wanted

I have recently started using this library and I like how simple it is, and I think it is great that it works across all major operating systems. However, I...

This is based on PR #41. In `windows/clone.ps1` there is a comment > HACK: no clue how to set the PATH inside the Dockerfile, so am setting it here instead....

This is based on PR #40. The Dockerfile for the Windows Server 2022 image contains several lines that are not/no longer needed. 1. As is, the `PATH` contains the PowerShell...

The supplied bmdview.exe defaults to DDS instead of TGA. If a model contains a luminance-only texture, it gets exported as a luminance-only DDS which seems to be unsupported by many...

more tests needed