Márk Sági-Kazár

Results 330 issues of Márk Sági-Kazár

Would be nice to build binaries for tags (which I also don't see for the moment). Here is an example: https://github.com/sagikazarmark/bingo-example/blob/master/.travis.yml#L20

First of all: this library is awesome. Question: is it possible to create some sort of iterator based on this?

I get this message every time I try to mount an encfs volume. The mount point is writable, and encfs works fine from shell.

KeepassX 2 is out.

When a GROUP BY is used, the count will always be one.

Please added embed support to the `go_library` rule: you can now add a `resources` attribute containing a list of files to embed into the library. Wollemi could generate that attribute...

I use [decktape](https://github.com/astefanutti/decktape) to print slides and it doesn't use any of the print styles when printing. As a result, the menu button (when enabled) shows up on the printed...

Hello! First of all: I apologize for the wall of text. I wanted to make sure to describe my use case in details, so that the questions at the end...

question

Technically, the following is valid: ```go var i int64 = -1 j := uint64(i) ``` The value will overflow, but the conversion happens. We should replace the `errNegativeNotAllowed` error with...

Previously, float numbers in string format could not be converted to int. This change allows just that.