Brett Sutton

Results 138 comments of Brett Sutton

Yes I think you are right. On Sat, 26 Mar 2022, 5:45 am Sam Rawlins, ***@***.***> wrote: > Yeah maybe you got them backwards? I "just" tried without > --no-validate-links...

@greymag are you able to add some unit tests for these changes?

This is a broader problem than just the unit tests. I'm using the cursor position in production code. In some instances the production code runs without a head (e.g. docker)....

So a use case on this one is difficult. I've exposed components of dart_console in my DCli library. DCli is a library which allows users to build cli applications. As...

In must cases I'm only trying to break on a single exception but I do occasionally need/want to break on two or three different exceptions. I assume editing the Uncaught...

Just to add to this the same applies for type aliases. ```dart typedef MemberId = int; void func(MemberId memberId); ... // call it. func(memberId); ``` When I hover over func...

Thanks for the link. That should be helpful.

We have now made the decision to move to ffi which should result in the removal of almost all native code.

This work is now being done in the sounds_codec package.