Alex Wilde

Results 16 comments of Alex Wilde

This issue still exists. And @cestef's solution seems to fix it.

This might be caused by your Expo SDK version. The current demo apparently doesn't work with the newer versions. @vucuongkg Try uninstalling Expo Go from your device and then running...

But what about the OP – is it possible to run `createServerSupabaseClient` inside an edge function? I don't see any way how the cookie from `RequestCookies` could be passed into...

Here's the very simple [obsidian-tasks-extended](https://github.com/alexthewilde/obsidian-tasks-extended) plugin to show how a Tasks Extension plugin can be written. > I see that the 'verify' GitHub Action failed. Looks like there are some...

> For example, I presume it means removing all public data in classes that users might reasonably want to use in their extensions - replacing them with getters, and where...

> Oddly, the new button was displayed on every task. I cannot see the logic error There's no logic error. Displaying the button on every task is intended. You can...

> Should we be looking to expose some kind of `.d.ts` (?) file to publish an interface. Exposing types doesn't help with exposing the actual methods. You actually need to...

> > > Oddly, the new button was displayed on every task. I cannot see the logic error > > > > > > There's no logic error. Displaying the...