Vinzent

Results 352 comments of Vinzent

May you try setting the `openmode` query parameter to `silent`(https://vinzent03.github.io/obsidian-advanced-uri/concepts/navigation_parameters#open-mode). This should edit the file as described by the writing mode (https://vinzent03.github.io/obsidian-advanced-uri/actions/writing), but not open the file.

So when you omit the `mode`, but keep the `heading` parameter, the task gets inserted at the beginning of the heading, right?

I think that makes the api too complex and a bit too specific to your individual use case. So I probably won't implement this unless I see a greater need...

With #1019 being merged now, these issues should be solved now. You can try them by upgrading `supabase_flutter` to `2.7.0`. If you still experience any issues, please **create a new...

Closing because of no response. Just comment if you have still problems, and I'm open to reopen the issue.

Migrate from `dart:html` to the new [web package](https://pub.dev/packages/web). The only breaking change would be to require at least Dart v3.4.0, currently v3.0.0 .

@tomekit What's your use case to manually use the latest jwt? If you are calling supabase endpoints via the sdk, the sdk should try to get a new jwt before...

Calling `refreshSeession()` if the session is expired (`session.isExpired`) should fix it. It returns the future to the already ongoing request or starts a new refresh.

This doesn't sound like an issue with the client sdk. @Bharathh-Raj Do you experience the same issue? If so please check the auth logs in the Supabase dashboard.