Maybe you were looking for...

Can I test pre-registered user access without logging in as that user in Foundry?

In Palantir Foundry's Multipass, I created a pre-registered user to test data access based on specific markings. Is there a way to login as this test user? Ther

Polynomial Regression Using statsmodels.formula.api

Please forgive my ignorance. All I'm trying to do is add a squared term to my regression without going through the trouble of defining a new column in my dataf

How to get post id from permalink (pretty url)?

How to get post id from permalink (pretty url)?

What is the point of the Kerberos Service Ticket (ST) in CAS?

In CAS you have Ticket Granting Tickets (TGT) and Service Tickets (ST). I don't see why you need STs if you already have a TGT. You can simply validate the TGT

Unable to create a manifest resource name for and .cs file is missing

enter image description here I tried to check in and something is broken. It is saying Unable to create a manifest resource name for "Search.resx". Could not fi

Full Text Search Find Exact Word

I use full text search on my SynonymWords table. I need to find exact word. I put my search word between quotes but it still to get result. I expected there is

How to solve for delimter conflicts

I have a large .TXT file which is delimited by ";". Unfortunately some of my values contain ";" aswell, which in that case is not a delimiter but recognized as

Threaded python server returns empty response on Raspberry Pi but works locally

I'm working on creating a dashboard for sensors attached to a Raspberry Pi Zero W, which automatically launches in a browser on boot. The backend is Python, the