what I am trying to do, is to code an auth. with NextJS and Firebase. Now the problem appears in my firebaseClient.js, where I get the error "
How would I make a 2D raycast? Also, how would I check if 2 line segments intersect (relativity the same thing in my eyes, probably different though). I am not
I have a website that loads some external scripts. Those scripts generate dynamic website contents, such as adding a form into a div container. However, only in
I am struggling to clear all polylines from my map, i only clear the newest. var polylines; // add map polylines function addPolyline(polyArray, colour) {
I’ve got a quick javascript question. Say I’ve got RootFile.js import UserApi from './UserApi' export default class RootFile { get userApi() {
How can I do that? ffmpeg -y -i input.mp4 -vcodec libwebp -lossless 0 -compression_level 0 -loop 0 output_lossless0_comp0.webp and ffmpeg -i input.mp4 -vcodec
I need help with my NodeJS code. The program is working but my server is not being created. Any ideas why? The problem is, I suspect my fs.readFile and fs.write
I need help using preg_replace First, I want to remove the anchor element and leave only the text. I use this regex : '#<a .*?>|#' and it seems to work.