jezell
jezell
Would there be any interest in a PR for this? Something along the lines of what is done here: https://github.com/jprichardson/electron-mocha Would be very useful I think to be able to...
Would be nice if GitFS supported LFS so you could also handle binaries more efficiently. Are there any plans for this? Didn't see any mentions of it yet. ## Want...
``` return await Promise.all(Object.keys(node.outputs).map(async (key) => { const output = node.outputs[key]; return await Promise.all(output.connections.map(async (c) => { const nextNode = (this.data as Data).nodes[c.node]; await this.processNode(nextNode as EngineNode); await this.forwardProcess(nextNode); });...
Maybe should check set ptr = nil after git free and guard Free logic with ptr != nil to make sure it doesn't try to free invalid pointers?
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case...
A security exception is thrown when trying to access the contentWindow property of a cross domain iframe using static interop: ```dart frame.contentWindow!.postMessage(...) ``` Given the same setup using non static...
### Check for existing issues - [X] Completed ### Describe the feature Would be amazing if Zed supported VisionOS. There are no native IDEs on VisionOS at the moment, so...
Any thoughts on using Segment Anything? Seems like it might be a good fit to replace the Google models.
This allows the web video player to avoid issues relating to having too many active overlaygroups. When this mode is enabled as follows: ```dart VideoPlayerPlugin.renderVideoAsTexture = true;` ``` The video...
### Use case We are building design tools on top of Flutter. At the moment it can be difficult to know how much memory is being used in order to...