Godfrey Chan

Results 103 issues of Godfrey Chan

If we: 1. heap allocate a struct-based helix object (e.g. `Duration::new`) 2. GC runs It will GC the Ruby object associated with the helix object, because the GC couldn't see...

Bug
Needs Reproduction
Needs Submitter Response

For example, you might want to define both a `length`/`size` method that shares the same implementation (like Ruby's `Array`/`String` classes). This seems like a pretty common pattern in Ruby –...

I believe [this line](https://github.com/tildeio/helix/blob/44be98056e16a82b8a35b17d1fdc3e0c1fe3a3a4/ruby/lib/helix_runtime/project.rb#L128) is intended for printing the command we are about to execute. However, when called in [this form](https://github.com/tildeio/helix/blob/44be98056e16a82b8a35b17d1fdc3e0c1fe3a3a4/ruby/lib/helix_runtime/project.rb#L100) it causes the console output to look like this:...

It seems like this addon fails in 3.4 (see https://github.com/emberjs/ember-inspector/pull/1106/files#r359404538), even though that was the first version that has a manager API. We should probably decide what we want the...

This would be chapter 13

content

This would be chapter 14

content

Following up from #133, it would be nice if the beta output is deployed to the other repos too

Removing support for implicit this fallback {{foo}} -> {{this.foo}} When a strict mode template references an undefined variable, it really should produce a compile-time error, arguably that is the point...