Moritz Poldrack

Results 49 issues of Moritz Poldrack

Hello, I'm pretty new to SIMD and don't really get the cause of the `panic: Internal error, "alias size doesnt match region size"` I don't see any issue with sizes...

It has happened quite frequently that i want to start a program and instead it runs the command. Sometimes this is not an issue, for example with firefox. However, with...

Hi, I have a project that uses a heartbeat to `index.php?ajax-proxy=…` which I'd like to remove from being part of the evaluation, since right now the Top Requested files pretty...

enhancement
add
log-processing
command-line options

In my terminal the Prompt is automatically updated and there are sometimes remaining characters (for example the orange arrow after a git add). What I had in mind: print `\Esc[0K`...

enhancement

Terminal Emulator: Alacritty Version: 93ed7dd Error Message: ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x8a9d3f] goroutine 88 [running]: github.com/ambientsound/pms/index.(*Index).IndexFull(0x0, 0xfc4c38,...

Bug

Since git's binary file handling isn't too great and compression on it doesn't really work. Would it be an option to allow for encoding of the archive file in a...

2

Adding my private mirror of my podcasts fails with the message "Invalid RSS Link" even though it works perfectly fine with *every* other podcast player I tried. The link looks...

bug

running `gocritic check -enable=whyNoLint,offBy1 -checkTests=false ./...` on a file with the follwing contents: ```go filter := FilterConfig{ Command: cmd, Filter: match, } if strings.ContainsRune(match, ',') { //nolint:gocritic,offBy1 // strings.Index() cannot...

While trying to setup a CI Pipeline I've run into the following issue: ``` usage: renpy.py [--savedir DIRECTORY] [--trace LEVEL] [--version] [--compile] [--keep-orphan-rpyc] [--errors-in-editor] [--safe-mode] [--json-dump FILE] [--json-dump-private] [--json-dump-common] [-h]...

It would be great to have the possibility to use a context instead of a channel in function calls, since they pretty much do exactly what the stop channel is...