George Katsanos
George Katsanos
[BUG]
Can I disable the REM conversion and leave it as-authored?
### Describe the bug Our website/app is actually served from a subdirectory and an nginx webserver is responsible to serve assets. Therefore the default vanilla config does not work for...
I have the following: `export const filteredItems = (state, filter, value) => state.items.filter(item => item.filter === value); ` which gives the max-len (100) error. When I rewrite it by changing...
### Description confusing documentation ### URL of Issue(s) none ### Steps to replicate I read and re-read the documentation on cy.session, the migration guide the changes of the Cypress.Cookies API...
``` > @visable-dev/[email protected] prejss > prejss-cli dist/styles.css /Users/gkatsanos/repos/visable/ui-components/node_modules/bindings/bindings.js:135 throw err; ^ Error: Could not locate the bindings file. Tried: → /Users/gkatsanos/repos/visable/ui-components/node_modules/deasync/build/deasync.node → /Users/gkatsanos/repos/visable/ui-components/node_modules/deasync/build/Debug/deasync.node → /Users/gkatsanos/repos/visable/ui-components/node_modules/deasync/build/Release/deasync.node → /Users/gkatsanos/repos/visable/ui-components/node_modules/deasync/out/Debug/deasync.node → /Users/gkatsanos/repos/visable/ui-components/node_modules/deasync/Debug/deasync.node →...
We were wondering if you'd accept a PR or had an idea if its possible to make `?component` configurable? We're migrating away from https://github.com/nuxt-community/svg-module#vue-svg-loader which uses the `?inline` url query...
Here's my astro config: ```js import { defineConfig } from "astro/config" import node from "@astrojs/node" import vue from "@astrojs/vue" import svgLoader from "@gkatsanos/vite-svg-loader" import tailwind from "@astrojs/tailwind" import robotsTxt from...
I'm using the plugin in a Vue component but inside an Astro app. Not sure if that plays a role. Here's what I'm getting as an error: ```ts import {...
> Create a function all that accepts two promises as arguments. should be : > Create a function `all` that accepts two promises as arguments. These two promises exist for...