-
## Expected Behavior
I run a development chain I fork kovan because I am testing some interactions with 3rd party contracts (mainly defi and oracles).
Some of my smart contracts make calls to ch…
-
## Steps to Reproduce
1. Execute `flutter test` on the code sample
-> This code sample provide a basic `GestureDetector` with a callback on the `onPanEnd` prop and a unit test that emulates a fli…
-
### Project Name
DocAssistant.Charty
### Description
DocAssistant.Charty is an advanced AI-powered data management and analytics tool designed to help businesses and individuals make data-d…
-
We don't need to statically link to the runtime here.
-
### 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/do…
-
Currently our standard test setup is using mocha and globbing for files. This doesn't work well with bundlers like esbuild or webpack. There are hacks to allow star imports in both these bundlers, but…
-
A couples users on Chutzpah [reported issues](https://chutzpah.codeplex.com/discussions/442517) when generating code coverage with Blanket.js (which Chutzpah uses under the covers) for his code which …
-
Over in https://github.com/dpino/gecko-dev @dpino is working on ensuring that various `SharedArrayBuffer` tests from test262 run across the various agents defined by the web platform. A follow-up goal…
-
Continuation of #13439.
Let's check what `core-js` modules are not required in engines with ES modules support:
```js
const compat = require('core-js-compat');
compat({ targets: { esmodules: tru…
-
Best way to test cloud code:
I'm wondering what is the best way to test cloud code functions.
It is better to launch the server with all cloud code or just test the function appropriately without …