Justin Israel

Results 18 issues of Justin Israel

When testing the "thread" example, on an Ubuntu linux distro, I have found that closing the dialog results in a SIGABRT when `iup.Close` is called. ``` double free or corruption...

[InclusiveRanges.AppendUnique](http://godoc.org/github.com/justinfx/gofileseq/ranges#InclusiveRanges.AppendUnique) can potentially be very slow, if previous ranges have been added, and the current range being added is very large. ``` go // ok var r ranges.InclusiveRanges r.AppendUnique(1, 1000000000,...

enhancement

I have a number questions about the Config, now that I actually have Olric embedded in my application and working, and am spinning up 2 local instances to form a...

question

Please answer these questions before submitting your issue. Thanks! ### What version of Cassandra are you using? N/A (Yugabyte 2.9.0) ### What version of Gocql are you using? [email protected] (https://github.com/yugabyte/gocql)...

When hosting a custom template within a repository, it is a requirement that the templates live in a "template" folder at the root of the project. And the template store...

Refs #229 This branch aims to fix Magick Wand `ReadImageFile()` returning error "The storage control block address is invalid." on Windows A test has been written, but the project needs...

I've encountered a situation where a certain wrapped function fails in the Go runtime, but the exception is swallowed and instead a generic Python exception is raised: ``` SystemError: returned...

The request for Openfaas to directly allow volume mount options has been met with resistance (i.e. github.com/openfaas/faas/issues/320). But I wanted to know whether it would be a possibility for this...

Let me just start by saying thank you so much for this library. I am learning Go right now by porting a Message Server over from python (Tornado, TornadIO, ZMQ)...

Accepted
Defect

There seems to be a bug (or inconsistency from python2.7) in the way urlparse handles a url that does not have http/https as the scheme. The port is not parsed...