Maybe you were looking for...

Not getting correct IP address on the website

I am using https://ident.me/ for getting IP of anybody who visits my website. (https://notablee.co/get_ip) But i am only getting the Shared Hosting IP (50.87.14

Airflow sla_miss_callback function not triggering

I have been trying to get a slack message callback to trigger on SLA misses. I've noticed that: SLA misses get registered successfully in the Airflow web UI at

How do I get the top facet fields from a Solr search

I’m running a Solr query that has thousands of facet fields. I'm not able to reduce the list as yet. After running the query, I'd like to return the "top

Save Struct with Armadillo Vec to hdf5 file

I am trying to save a struct that contains a few arma::vec and I'm not sure on how to write those to the hdf5 file. #define ARMA_DONT_USE_WRAPPER #include <a

Is there a linux command line tool for MSSQL/SQLSRV that would allow creating dumps and importing them?

Im looking for a linux command line tool for MSSQL/SQLSRV that would allow me to do equivalent commands to these - pg_dump --clean --dbname=postgresql://usernam

record types with collection properties & collections with value semantics

In c# 9, we now (finally) have record types: public record SomeRecord(int SomeInt, string SomeString); This gives us goodies like value semantics: var r1 = new