Tobias Wimmer
Tobias Wimmer
Everything is fine on Android, but on IOs, the login windows doesn't open, the errorMessage and token are null and the status is cancelledByUser.
I can't spread the returning of vuex's mapState/mapMutations/... This code: ``` {{ name }} import { mapState, mapMutations } from 'vuex' export default { data: () => ({ }), computed:...
When trying to show a basic Flushbar, I get this error after the slide-out animation has ended: `'package:flushbar/flushbar_route.dart': Failed assertion: line 308 pos 18: 'overlayEntries.isEmpty': is not true.` Code: ```dart...
I get the error `[JWT:002] cannot decode the parts` running the code you provided in the examples.
Here's my code: ```go package main import ( "log" "github.com/Shopify/sarama" "github.com/ThreeDotsLabs/watermill" "github.com/ThreeDotsLabs/watermill-kafka/v2/pkg/kafka" "github.com/ThreeDotsLabs/watermill/message" ) func main() { saramaSubscriberConfig := kafka.DefaultSaramaSubscriberConfig() // equivalent of auto.offset.reset: earliest saramaSubscriberConfig.Consumer.Offsets.Initial = sarama.OffsetOldest publisher, err...
### 🔖 Enhancement description You should add an environment variable for users that are self-hosting appwrite and don't use the default Ports 80 and 443 on their host machines. It...
### 🔖 Enhancement description You should add a Truncate Collection Button in Console, because currently, there is no way to efficiently delete many documents apart from deleting the whole collection...
The docs don't mention that you have to call initialize() before using the UpgradeAlert Widget.
I have this code: ``` var x = await WiFiForIoTPlugin.disconnect(); print(x); caberQUConnected.value = await WiFiForIoTPlugin.connect( 'BLE caberQU update', password: firmwareUpdateProvider.deviceUid, security: NetworkSecurity.WPA, timeoutInSeconds: 120, ); x = await WiFiForIoTPlugin.forceWifiUsage(true); print(x);...