Morlay

Results 93 comments of Morlay

@cikichen @tommoholmes same issue when first installed. see https://github.com/google/android-emulator-m1-preview/issues/1#issuecomment-818398763

Sorry for replying too late, but I think this issue will be reported on https://github.com/knsv/mermaid

With https://github.com/dagger/dagger/pull/3938, (@RealHarshThakur, Thanks) Engine could start before all jobs in code. In this way, I could be easy to migrate cue version of dagger in my CI (just buildkit...

@sipsma Got it. Could I use `ghcr.io/dagger/engine` with mounting `/etc/buildkit/buildkitd.toml`? Just for exposing tcp address, registry mirrors settings, and gc settings. If it could, I really hope https://github.com/dagger/dagger/pull/3938 could be...

@RealHarshThakur Now we could use `_EXPERIMENTAL_DAGGER_RUNNER_HOST=tcp://:1234` to connect remote dagger engine Just run the engine with custom `buildkitd.toml` and mount to `/etc/dagger/engine.toml` ```toml [grpc] address = ["tcp://0.0.0.0:1234"] ``` ```cue //...

> how are you hosting the engine? Just k8s deployments and simple service > I found that each Buildkit pod can only handle one request at a time i.e if...

> I have more than 10 sub-projects in my project. Starting with WebStorm is slow, taking about a minute. I hope to solve the slow startup problem by enabling ide...

```ts type IntersectionTypes = Types extends [ infer T, ...infer O ] ? T extends Struct ? Infer & IntersectionTypes : unknown : unknown; export function intersection( ...types: Types ):...

Could use Discriminated Union instead ```ts export function discriminatorMapping< D extends string, Mapping extends Record >( discriminator: D, mapping: Mapping ): Struct { return dynamic((v: any = {}) => {...

@eliasnaur Sure. Updated. And I have drop the leading around line, like line-height of css did. It is another feature: https://www.w3.org/TR/css-inline-3/#text-edges