Scott Santucci

Results 52 issues of Scott Santucci

Various CI servers such as Jenkins and Team City support test report logs in particular formats that can be parsed and read by the server in order to identify and...

research needed

The slowest part of Touchstone tests is spinning up everything in Docker. While it's unlikely anything can be done about that for the services themselves, the mocks could likely be...

research needed

TL;DR: 1. Some suggested documentation of the relationship of the `load…` family of functions 2. A question/suggestion about the implementation of `load[Annotated]Env` (relative to `loadFromDirs`) 3. A suggestion to add...

It is possible to use `shh` without Template Haskell with the `exe` function: ```haskell pwd = exe "pwd" ls = exe "ls" main = pwd >> ls ``` It would...

DISCLAIMER: I haven't tried this, just going off the advertising that is really enticing. (I found NullBoard looking for an easy self-hosted project tracker to help work on some app...

According to MDN, > `` elements which declare a character encoding must be located entirely within the first 1024 bytes of the document. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset > In addition, you should always...

including adding the line loop type. Resolves #17 Requires https://github.com/lambdacube3d/lambdacube-ir/pull/9 OR https://github.com/lambdacube3d/lambdacube-ir/pull/10 Tested locally by patching both packages and using line loop mesh type in a program.

It appears that the Mesh type can be any variety of triangles or even points, but not a line list or line strip. I wasn't sure at first if "mesh"...

In newer dependency versions, `Foreign` exports `And` and `Xor`; for full backwards and forwards compatibility, this solution qualifies the use of `LambdaCube.IR.LogicOperation` constructors. With this plus #14, it will be...

Trying to install/use this on NixOS and getting three test failures (full log shown but errors are near the bottom): ```sh NIXPKGS_ALLOW_BROKEN=1 nix-shell -p 'haskellPackages.ede' ``` ```console this derivation will...