Jonathan Chan Kwan Yin

Results 166 issues of Jonathan Chan Kwan Yin

Question on https://github.com/onelson/jq-rs/blob/5a50b86010377178672266bcafd7bd925ac252c6/src/jq.rs#L104 I understand that we want to avoid double drop based on the comments above. But why do we `jv_copy` the `initial_ptr` instead of using `ManuallyDrop`?

**What happened**: Consider the following code ([playground](https://go.dev/play/p/Cqur9KwSLVu)): ```go package main import ( "time" "k8s.io/utils/clock" clocktesting "k8s.io/utils/clock/testing" ) func main() { clk := clocktesting.NewFakeClock(time.Now()) go func(clk clock.Clock) { clk.Sleep(time.Second * 2)...

### Description Compute and write diff from a validating webhook and decorate with it in consumer directly, no need to fetch diff cache or run diff controller ### User story...

enhancement

### What version of GCI are you using? 0.13.4 ### Reproduce Steps ```console $ example.go package example import ( _ "example.com/a/b" _ "example.com/i/j" _ "example.com/m/n" _ "example.com/p/q" ) $ go...

help wanted
good first issue

Please use a properly qualified namespace like `Frago9876543210\forms`. `forms` is not allowed by pharynx, might easily lead to shading bugs in virions, and in general very easily leads to name...

Output of `helm version`: ``` version.BuildInfo{Version:"v3.14.2", GitCommit:"c309b6f0ff63856811846ce18f3bdc93d2b4d54b", GitTreeState:"clean", GoVersion:"go1.21.7"} ``` When I evaluate `.Chart.Name`, it goes through the Go exported field. But when I evaluate `(fromJson (toJson .Chart)).Name`, it becomes...

question/support

## Which problem is this PR solving? - Resolves #2361 ## Description of the changes - Add a settings dialog to TracePage - Add an option to select log marker...

Minimal code to reproduce: ```rs use bevy::prelude::*; use bevy_mod_picking::prelude::*; fn main() -> AppExit { let mut app = App::new(); app.add_plugins(( bevy::DefaultPlugins, bevy_mod_picking::DefaultPickingPlugins, )); app.add_systems(Startup, |mut commands: Commands, mut meshes: ResMut,...

### What existing functionality needs improvement? After a `WITH DOCKER` run, earthly takes a long time to clean up the docker environment. This prevents me from re-running the job efficiently....

type:enhancement