Anonymous Dev

Results 13 issues of Anonymous Dev

# Problem to solve Currently it seems you cannot modify the matrix of a transform because each transformation resets the matrix. In our case we have a grid that consists...

enhancement

On IOS when I change the device language of the device multiple time I get the following error ![image](https://user-images.githubusercontent.com/15832303/131205430-ac951b6c-0c9a-4495-8a20-2e979da47715.png) The whole app doesn't work and I even need to uninstall...

I am missing vue 3 typescript class based component snippets. Any plans on implementing them?

**Describe the bug** I get the following bug when creating the engine in my main function for flutter web ``` errors.dart:251 Uncaught (in promise) Error: PlatformException(error, LateInitializationError: Field '_engineMain' has...

**Describe the bug** Disabling logging does not seem to work **To Reproduce** Put this code in you main function of your flutter project ``` final agoraEngine = await RtcEngine.createWithContext(RtcEngineContext( AgoraEnvironment.appId,...

keep track

I have a am using country code picker in flutter 1.17.3 with country code picker version 1.3.12+1 I noticed that my app is consuming huge amounts of RAM. So the...

I set both of the fans to 2500rpm and one every few minutes I hear a beeping noise. It is one long beep. The macbook is brand new. So I...

bug

Is there any way to display an icon in the system window? I only see buttons and text is that correct? What would I have to do to display a...

enhancement

In the following scenario https://stackoverflow.com/questions/75007868/with-dartz-is-it-possible-to-pass-a-failure-on-to-the-function-that-is-folding-m/75008089#75008089 it would be great to have an asLeft and asRight as was proposed in the answer. ``` Future call() async { final userResponse = await...

As soon as you build an executable for your dart cli and run that executable from the terminal. It can't find the .env file and throws the following error `[dotenv]...