Ryo
Ryo
Maybe same issue: I use mermaid in playwright as follow: ```typescript const browser = await playwright.chromium.launch(settings.launchOptions); const context = await browser.newContext({ viewport: { width: 1000, height: 3000 }, }); const...
> 你是在找这个吗?数据写入/保存方法需要结合Data方法使用,方法的参数类型可以为[Map/Struct/Slice](https://goframe.org/pages/viewpage.action?pageId=1114344#:~:text=%E6%95%B0%E6%8D%AE%E5%8F%82%E6%95%B0%E4%B9%9F%E5%B8%B8%E7%94%A8%20struct%20%E7%B1%BB%E5%9E%8B%EF%BC%8C%E4%BE%8B%E5%A6%82%E5%BD%93%E8%A1%A8%E5%AD%97%E6%AE%B5%E4%B8%BA%20uid/name/site%20%E6%97%B6%EF%BC%9A) 不是的,我们在考察将我们的旧代码移植到 GoFrame 的难度。我们不打算使用 ORM Feature ,必须要求是能像 `sqlx` 一样能直接接收 SQL 语句,因为我们的代码里有大量现成的 SQL 语句。 上面举出的只是一个简单例子,意图在于展示 `NamedExec` 方法的参数,不意味着我们只用 INSERT 语句。实际的 SQL 更复杂且多样,无法使用 `Data` 方法,那样迁移成本太高。
I do have read this issue: https://github.com/gogf/gf/issues/553 But the answer in that issue do not fit my situation. The point is the log message is a field in JSON, both...
> @RyoJerryYu Hello, we does not support `WithFields` like `logrus`, but you can try function `SetPrefix` or submit a PR adding `Fields/SetFields` function to support this. @gqcn Thank you for...
BTW, we finally found that it seems could be implemented by providing a self-defined `Handler`, then log fields in zap style. However, since `HandlerInput` do not provide any support for...
+1. Any update here?
> It seems that Cursor has the same problem: https://forum.cursor.com/t/indexing-only-reads-first-folder-in-the-workspace/2585 .... so maybe its VS Code related? It's not the same problem: The link describes a problem where the `@Codebase`...
> I managed to solve this issue by extracting the `.AppImage` file and running the application from the extracted files. > > Started encountering the issue after trying to run...
MCP 里包含了 Resources 、 Prompts 、 Tools 等好几个互不相干的部分,感觉是不是可以不用一步到位,先支持其中一个功能,以后慢慢补全