Kal Erikson

Results 30 issues of Kal Erikson

**GOAL:** I'm interested in the benefits this doc item talks about, and not having warnings. https://nuxt.com/docs/guide/directory-structure/server#server-types ### Environment ------------------------------ - Operating System: Linux - Node Version: v18.17.1 - Nuxt Version:...

3.x
pending triage
needs reproduction

Edit: Apologies, I was mistaken about RequireJS. You're using webpack. In any case, is it possible to do a plain JS version of leaflet-transitionedicon ??

What's the most efficient way to get "This Weekend" or "Next Weekend" (in North America?) ? Essentially "This Weekend" means Saturday and Sunday coming up (in a few days), although...

Hello, For using simplebar with Vue, below is an alternative way, using a Vue directive, instead of the [official simplebar Vue component](https://github.com/Grsmto/simplebar/tree/master/packages/simplebar-vue). Using a directive like this offers two benefits:...

question

Hi, I know of manually creating an instance of Simplebar core, like so: ``` if (window.matchMedia('(minwidth: 768px)')) { new SimpleBar(document.getElementById('mySimplebar')) } ``` Can something similar be done with the [Simplebar...

question

### Environment - Operating System: Darwin - Node Version: v20.15.0 - Nuxt Version: 3.16.2 - CLI Version: 3.25.0 - Nitro Version: 2.11.9 - Package Manager: [email protected] - Builder: - -...

bug
v3
triage

My web app (Nuxt) crashes when using this plugin (v2.0.0) and disabling ChartJS (v4.4.7) animations. **FAILS (A) - my nuxt web app crashes with a 500 error:** (ChartJS instance) ```...

Reading the docs, it was not clear to me how to get this work with ChartJS4 in my context of a web app (Vue or React). Through trial-and-error, I discovered...

Can this library be used to simply get a list of images (ie objects) and URLs, such that a list of URLs can be passed into a gallery component? Or...

I'm trying to pass env variables into `contentSecurityPolicy`. I understand there's challenges in doing this directly in `nuxt.config.ts`, and have read suggestions ([link](https://github.com/Baroshem/nuxt-security/pull/298), [link](https://github.com/nuxt/nuxt/discussions/24905)) that a Nitro server plugin could...

question