Is it possible to use a Windows PRT in browser to receive Access Token to call an Azure protected web API from a web app?
I'm using @solana/web3.js and have this code: const web3 = require("@solana/web3.js"); const clusterApi = process.env.SOLANA_CLUSTER; module.exports = { get
I have an ASP.NET page that shows stuff (data in tables), does stuff (modifies data) and sometimes sends email about these. It used to work without problems, bu
I have been trying to create sort of a listener thing, where if a person joins a voice channel called "Join to Create", it creates another voice channel named "
I'm trying to write strictly binary data to files (no encoding). The problem is, when I hex dump the files, I'm noticing rather weird behavior. Using either one
I am creating a full-stack application and I'm trying to standardize the communication between the front-end and the back-end. The back-end is being built using
I am trying to run the very first example in this tutorial: Call JVM Methods from Haskell module Main where {-# LANGUAGE QuasiQuotes #-} {-# OPTIONS_GHC -fplug
Say I have the following JPA entity, with an enum field ON/OFF mapped to an SQL enum("on", "off"). @Entity public class Process { @Id private Long Id;
Please help me. I was trying to install tidyverse, with the following command: install.packages("tidyverse") but i get the following error: Warning in install.p