StringKe

Results 123 comments of StringKe

1. 将目前的 monaco editor 改为 CDN 加载方式 2. Render 支持服务端渲染

[const repo: RepoMetadata = await RepoProxyFactory.create(inputs['github-token']);](https://github.com/gperdomor/nx-tools/blob/71f1369cb092e1b066a40868dbb8aaf0bf6bb061/packages/container-metadata/src/lib/main.ts#L16-L17) The local status does not seem to be able to customize the related fields

I generally compile images locally, without using a CI provider, when I need to define metadata.

```bash export CI=true export GITLAB_CI=true export GITLAB_USER_LOGIN="fake-gitlab-ci" export CI_PIPELINE_SOURCE="push" export CI_JOB_NAME="LOCAL-BUILD" export CI_COMMIT_TAG="$(git describe --tags --exact-match 2>/dev/null)" export CI_COMMIT_REF_SLUG="$(git rev-parse --abbrev-ref HEAD)" export CI_PIPELINE_IID="99" export CI_PIPELINE_ID="999" export CI_COMMIT_SHA="$(git rev-parse HEAD)"...

ws 需要一个 server, 主要是 schema 的生成方式,想法是提供不同的注解然后扫描生成。

try `brew install argon2 aspell libunistring libidn2 libnghttp2 openldap rtmpdump curl unixodbc freetds jpeg-turbo libavif gd krb5 libpq libzip tidy-html5 re2c libiconv pkg-config` add .bashrc or .zshrc ``` export PATH="/opt/homebrew/opt/bison/bin:$PATH"...

I envision using spring-graphq as a code-first-schema approach. So I want to borrow the power of sqpr to generate schema, because spring-graphql must have a definition of grpahql.schema. Since we...

The annotations in spqr don't exist in a separate package. My overall project is a microservice. I don't use graphql in microservices but dubbo (an RPC protocol), and when my...

Thank you for your reply, I will try this way.