Joel Domke
Joel Domke
It seems like you want to show the tooltip for the dot you press? By default only the x distance between the touch to the dot is used to find...
I guess [this approach ](https://github.com/google/json_serializable.dart/issues/569#issuecomment-953354620) you suggested could also be used. Let me know if you want me to take a look at that.
Okay, I should be able to implement this. Two questions: 1. Currently there exists the `unavailableReason` 'Setter-only properties are not supported'. I guess this should no longer be the case,...
I just saw that you enabled the CI. This PR was a bit of a mess. Two different approaches, only code and no explanation. I am currently preparing a new...
First of all sorry, I should have created a feature request in the supabase discussions section. That would have gotten more visibility and more opinions/insights from the community. I think...
I ran into the same issue and started collecting possible error messages by going through the GoTrue implementation. I created a package that offers an error handler method for each...
I ran into the same issue and started collecting possible error messages by going through the GoTrue implementation. I collect the errors for each endpoint in [this Google Sheets doc](https://docs.google.com/spreadsheets/d/1GRFrER_WrleH7XgrzM_wHnZNNTtdH1Bc0cGa5kvyOQM/edit?usp=sharing)....
> Finally, to get the functions in there, I deploy it with a kubectl copy: > > ```shell > #!/bin/bash > functionspod=`kubectl get pods -l app.kubernetes.io/name=supabase-functions --output=jsonpath={.items..metadata.name}` > kubectl cp...
I went through all dependencies that have "vue" in their name: - vue-switches: :x: - Requires small changes, but PR is open for 3 months now - [PR](https://github.com/drewjbartlett/vue-switches/pull/29) - vue-cookie-law:...
- highcharts-vue: :x: - [PR](https://github.com/highcharts/highcharts-vue/pull/180) for vue 3 is open, and it looks like it will be merged soon - vue-native-websocket: :x: - Does not seem to support Vue 3....