Henry

Results 5 comments of Henry

I was able to fix this issue by using another rust image. It would be nice if `Warning: codelldb.cargo tasks are unavailable in the current environment.` was more specific and...

I believe the solution here is you need the full **ABSOLUTE** path, not the "full path". The command name by itself suggests to me the full relative path (which is...

- It would be a very inefficient solution to traverse an entire file system to determine equality. - For an object, you may not want to track every field in...

Keeping avoiding re-emitting if `newState == currentState` as the base behavior makes sense and I am not arguing otherwise. This base behavior does encourage immutable state. But I'd disagree with...

Agree this should be clarified. Also noted that the lack of native exceptions being thrown on the flutter side can cause integration tests to succeed (since the test was exited),...