I need to put a date in my apllication so I do this: <!--data --> <div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 col-xl-6 f
I'm trying to construct a custom loss function in tensorflow 2: import tensorflow as tf from tensorflow import keras class YOLOv2Loss(keras.losses.Loss): d
I'm trying to create an ag-grid where I may be receiving changes while editing a row. I've found that I can use api.applyTransaction to append new rows as long
Is it possible to query a firestore collection to get all document that starts with a specific string? I have gone through the documentation but do not find an
I have the following code writing to Firestore for an auth class with Google Sign in: import 'package:firebase_auth/firebase_auth.dart'; import 'package:google
{ _id: ObjectId("6203ad7eee9d346bd2681d54"), OrderID: 'QfoO-124Q?458BW', Status: 'Successful', CustomerInfo: [ { 'firs
I am using CupertinoDatePicker to allow user to select specific time in the current day, but i want to show text beside the selected hour and selected minute, i
I am looking for a way to check if a given instance of R6 class is present in a vector of R6 class instances. library(R6) # define a class Person <- R6Class