Results 47 issues of glts

`huri.core/rollup-transpose` cannot be used because its arguments spec is impossible to satisfy. In `rollup-transpose`, the argument `f` has the spec `(s/and ::summary-fn map?)`. However, here `::summary-fn` never conforms to a...

When using Huri in Gorilla REPL, completion for the plot functions shows the gensym argument names, which are a bit difficult to parse, especially for people who are now and...

I realize that you already know this problem very well. But since there is no issue on the issue tracker I figured I'd open one. Steps to reproduce (_ means...

In the solution for #15 a final filter `sed 's/\r$//'` was added in `bin/vspec`. Unfortunately, by default sed buffers its output, so it is no longer possible to add another...

Thank you for this useful project. [My project](https://gitlab.com/glts/indymilter)’s test suite includes integration tests that can be enabled with feature `miltertest-tests`. ``` cargo test --features miltertest-tests ``` [These tests](https://gitlab.com/glts/indymilter/-/blob/master/tests/miltertest.rs) use the...

bug
Instrumentation

This happens on an old MacVim 7.3, but not on newer versions of Vim. Create a plugin with an `addon-info.json` file with an explicit `"name"`, for example `~/code/vim-linked/addon-info.json`: ``` {...

bug

Minor issue. When using the manual installation procedure described at https://github.com/google/maktaba/blob/master/vroom/manual.vroom, and Maktaba is symlinked, then it is added to the runtimepath twice, once with the symlink location and once...

`Authentication-Results` headers are deleted by iterating over them in forward direction. But because each deletion shifts headers that come after it, this procedure deletes the wrong headers after the first...

bug

This change fixes a use-after-free bug, by rearranging code in `mlfi_close` such that the context `cc` is only freed after it is accessed by the query cache code. This fixes...

The proposed change moves the generated `Authentication-Results` (et al.) header *before* the MTA’s `Received` header. This is achieved by calling the milter library’s `smfi_insheader` function with index 0 instead of...