WinPooh32

Results 26 comments of WinPooh32

Thank you for review! Good to hear that it works on rpi. Also it can be compiled to wasm/js using [Emscripten](https://emscripten.org/docs/introducing_emscripten/about_emscripten.html) compiler, but some CMakeLists modifications are required. Tested this...

> @WinPooh32 try to set ID of your input text manually ``` Go g.InputText(&filter).Hint("Filter...").Label("##custom_id") ``` Changes nothing.

> @WinPooh32 use ID(...) instead of Label(...) There is no ID method at the InputText. I set ID() for table and it helps. But it panics if there are no...

But when rows are filled by buttons, focus is lost on every table change. IDs do not help: main.go ```golang package main import ( "fmt" "strings" g "github.com/AllenDang/giu" "github.com/AllenDang/imgui-go" )...

> because your ID is the same for all rows and buttons, make them unique by add index into ID. I have set ID only for buttons (rows have not...

This repo is just an http API over [anacrolix/torrent](https://github.com/anacrolix/torrent) lib. You need to add socks5 support to that lib. But I can see more simple way to do that: you...

> is there a way to --include Let's Encrypt certificate from within the streaming module in peerstohttp No. You need to use reverse-proxy (e.g. **nginx**).

It looks something is wrong with GOPATH. Please, run this `go env` and show its output. Also you can build project from `cmd` folder: 1) Download project source. 2) Move...

> I was wondering could peerstohttp be demonized after restart. I think its OS-side problem. You can build project by adding some flags which prevent command-line window opening under Windows:...