Yanchen Chen
Yanchen Chen
Need format all of the project
I find a way to validate structure without struct tag, is this the current best way to validate no tag structure? This not my expect way to validate no tag...
> Currently, there is nothing that would do this, except the painful way of using the `Var` function. > > Maybe it's worth exploring a path, where we can pass...
Is Slint have a `Dialog` component or others, I just want to popup a box to show some message.
> Is Slint have a `Dialog` component or others, I just want to popup a box to show some message. I found that: https://slint.dev/releases/1.3.2/docs/slint/src/language/builtins/elements#dialog
Serval projects are failded to execute `golangci-lint run`. Logs: ``` Panic: interfacer: package \"itemfeature\" (isInitialPkg: true, needAnalyzeSource: true): runtime error: invalid memory address or nil pointer dereference: goroutine 29347 [running]:\nruntime/debug.Stack()\n\t/usr/local/go/src/runtime/debug/stack.go:24...
And when I exec once write, the target process will be 'Not Responding'.
> docker run -e HOST=0.0.0.0 -p 6274:6274 -p 6277:6277 ghcr.io/modelcontextprotocol/inspector:latest Thanks @stevenh ! This command is right and it no need host network mode. ```bash docker run -e HOST=0.0.0.0 -p...
> Hello [@avi2000](https://github.com/avi2000), try this one https://github.com/yharby/langflow-ollama-pixi/blob/main/custom-langflow/components/ollama_custom/ollama_embeddings.py It's works, thanks!