Martin Polden

Results 31 comments of Martin Polden

256 color support would be great. Any update on this?

Branches overview says 2 years: https://github.com/clvv/fasd/branches Looks like the author (@clvv) hasn't made any commits at all for the past year. Not sure if there's anything better, I currently use...

I have thought about this as it also makes deployment easier if `echoip` can just fetch the databases by itself. Pull requests are welcome!

Good point. In any case we should deny lookups of private IPs, would that be sufficient?

For https://ifconfig.co it's due to a limitation of the current hosting provider, but it should hopefully be resolved soon.

I don't think it makes sense to show anything beyond the ETA for when the application/platform windows opens up next. In any case I think this requires a Console hacker.

I haven't looked at in this in detail yet, but I think the following would be a good structure: 1. Move all Go code to a top-level `go` directory as...

1. A single workspace simplifies building and inter-dependencies. If we ever introduce Go code that does not fit under `client` we have to introduce multiple Go modules / workspaces. I...

On second thought, keeping everything under `client/go` should be fine for now. I do think the package name for external use should be `vespa` though.

@renevall It appears you have added the source files in both `client/go/api/` and `vespaclient-go/`. Can you remove the latter? The files are mostly the same, except a few differences in...