Tom Bruno

Results 8 issues of Tom Bruno

It seems Gitbook has removed all traces of the pdf/epub

I've been troubleshooting parts our our application and came across uuid's that I believe do not have their RFC4122 version information. Uuid::generate( 4 )->string Example: 14326a6c-184f-11ea-9e97-06aad2cae86c A version 4 UUID...

I have a multi-developer project that has several lambda functions. Some are written in Go and some are in Python. The python functions require a few native compiled libraries. When...

area/build
maintainer/need-followup

The workder README.md states to install gometalinter which is DEPRECATED and recommended to use https://github.com/golangci/golangci-lint. ``` go get -u github.com/alecthomas/gometalinter .... ... ... build github.com/alecthomas/gometalinter: cannot load github.com/nicksnyder/go-i18n/i18n: module github.com/nicksnyder/go-i18n@latest...

## I had use the following code instead of the sample provided otherwise the JVM would crash. ``` package org.ghost4j.example; import java.awt.image.RenderedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import org.ghost4j.Ghostscript;...

bug

i7-6700k Skylake, everything up to date and latest builds ``` Anonymous UUID: E858CDC9-A297-E779-F9A3-FE4EA54A151E Wed Jul 13 06:17:46 2016 *** Panic Report *** panic(cpu 6 caller 0xffffff80087ce5fa): Kernel trap at 0xffffff8008c3af4d,...

I am attempting to use the in-memory database for go unit testing a sdk that contains multiple packages (each package connects to a different database & or api). I'm running...

customer issue

Fixes header error with compression DEFLATE when decrypting payloads generated by Go,Java, and PHP JOSE implementations. I do no know if this effects other implementations, this is a bug our...