Andrew Kennedy

Results 15 issues of Andrew Kennedy

Is there a way to get bass to evaluate bash tab completions? For example, the angular-cli provides a completion script to add to .bashrc in order to get tab completions...

My scenario is I don't want to first read the whole row into a slice of matching row structs, I'd like to read just one column value so I came...

unconfirmed

When I'm manually de-duping, I like to ensure I keep the tracks that are in the most recent edition of an album. For example, sometimes albums are re-issued, such that...

In plai-typed, function arguments in definitions look like this: ``` (define (my-function [a : number] [b : symbol]) : (listof symbol) (list 'a 'b 'c)) ``` smart-open-bracket does not handle...

enhancement

I noticed flood sets many values to 0 no matter what they are set to in the UI, why is this the case? It makes it hard to know what...

I've been trying to use this library for a day or two now, and while I'm new to openGL, I'm struggling to use this library to even draw a simple...

enhancement

In my program I'm trying to store a map of "global uniforms" where drawn meshes can optionally override these with their own internal maps of uniforms. I am really struggling...

decision required

I'd like to be able to use filebrowser with no auth behind basic auth on my reverse proxy, whitelisted based on path. I currently have it set up so that...

Stale

Using the latest vfio-isolate I get this traceback when I attempt to create any cpuset: ``` # vfio-isolate cpuset-create --cpus C0-1 /host.slice Traceback (most recent call last): File "/usr/local/bin/vfio-isolate", line...

When I transcode any video using the ffmpegCommandRemoveStreamByProperty plugin in "not_includes" mode, it ends up outputting an h264 video with a vorbis audio stream no matter what streams I try...