Harmen

Results 71 comments of Harmen

Hi, thanks for opening an issue. I'm not familiar with Glide, but might it be that it doesn't have Go modules enabled? I messed up the transition to modules, so...

Thanks, miniredis already uses a fork, maybe you can have a look? https://github.com/alicebob/gopher-json (I don't remember the reason we needed the fork, will have to look that up another day)

hi, If I import it with: ``` import ( "github.com/alicebob/miniredis/v2" ) ``` it works fine for me. Are you using an older Go version?

The `v2` comes from the new Go modules system, introduced in Go 1.11(?). Since you use an older Go which doesn't support modules I would suggest using release https://github.com/alicebob/miniredis/tree/v2.7.0 which...

@greyireland: it seems like the easiest thing to do is to move everything over to a `/v2/` directory, as described in point 2 in https://github.com/golang/go/wiki/Modules#releasing-modules-v2-or-higher Thoughts?

> Are there any plans to introduce support for go-rejson? hi, can you point to some documentation, and what you need exactly? Thanks!

Hi, thanks again for your question. I had a quick look at the module, which is pretty neat. I personally don't have the plan to add commands from reJson, but...

Thank you for your report! I have no idea how I missed the `SORT` command, and it should indeed be added. On which datatypes do you use the command? list...

ok. At least that one is relatively new :)

On Sun, Jul 21, 2019 at 05:21:26AM -0700, jow blew wrote: > panic: unexpected lsof field: f in "7" Hi, I don't have access to a mac, so I can't...