Tim Sneath
Tim Sneath
So `dart:ffi` is in the process of adding support for finalizers: https://github.com/dart-lang/sdk/issues/47772 I don't fully understand the design yet, which is why I was slow to replying -- but I...
Does it make sense for this work to be completed first ({cough} @dcharkes 🤣) , and then take another look at our memory management strategy?
Just a question, @dcharkes -- have you looked at [`CoTaskMemAlloc`](https://docs.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-cotaskmemalloc) and [`CoTaskMemFree`](https://docs.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-cotaskmemfree)? As I understand it, they share the same signature as `malloc()` and `free()`. If we used those signatures,...
I'll give it a try!
Hi Ayush! I think you're on the right track here, in terms of the API to implement. Unfortunately geolocation is a particularly hard example to use here. - The (traditional,...
~~Likely blocked on https://github.com/microsoft/win32metadata/issues/912~~ Blocked on https://github.com/dart-lang/sdk/issues/49644
#111 takes care of the first one of these. Now to try it out.
Afraid not. I put this down to work on some other cool Win32 package-related things, and I haven't had a chance to pick it up again. I've marked it as...
Whatever scratches your itch! Console is fine; I was simply looking at this API and thinking that there are lots of values returned here that might be useful in a...