Alessandro
Alessandro
I use Fedora Silverblue, I would also be interested in toolbox support for Codium.
I still get this warning: ``` ../.pub-cache/hosted/pub.dartlang.org/flutter_cube-0.1.1/lib/src/widget.dart:53:20: Warning: Operand of null-aware operation '?.' has type 'WidgetsBinding' which excludes null. - 'WidgetsBinding' is from 'package:flutter/src/widgets/binding.dart' ('../.local/flutter/packages/flutter/lib/src/widgets/binding.dart'). WidgetsBinding.instance?.addPostFrameCallback((_) { ``` Is there...
Yeah, it doesn't work anymore...
> Seems to be the same issue as #64. Can you try and run `npm install` and then run the tool again? Sorry for the duplicate Issue, i ran `npm...
> As a test, can you run `npm install dayjs` and then run again? This seemed to have resolved the issue on my machine. > > It should update the...
> Closed by accident. Can you verify if this fix works? The fix works, but I the conversion fails with either `degiro` or `degiro-v2`. ``` > [email protected] start > tsx...
> I haven't put effort in the old DEGIRO converter because I want to replace it with the V2. I can try to fix the old one it but I...
> Do you perhaps have a clean Ghostfolio setup (without any previous activities)? I had the same issue yesterday when I did a clean install. Whatever symbol I entered, nothing...
> 1. sion is not logged out even though we Hi, are you building a Flutter web app? I also need to implement logout in my web app. I'm using...
Hi, I'm developing a Flutter web app using openid_client with Oauth2 authentication with PKCE, as I understand the library uses Implicit Flow, does this PR fix this? Also do you...