Lukáš Němec

Results 14 issues of Lukáš Němec

Since we are autobuilding Docker, we should also autobuild .deb package, but how?

enhancement

`loadStorage` function in `api.go` is too long and difficult to test. Refactor into smaller components.

enhancement

You clam your library to be "safe casting from one type to another in Go", but in the code there are no checks for overflow when casting integer types: ```go...

It would be awesome to have wrappers for sql.Null* types. It will be different from the generated primitive types though. Example: ```go o := optional.NewNullInt64(sql.NullInt64{Valid: true, Int64: 55}) ``` The...

There were already some suggestions about a "tool". I think they should be concentrated in one issue concerning the tool specifically. What should it do? - Check your changelog for...

``` 2020/03/20 15:30:04 json: cannot unmarshal object into Go struct field Attachment.messages.attachments.blocks of type slack.Block ``` --- Version: 2ee21247add4e50660e8b3b90b285814d21d8ad6 Installation method: `go get -u github.com/erroneousboat/slack-term`

bug

Fixes #1636 This creates skill-plan importable export as text. However I would rather add shortcut to "Fit -> Export Skill Plan" than under "Character" and having to correctly select All...

Hello, I'm using astrovim, and for some reason the neotree with this theme changes color after re-opening the neotree. When I initially open empty nvim, and open tree, it has...

Hello, I'm using wrk for testing of my apps regularly, and I find it awesome. One thing I'd like to be better is the testing request creation. I'm using the...

Since there is no CI on this project, I figured this out only when I cloned the project (to hack on it) and ran the tests. EDIT: I noticed there...