clangenb

Results 18 issues of clangenb

I have extracted the relevant code to do screenshots from within tests as advised in this [post](https://codeux.design/articles/automatically-add-device-frames-and-text-to-app-screenshots/). Running the screenshot cli from master branch and the extracted code runs fine...

See: https://github.com/encointer/encointer-parachain/issues/127 The reason here is that `polkadot-js/api` does not generate the signed extensions on the fly; the `AssetId` of the `OnChargeAssetTxPayment` is hardcoded to `Option`, while we have `Option`....

@react-api
-size-m
<needs investigation>

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...

Z0-unconfirmed

- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md) - [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master/ANDROID_SETUP.md) - [ ] I have done the setup for [iOS](https://github.com/vrtdev/flutter_workmanager/blob/master/IOS_SETUP.md) - [ ] I...

bug

It has been almost 11 months since the next toolchain update, and we will soon be forced to update it due to other dependencies. Hence, I would like to ask...

Very good job on the v2.0.0 release. It looks much nicer to work with! We would like to migrate our repository from the v1.xx to the v2.0.0-testing branch. I have...

### Describe the feature This is currently a showstopper for our project ### Additional information - [ ] Would you be willing to help implement this feature?

See pub get output: ```console Because json_serializable_mobx >=1.0.0 depends on json_serializable_mobx_typehelpers ^4.0.0 which doesn't match any versions, json_serializable_mobx >=1.0.0 is forbidden. So, because encointer_wallet depends on json_serializable_mobx ^1.0.0, version solving...

The following commit breaks `yarn build && yarn preview`: https://github.com/integritee-network/incognitee-campaign-page/commit/87272d0e60ae30cef384cc87b2918249a0073938. However, unlike https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/90, I can't opt out of crypto as I need its function. The code runs fine with `yarn...

The `StateApi` exposes a method to subscribe to a storage changes: https://github.com/rankanizer/polkadart/blob/e9b690f1dd4ef1828cbfc51272dc7f32b4261ace/packages/polkadart/lib/apis/state.dart#L174 However, the generated code doesn't create a method for subscribing to a storage value. Additionally, the generated type...

type: enhancement
pkg: polkadart_cli
good first issue