Yohe-Am

Results 30 issues of Yohe-Am

Not sure what causes this as it only occurs in certain scenarios but observe the following gif at the start of which I'd just "reloaded" the pane: ![Recording 2024-01-23 at...

The ui seems to hang for half a second or more at startup. And on alacritty, this manifests as a blinding white flash. Without any investigation, it seems like there's...

bug

- Fixes multi-typegraph deployment bug. - Fixes issue with loader process existing after cli death. - Replaces `anyhow` with `color-eyre` in cli and improved logging story. - `interlude` pattern was...

Introduces a mechanism for wasm materializers to access hostgate functions. This implements a pretty basic JSON wire interface, a singular `hostcall` function that's exposed to materializers. The only implemented function...

Some tasks that should be considered for any CI rework effort: - Replace `rust-cache` by something better, possibly `mozilla/sccache`. Something that works well with very large and numerous build artifacts....

JSR.io is a new package registry by the folks at Deno. It [seems](https://deno.com/blog/jsr_open_beta) to have great compatibility story across runtimes and in theory, publishing only there should be enough. It...

documentation
typegraph
javascript

...for the typegate that exposes simple metrics like sizes of uploaded typegraph and resident memory usage. To be consumed by the `meta doctor` command.

enhancement
meta-cli
typegate

Updating Cargo.lock whenever `dev/lock.ts` runs increases maintenance burden as breaking changes despite semantic versioning. Not API breakages ofcourse but bulid breakages. This usually comes from the deno dependencies due to...

dependencies
rust

Consider exposing all the `dev/*.ts` scripts under `ghjk task` as well.

documentation

To be specific, [this](https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc) specific alpine image used by the deno-alpine image as a base. (Also used by the ghjk docker based test suite). Since the difference between the two's...

bug
typegate