Morlay

Results 93 comments of Morlay

please use docker/library/redis instead.

@odidev Early access could be found in https://github.com/orgs/octohelm/packages?repo_name=harbor (just newest version) Without any testing, just image build. It works well in my cluster (with external redis and pg)

@jamezrin Sorry. 2.5.x changed some envvar in Makefile, I miss it for final push. https://github.com/goharbor/harbor/compare/release-2.5.0...morlay:release-2.5.0#diff-7747613b3e12f11d61bfe1fd8a6bd18298bc206c697514131a0923aedbc80beeR24 Pls use `v2.5.2` instead (the CI only support compile latest minor version)

hi @philsturgeon go doc have some example https://godoc.org/github.com/go-courier/oas#OpenAPI I used this pkg for my framework [courier](https://github.com/go-courier/courier) to pick openapi spec from code. https://github.com/go-courier/httptransport/tree/master/openapi/generator https://github.com/go-courier/httptransport/tree/master/__examples__ I will add doc for each...

@alixander looks good. but now seems got 403 error when visit directly. https://api.d2lang.com/render/svg?script=qlDQtVOo5AIEAAD__w==&layout=dagre&theme=101&sketch=1

@alixander Now just testing, but hope it could be embed in other doc systems in future. I found kroki already start to support d2 https://github.com/yuzutech/kroki/pull/1414 If d2-playground have github limited,...

Hi @sgosiaco. I played with your demo. but I cannot find a way to get query results in golang. Do you have some suggestion to figure it out?

> the pglite-wasi binary complains about invalid data if I use the interactive_write method I got the same issue, when trying to wrap the pglite-wasi as a sql driver. same...

it works now. once I use `limactl start` (installed by `brew install limactl`) seems lima need to initial something into `~/.lima` when first run.