Berkin AKKAYA
Berkin AKKAYA
First time using Nuxt 3, same issue. **My Config:** ```js // nuxt.config.ts import { defineNuxtConfig } from 'nuxt' export default defineNuxtConfig({ modules: [ '@nuxtjs/axios', '@nuxtjs/auth-next' ], router: { middleware: ['auth']...
No worries! Anyone who needs it can pick up the HsvPicker.svelte from my repo [here](https://github.com/BerkinAKKAYA/svelte-color-picker).
Setting `guibg to NONE` at the end of the `function M.colors()` fixes it as well. ``` lua -- twilight.nvim/lua/twilight/config.lua function M.colors() ... vim.cmd("highlight! def Twilight guifg=" .. dimmed .. "...
Hi @muratcorlu, the error is changed! It works when i go to the page i use Baklava from homepage, but if i reload the page i get the error "ReferenceError:...
I installed 2.1.0-beta.7, like this: ``` yarn add @trendyol/[email protected] ``` And imported in _document.tsx like this: ``` ... ``` Works when i come from another page, this error when i...
Hi @ramayer, sorry i missed your issue. If you are still interested i would be happy if you credit me. I am happy to hear it was an inspiration for...
Should be solved with @Relepega 's fix (#15). Can you try `[email protected]`?