Tadas Millieška

Results 5 issues of Tadas Millieška

Is anyone having the same issue? After installing the library and using the Fade animation, Dev tools prints out this error message: ` index.js:1 Warning: Legacy context API has been...

### How frequently does the bug occur? All the time ### Description My main goal is to integrate google log in and store user details inside realm. As of now,...

T-Bug
O-Community
Waiting-For-Reporter

I have a vue 3 component that should sign in user: ``` import { defineComponent, onMounted } from 'vue'; import { GoogleAuth } from '@codetrix-studio/capacitor-google-auth'; export default defineComponent({ setup() {...

Hey, by default `xaxis.title` is positioned on top of the chart area. Do this behaves as expected? ![image](https://user-images.githubusercontent.com/64957606/201661130-a140720a-f10a-4975-bed5-4dda895ea85d.png) I'm attaching reproducible example [https://codepen.io/tadasmil/pen/gOGwPwM](url)

### Describe the bug Given this `build.rs` file to execute an application with elevated permissions: ``` fn main() { let mut windows = tauri_build::WindowsAttributes::new(); windows = windows.app_manifest( r#" "#, );...

type: bug
platform: Windows
status: needs triage