Hasan Yousef

Results 32 issues of Hasan Yousef

I goth the below error: ```bash 2022/07/18 10:15:38 Prepare failed:unable to open tcp connection with host 'my-server:1433': dial tcp 172.16.20.185:1433: connectex: No connection could be made because the target machine...

I've the below: ```go package main import ( "fmt" "log" "net/http" "os" "path/filepath" "strings" "time" "github.com/jchv/go-webview2" // go install github.com/jchv/go-webview2@latest ) func main() { w := webview2.NewWithOptions(webview2.WebViewOptions{ Window: nil, Debug:...

Is there an option to allow or an allow windows resizing?

This is not a bug, but a clarification. I built my gateway that is sending a stream very well to the 'postman/Thunder client' as `http://localhost:8090/v1/example/stream?id=5` I would like to recieve...

Hi. I got `gocv` and `opencv` installed as per the instructions given, at my Windows 11 x64 device: ```bash D:\Development\gopath\pkg\mod\gocv.io\x\[email protected]>go run cmd\version\main.go gocv version: 0.31.0 opencv lib version: 4.6.0 ```...

Hi, I'm installing gocv at Windows 11 x64, trying to follow the installation guide to get: ```bash chdir %GOPATH%\src\gocv.io\x\gocv ``` But actually I could not find this path, instead I...

I'm getting the below outout, that is ful of debug lines: ```bash PS D:\Deployment\EmbeddedImmuDB> go run embedDB immudb 2022/07/08 23:27:46 INFO: Reading snapshots at 'data\index\commit'... immudb 2022/07/08 23:27:46 INFO: Index...

bug

It looks I changed the password at some point of time, and tried to login today, but looks I forgot it. Is there a way to reover it, or what...

bug

I'm at Windows 11, trying the [embeddingSQL](https://docs.immudb.io/master/embedded/embeddingSQL.html), I got the below: 1. `row.Values[cols[0].Selector()].Value()` is invalid command, so I replaced it by `row.ValuesBySelector[cols[0].Selector()].Value()` 2. For the updated code, I got the...

bug

An option to customize the lover could be required. A "Debug" option to show/hide the debug info from the terminal at Key-value embeded database (and whereever possible) is needed.

enhancement