All Questions

Filter by
Sorted by
Tagged with
0
votes
0answers
2 views

Request had invalid authentication credentials, what to do? R Studio

Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-...
0
votes
0answers
2 views

Draw bezier curves in mapbox-gl-js

I am looking for a way to draw bezier curves in my mapbox gl js app. Just like this very interesting example : https://demos.mapbox.com/bezier-drawing-tool/ Unfortunately i don't find any ...
0
votes
0answers
2 views

How to rotate CA of an ETCD cluster

I have been searching a lot on any document that would explain the steps needed to rotate the certificate authority of an ETCD cluster. I could get renewing the certs using the same CA, but other than ...
0
votes
0answers
2 views

How to Modify the Buffer of BSTR in VARIANT directly?

I am using Visual C++ 2008. In my code, I get a variable of BSTR. Now I want to change the first half of the characters in it. How to do so? For example, if the string contains 5000 characters, then I ...
0
votes
0answers
2 views

JSON Objects with Field that is sometimes an Array

Problem:Sometimes an Access Request Target is a Single Target, Sometimes it is an array Question: How can I make Jackson deserialize to either a Single Target or an Array depending on what is found? ...
0
votes
0answers
5 views

Is this RegExp valid for a reange from 288-9500 [duplicate]

This is my regular expression (|28[8-9]|29[0-9]|[3-9]\d{2}|[1-8]\d{3}|9[0-4]\d{2}|9500) `` I want to be sure it only works for numbers between 288 thru 9500.
0
votes
0answers
4 views

Why the IRtcEngine instance is not created?

i'm trying to implement a voice chat in my Unity game using agora.io. I followed the official start up tutorials and I put the code below in a script attached to an empty Gameobject in the scene: My ...
0
votes
0answers
3 views

Count number of groups that match SQL condition

I have a Crystal Report with all my records grouped by customer. I also have an SQL command that checks whether the customer has had services, if so then 1 else 0. When I place this into my report in ...
0
votes
0answers
3 views

Getting IllegalArgumentException: Null input buffer with SealedObject

I have created a class called SealedMessage which extends SealedObject. With the being said, I am sending a ServerMessage object which takes a Serializable and int as parameters. For some reason when ...
0
votes
0answers
4 views

Vlookup and For Loop in VBA

I have a table in excel that has a large list of products in column A. I also have a separate smaller list of products in a separate column P. I want to search through column A and see which products ...
0
votes
0answers
6 views

How to make a search array for python with tesseract and opencv

Basically the summary in the picture explains it. I've just started doing python and can't seem to figure out how to make search arrays. see picture for information Much appreciated,
0
votes
0answers
5 views

Azure AD guest users encountering double MFA

I have Azure security defaults enabled for my organization. I have several external guest users who are part of another organization that also enforces MFA. Guest users are reporting that they are ...
0
votes
0answers
6 views

Pre-selected value with angular.js

I am trying to have a pre-selected value in my angular.js select drop-down. The pre-selected value must: Display a user's personalized state based on internal data The value must be the state's ...
0
votes
0answers
5 views

Jetpack Compose move TextField list item focus to the next TextField item in the list

I have a list of composable items inside a lazy column. Each composable contains a TextField. I would like to move the focus to the TextField in the next list item on ImeAction.Next. Is this ...
0
votes
0answers
5 views

Title not display in tablayout KOTLIN

I use tab layout in kotlin but my titles not displaying at all. I changed the colors, made scrollable. I set the titles to the layout. However, They are not working. How can I fix that? Here are my ...

15 30 50 per page
1
2 3 4 5
1413088