Adam Weinberger

Results 6 issues of Adam Weinberger

It seems that `poudriere options` is honouring `TEST_DEPENDS` when building the dependency list---possibly via `make all-depends-list`? But none of the building tools use `TEST_DEPENDS` thereafter. This means that you can...

Ports Issue

When the graph is disabled with `-g 0`, the memory and CPU displays run together when CPU is 100%: `15/12GB100%` When the CPU graph is disabled, perhaps it should be...

``` ~: zgen selfupdate -- zgen: Not running from a git repository; cannot automatically update. ``` The problem is that `zgen-selfupdate()` uses `${ZGEN_SOURCE}`, but doesn't have access to that variable...

I maintain the lua_ls port in FreeBSD, and I have to do some patching every time luamake is updated. It'd be nice if some of the changes were merged in...

Hello, @qvacua, any chance for a release with nvim 0.8? My config is now littered with `has('nvim-0.8')` guards to work around VimR.

I am having trouble iterating on CONSTANTS. If I pass in: `CONSTANTS: { foo => [1, 2, 3] }` Then: ``` [% constants.foo.size %] [% FOREACH constants.foo %] Hello [%...

Question / Help