-
-
I'm keep facing following error when I use VScode debugger.
One funny thing is that after skipping this error a few times, my code runs well.
And this error doesn't show up when I don't use VScode d…
-
### Relevant telegraf.conf
```toml
[agent]
interval = "60s"
round_interval = true
metric_batch_size = 1000000
metric_buffer_limit = 1000000
collection_jitter = "0s"
flush_interval = "1s"
flush…
-
I'm using `google_nav_bar: ^5.0.6` and I found this error through `Firebase Crashlytics` backend.
The error message is as follows:
```
Fatal Exception: FlutterError
setState() called after dis…
-
### What happened?
I have a FlameGame using riverpod that is moved around the widget tree quite a bit, and reparented. Typically it's fine, but about 5% of the time an error is thrown: `setState() or…
-
Hi,
Thanks for this wonderful library.
ActionSheets automatically closes whenever I have a component with a pressable that sets the state.
Take the below code example.
```ts
import Action…
-
Previous state ပေါ်မှာမှီခိုတဲ့ state update တွေကို direct state အစား functional approach သုံးသင့်တယ်လို့မြင်မိပါတယ်။
Example code:
```js
onClick={() => setShowForm(!showForm)}
```
Correct code:
…
-
- [ X] I have updated Purchases SDK to the latest version
- [ X] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md)
- [X ] I ha…
-
Hi,
I'm using the following code to initialize my player. On debug, I can see the captions are initialized within the controller but when the video plays, only the first line is shown. If I try to…
-
### Steps to reproduce
Just click on amber rectanble and see the results. The `onPointerDown` shows 1 or 2, `onPointerUp` shows 0.
### Expected results
1 on left mouse pointer up
2 on right …