Here is my Auth middleware: import 'package:donirajkrv/controllers/user_controller.dart'; import 'package:flutter/material.dart'; import 'package:get/get.dart';
We rotated a transform by setting Euler angles at runtime. obj.transform.eulerAngles = new Vector3(0,270,90); We are trying to export obj.transform.rotation qu
I'm new to web development and javascript so please don't judge this question. I have a footer that I want to show only when my website users scroll to the bott
I have to embed some content inside wordpress and I did creating a page inside WP and embedding a script and an iframe. When use change page inside iframe url g
This is my models/users.ts file: import mongoose from 'mongoose'; const Schema = mongoose.Schema; import passportLocalMongoose from 'passport-local-mongoose';
I'm trying to create a hash of arrays of pointers to my object. The hash key is an int for the type of the object, and the array is a list of the objects to ren
here's the situation: Work object, some work a user can do. Users can also sign off on a work. So a very basic work object: class Work ( @Id @GeneratedValue
I'm trying to deploy updates. Installation works fine, but when I change the image field in the yaml file for Job and try to roll updates, an error occurs.