Jonathan Hutchison
Jonathan Hutchison
I recently discovered the visualizer and it's a great learning tool, so thank you! An idea that I had was to be able to click on a point on the...
### Version 1.5.8 ### Reproduction Link [miro.com](https://miro.com/app/dashboard/) Must be logged in for this to happen ### Steps to reproduce 1. Enable VueTelescope extension (Firefox or Chrome) 2. Attempt to navigate...
**Describe the bug** App crashes when applying linked curves and invalid values **To Reproduce** Steps to reproduce the behavior: 1. Create a curve 2. Apply it to your color 3....
``` "@nuxtjs/onesignal": "^3.0.0-beta.16", "@nuxtjs/pwa": "^3.0.2", "nuxt": "^2.14.6" ``` Whether I have `notifyButton` set in my `nuxt.config.js` or I use `this.$OneSignal.showSlidedownPrompt()`, after I select "Allow" in the native prompt, the browser...
This is my current config which is also using the antfu plugin. That configuration seems to work, but I don't seem to get warnings/fixes for this plugin. Here is my...
### Description Adds a test for Astro formatting issues ### Linked Issues #525 ### Additional context I'm wondering how the formatting inside an Astro should even behave. Same as JS...
### Describe the bug Inside an Astro page tag, I'm running into an issue where `eslint(format/prettier)` is competing with `eslint(style/operator-linebreak)` causing duplicate "&&" on the end of the line and...
### The implementation’s target language and/or framework: HTML, CSS, JavaScript ### The author’s name (or alias) and contact URL or email address: Jonathan Hutchison, https://github.com/IHIutch ### The most recent version...
When integrating with Vercel, Supabase automatically adds environment variables to Vercel, however, certain params like `pgBouncer=true` and `connection_limit=1` are not automatically added. This leads to some confusing debugging and the...
This PR uses [unhead](https://unhead.unjs.io/) to render the head seo/meta tags. I kept the current API intact to prevent any breaking changes. Using unhead automatically renders most of the meta tags...