I am making use of the Auth0 service for my user authentication, but I have been having issues whereby the client id keeps returning an invalid user token. The
I'm trying to find an easy, up-to-date way to plot transition matrices. Could someone please recommend a method or package? I found advice on Stack, but the pos
I'm a VBA NewBe (this is my first post asking a question on any VBA help site) working on a Property/Expense Management application in excel. the ComboBoxes in
Im having trouble to get the sync option transfering 100% of my settings between computers, i mean, get everything equal to the host computer. Would like to ask
I'm creating a Search Bar and can't seem to get results back. It seems to be case sensitive. Is there any way I can make it case insensitive so the user can sea
I am trying to deploy a service to aws using serverless. I am deploying it using gitlab cicd instead of doing it locally. Initially my serverless version was la
I have two variables, A and B with Map data type, when A is copied with B then I make changes in A, but B also changes. The expected result only A changed, how
I could not find any answer to my question in the document below. https://docs.bigbluebutton.org/dev/api.html#getmeetinginfo Maybe an experienced developer can
I am using a set of standard buttons, reused across a WPF app and want to add a shortcut key to each of the buttons. So I have a ControlTemplate containing the
I have a d3d application that renders a mip mapped cubemap in a fullscreen quad pixel shader. I stumbled on a weird behavior, and wrote the following test to il
I am trying to send a soap request to http://www.dneonline.com/calculator.asmx in flutter to add 2 number ElevatedButton( onPressed: () async {
I'm attempting to mock the Uppy class from the uppy package in a Jest unit test following guidance from this previously answered question. My failing code is be
I want to find an algorithm to generate ticks in a power scale in a human-friendly way. For example, if the power is 1/2, between the range of [0, 100], without
I have two filters, one is a =>greater than or =<less than for one column and the other is a =>greater than and from an input box for a different colum
I have a problem with lockpick on my gmod dark rp server, can you help me please? error: [plogs] addons/plogs/lua/plogs/core_sv.lua:87: bad argument #1 to 'inse
I have been tasked with writing a C# replacement for a VBScript process that gets a list of all Active Directory user accounts with various object attributes. T
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString objectForKey:]: unrecognized selector sent to
I have deployed multiple services to a single Linux VM sitting behind Ocelot. However, when making requests against Ocelot I get a 502 back. Looking at the resu
I want query sublist in mongo collections using Spring Data MongoDB. My Code is like public interface SomeRepo extends MongoRepository<SomeDoc, String> {
I am trying to program a BLE client using an ESP32. I have used the attached code (which is the example code from the example section). My problem right now is,
I'm currently transforming my survey results for analysis. The survey program I used (limesurvey) automatically generates value labels, but I need to change the
I want to pull data from two columns in my database table, I'm not very good at querying SQL. When I do this query I get this error: Expression #2 of SELECT lis
Telethon give an error when scrap group more than 6K member ('ChannelParticipants' object is not subscriptable) all_participants = [] all_participants = client.
I have a number of jobs. Typically I start the jobs manually by opening a number of terminal windows, and in each terminal window setting certain environment va
I have a REST api which has this endpoint for getting an assignment - '/classes/<str:code>/assignments/<int:assignment_id>' I have created a custom
I am writing an iOS game in Swift using Spritekit and want to find the screen resolution to properly place my sprites. I found multiple ways o
I'm trying to import a CSV file into MariaDB. I've created the table with "varchar(300)" for each field, so it's not missing space. Also, when I loaded the file
So i have here a 'create_project' view where l’m trying to assigne to the 'owner' field of project instance created a 'profile of the current user logged
I want show only top total datalabels but is dublicate label dataLabels: { enabled: true, offsetY: -20, style: { fontSize: "12px", colo
I have recently updated my flutter project to the V2 sdk I am having an issue with the null check operator for my routing when I try and click on a route the fo