MiniSuperDev

Results 29 issues of MiniSuperDev

I want to serialized this class, and I want that the property be required to have static analysis when I used so I don't forget to assign it. The default...

For example I'm using IPC, but when change an implementation of a method of the IPC, this change is not showed in real time like when do a change in...

![image](https://github.com/jlalmes/trpc-openapi/assets/105388540/564b3af2-419c-46e0-8f7e-a1657b33b637) ```sh The inferred type of 'openApiDocument' cannot be named without a reference to '.pnpm/[email protected]/node_modules/openapi-types'. This is likely not portable. A type annotation is necessary.ts(2742) ``` You can clone this...

The decoration has [contentPadding](https://api.flutter.dev/flutter/material/InputDecoration/contentPadding.html), but I want the padding outside the decoration, like a margin of the decoration.

For example I have a cell with a blue background, when I update using `decoder.updateCell('Sheet1', 0, 0, 1337);` the cell data is updated but the style of the cell is...

bug
help wanted

Respecting this don't in [AVOID initializing providers in a widget](https://riverpod.dev/docs/essentials/do_dont#avoid-initializing-providers-in-a-widget). ```dart class WidgetState extends State { @override void initState() { super.initState(); // Bad: the provider should initialize itself ref.read(provider).init(); }...

documentation
needs triage

It is useful to have a widget that is similar to bloc's [BlocListener](https://pub.dev/documentation/flutter_bloc/latest/flutter_bloc/BlocListener-class.html) , to avoid boilerplate and dependencies on `provider` or `riverpod`. Usually you use `listen` or `watch` or...

enhancement

How to set the model in `encode` / `encodeGenerator` like `encodeChat` or `encodeChatGenerator`? ```ts import { encode } from 'gpt-tokenizer' const text = 'Hello, world!' const generator =encodeGenerator(text, /* I...

https://www.npmjs.com/package/ethereum-multicall