JD Conley
JD Conley
Is there a quick way to check if a topic exists? I understand not wanting to support auto create, but in my integration test scripts I typically use the auto-create...
I've run into issues recently where Polygon is sometimes taking minutes to timeout on requests so was just looking into timeouts and retries. It'd be quite useful if there was...
Is there a way to turn on connection pooling and keep-alives for the REST API? Does the backend API support this? We are Launchpad users and looking at our logs...
The `UniversalSnapshotInfo` interface is missing the `fmv` field. ``` interface UniversalSnapshotInfo { market_status?: string; name?: string; ticker?: string; type?: string; session?: UniversalSnapshotSession; last_quote?: UniversalSnapshotLastQuote; last_trade?: UniversalSnapshotLastTrade; details?: UniversalSnapshotDetails; greeks?: UniversalSnapshotGreeks;...
# The problem App crashes immediately on a release build with ProGuard when using `openLink`. The application does not crash in my debug builds. # Environment Release build! | |...