Noel Kwan
Noel Kwan
I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? Enable only after: - [x] https://github.com/risingwavelabs/risingwave/pull/14842 - [x] https://github.com/risingwavelabs/risingwave/pull/14836...
I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://gist.github.com/TennyZhuang/f00be7f16996ea48effb049aa7be4d66#file-rw_cla). ## What's changed and what's your intention? Only merge after 1.7 released. ## Checklist - [...
Initially observed here: https://github.com/risingwavelabs/risingwave/issues/7901 Across various build environments the behaviour of RNG in a system may change, if they use `from_entropy` for instance. Or even just compilation might produce different...
## Background Typically I use `nperf` to render a flamegraph like so. ``` nperf flamegraph --merge-threads perf.data > perf.svg ``` `htop` shows it just uses a single cpu core used:...
Failing test: See https://github.com/fare/gerbil-poo/compare/noel/slot-name-bug?expand=1 This will recursively evaluate the slot `x` to itself. Hence we will be stuck trying to define `o`. Workaround - use the lexical scoping pattern mentioned...
After updating nix version and running `nix-garbage-collect`, I encounter the following error when trying to build gerbil-ethereum: ```sh > ./build.ss *** WARNING -- Could not find object file entry point...
Part of https://gitlab.com/mukn/glow/-/issues/80. ## Features ### Batch 1 (Merged: https://github.com/fare/gerbil-ethereum/pull/46) - [x] Methods for known-size bytes - [x] Compat with bytes larger than EVM Word - [x] Store at free...
Ensure integration, unit-tests work before pushing.
## Info Close https://github.com/risingwavelabs/risingwave-docs/issues/1635 - **Description** - Document how to monitor the metrics of single node deployment with grafana and prometheus. - **Notes** - [ Include any supplementary context or...
From @chenzl25: > Assuming that we have a lot of materialized views in the cluster now, and users rely on the freshness of the materialized views to do batch queries....