Niklas

Results 3 comments of Niklas

An option for platform-native would be to use/copy the underlying implementation of `net.Interfaces()`, which is `net.interfaceTable()`. It has all the needed information. - https://golang.org/src/net/interface_linux.go#L16 - https://golang.org/src/net/interface_windows.go#L47 - (No Mac to...

I had the same issue, also there is no ARM version for the pi. This is how it works for me anyway: - Install electron - Download the linux zip...

I don't know enough about the internals of bibisco to say integration would be easy, but I wouldn't say it is very hard. LanguageTool has a [public HTTP API](https://dev.languagetool.org/public-http-api) that...