MiniSuperDev

Results 28 issues of MiniSuperDev

Hi, I try to create a bidirectional lazy load list like the like flutter docs said https://github.com/flutter/flutter/blob/5464c5bac742001448fe4fc0597be939379f88ea/packages/flutter/lib/src/widgets/scroll_view.dart#L502-L513 I create a [gist](https://gist.github.com/MiniSuperDev/daae1ebcca5195bbdafcedb0c0338ffb#file-main-dart) where you can enable a disable the center key,...

**Describe the bug** I have some functions to give a specific format to the descriptions of the groups and tests, like indentation, in this way it is easier to read...

is enhancement
in testing

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

Hello, when I use `jest.useFakeTimers()`, I don't know how long I have to advance the timers or what method to call so that the internal code that sends and receives...

to triage

For example in a turborepo with the following structure ``` package.json/ apps/ ├─ react-native-app/ │ ├─ package.json ├─ next-js-app/ │ ├─ package.json ├─ cli-app/ │ ├─ package.json ├─ nest-js-app/ │...

### What is the example you wish to see? Showing a component above/below a selection is a behavior that many extensions use, for example google translator, dictionary, grammarly, etc. I...

documentation

commit-msg ```sh #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" pnpm exec commitlint --edit $1 ``` For example, when I commit and it fails, I don't want to rewrite all, there is...

question

### Version 29.0.3 ### Steps to reproduce 1. Test this file for see the Worker error worker.test.ts ```ts import {isMainThread, parentPort, Worker} from 'worker_threads'; if (isMainThread) { class WorkerExample {...

Bug Report
Needs Triage