Ben Sarah Golightly

Results 6 issues of Ben Sarah Golightly

Currently, a translation that doesn't exist just defaults to the passed message ID. It can be helpful to be able to catch these missing cases e.g. to save to a...

v2

### What did you do? ``` package main import ( "fmt" "golang.org/x/text/language" ) func main() { t, err := language.Parse("en-t-en-m0-ungegn") fmt.Printf("got %s, err %s\n", t, err) } ``` ### What...

NeedsInvestigation

Hi, thanks for LodePNG. To make the custom allocator functionality (LODEPNG_NO_COMPILE_ALLOCATORS) useful to me, I need the lodepng_malloc/realloc/free functions to accept an extra void *user_arg argument. I think this can...

I was getting this error using this repo in the make step: ``` /usr/include/crt/host_config.h:119:2: error: #error -- unsupported GNU version! gcc versions later than 7 are not supported! ``` This...

CUDA

Is it possible to block on peek or pop? Currently I'm just polling in a loop, but I guess in the empty-queue case its lightweight enough: `q.RLock()` then `q.getItemByID(...)` =>...

The "$GOPATH/go/pkg/mod" directory already has license files for modules. If we could use that, gocomply becomes much, much simpler and faster. gocomply is currently sidestepping the "$GOPATH/go/pkg/mod" directory because (emphasis...