Lee ByeongJun
Lee ByeongJun
@dahlia Thanks! If we implement this package, would it be better to manage it as a monorepo in fedify, or would it be better to create a separate repository? The...
This test reproduces the case where the loop's initialization condition is underscored, as shown below: ```go func TestForLoopIgnoredInital(t *testing.T) { m := NewMachine("test", nil) main := FuncD("main", nil, nil, Ss(...
@thehowl I didn't think there was anything wrong with it, but it was vague. Thanks for the feedback
I'll handle this in #319
> 1. Languages > Many articles are written in Korean. How should we label them? How about adding labels like `[KO]`, `[EN]` or flags to project names? Also, adding sentences...
Could you please update the branch and resolve the CI errors? Thank you
The failure of issue 3 doesn't seem to be related to the fix. Could you apply the changes again and check using the `go test -v ./gno.land/pkg/integration -run TestTestdata`?
Could you please check the CI failures so we can proceed to the next step? Thank you
> Is it okay to have added float support to the overflow package? Or should we have created a new package for that? (Since float operations don't really overflow in...