hey Javascript guys! I have a question, I want to use this library: https://github.com/phoboslab/jsmpeg with Vue-CLI. More specifically I'd like to stream to the frontend usin...
I'm trying to do requests with axios in js. Unfortunately the preflight (OPTIONS request) gets rejected. I thought I can handle that (for test purposes) like this: return [ ...
Hey Javascript immortals: Quick Question, i want to summarize duplicate Cart Items for an onlineshop to display the quantity instead of X times the same item. this.$store.stat...
hey javascripters! Im using a canvas to blur images as long as a big image is loading. to blur this image, Im loading a very small one, blur it and wait for the big one to loa...
Guys, a fairly simple task breaks my head: download a file from a google firebase bucket on the frontend. solution 1: <a download href="url">...</a> – doesnt work because hre...
hey guys, I made a javascript (Vue) SPA (with basic SSR) with a lot of images that I use with Pixi.js in a canvas but these images should also be indexed by google. If I put t...
200 to 600 bucks for a website where you can buy something? with all the legal stuff? with managing users, with managing shipping etc ?
Hey guys! anyone knows a lightweight css framework for a gridsystem? with margins etc. but not with the bloated bootstrap stuff? no design of buttons whatsoever, just having n...
hey guys, I have a problem. I want to be able to move an uploaded file via move_uploaded_file(). It works perfectly on a shared hosting environment. I now moved the cms to a d...
hey guys, Im new to ES6 stuff, can someone help me out? I have an array with events, i want to first filter by isActive and then do something with the array element, currently...
Any Vuejs experts here? Id like to add GSAP Animations/Transitions between route changes, but as far as I know I can only define javascript transition hooks on the parent comp...
I use axion for that, is fetch now safe to use? Do all major (also mobile) browsers now support that? Also in terms of accessing the data in components, pass it down as props ...
it doenst work like this: data() { return { flickityOptions: { initialIndex: this.$route.params.imageindex, prevNextButtons: false, pageDots:...
i use vue-cli to build a webapp that uses an api to get data. i wonder whats the best practice to fetch json data at app startup with vue-cli. do you do that in a vue componen...
Hey Guys, I'm developing a Vuejs SPA right now and somehow my styles vary if I build a production build from what I get on a Dev build. Any idea why this could happen? It's no...
guys, is it safe to user Object.entries() ?
so, dokku, anyone? I have a problem with the nginx v-host config. i want to stream (ffmpeg -> dokku nodejs app) and somehow the stream doesn't get through to my nodejs app. if...
Cannot someone make a library with just the ajax part of jquery? It works so flawlessly...
but bootstrap, skeleton and other grid frameworks do support these older browser, so why is everyone saying 'make yourself a grid, dont use frameworks' when it's in fact not l...
Guys, any recommendations for an Ajax library except axios and jquery?