Juho Lauri
Juho Lauri
IGraphM has functionality for recognizing cactus graphs (`IGCactusQ`). These are precisely the graphs whose 2-connected components are cycles. On the other hand, there is no functionality for recognizing block graphs,...
[Domination](https://en.wikipedia.org/wiki/Dominating_set) is one of the most central concepts in (algorithmic) graph theory, but there's not a lot of support for domination in IGraphM. As a start, to extend the family...
Related: https://github.com/apache/airflow/discussions/19583 For prepared SQL statements, MSSQL uses `?` rather than `%s` for parameter markers. Currently, [MsSqlHook](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-mssql/stable/_api/airflow/providers/microsoft/mssql/hooks/mssql/index.html) does not provide an implementation of `_generate_insert_sql` used by `insert_rows` making it impossible...
#### Describe your feature request It seems that connector-x has several critical and high severity vulnerabilities open, stemming from e.g., com.fasterxml.jackson.core:jackson-databind, org.yaml:snakeyaml, and others. See below for a full listing...
Used versions: Azurite: 3.32.0 Python: 3.11 azure-storage-blob: 12.23.1 I am running azurite locally: ``` azurite-blob --silent --location c:\foo\bar\azurite --debug c:\foo\bar\azurite\debug.log ``` Then, consider the following Python script with the connection...
I'm creating a somewhat large model and creating a `Model` via the `add_string` method. Then, quite a bit of time is spent on creating an instance of `Instance`. My Minizinc...