Jim Hurd
Jim Hurd
Another issue is using typescript types inside the template like (x: string) => fubar()
This is also broken on Mac because of [this]( https://github.com/flutter-webrtc/flutter-webrtc/issues/755) This requires editing the Podfile and a little dance with Xcode. There's probably a way to edit the .xcodeproj without...
One simple PR would be to copy the Selenium folder to a WebDriver folder and replace WebDriver with PlaywrightDriver. That's a lot of duplicated code, but it could be merged...
I ended up taking all my code out of the OpenQA.Selenium namespace in favor of the copy/paste approach. I currently use the packaged ScreenPlay and a lightly modified Selenium.Boa.Constrictor package...
Anybody that's interested can find a package here to kick the tires https://www.nuget.org/packages/Datagrove.BoaPlaywright/1.0.0-beta-3. I'm sure it has a long way to go to get upstreamed but we are using it...
what are your thoughts on attributes? will these be supported by the vite transformation? ``` foo ````
what do you think about vite transforming all the _`` into signals? They seem pretty light weight, although not completely free.
It turns out most of the patches are required to pbbslib; that is included by submodule here. I left a small pull request to see if anyone is interested, but...
Here's a thought: 1. compile time operator co_size(expr) where expr evaluates to a coroutine and returns the size in bytes. 2. co_var - provides a value holding a coroutine frame...
Digging into this, it seems that flutter doesn't support short[] as a channel data type https://flutter.dev/docs/development/platform-integration/platform-channels How would you feel about passing as long[] with a separate parameter for the...