python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to mark an Azure AD B2C App as Publisher Verified
I have a working Xamarin Forms app that uses Azure AD B2C to login to providers such as Microsoft, Google, LinkedIn, Apple, etc. The login process works smoothly except that I get the message "Le...
sidsud
Votes: 0
Answers: 2
How to curl Publisher url in wso2 apim?
I have run the wso2 apim 3.2.0 server, there is no error in logs but when I am trying to open the publisher URL from chrome through bastion host server proxy, the page is not showing up.
To debug from...

Museb Momin
Votes: 0
Answers: 1
Swift Combine: direct output of one Publisher to the input of another
Consider the following synthetic scenario:
import Combine
let publisher1 = PassthroughSubject<Int, Never>().eraseToAnyPublisher()
let publisher2 = PassthroughSubject<Int, Never>()
publi...

Richard Topchii
Votes: 0
Answers: 1
onReceive method on SwiftUI view won’t execute for a custom publisher
In my app, I use the onChange() method and a publisher to detect and notify of available screen width change. Also I use the innerWorkInProgress published property in my view model to control view's o...

Alexander Poleschuk
Votes: 0
Answers: 1