Simeon Stoykov
Simeon Stoykov
The following ["Quickstart: Run SQL Server container images with Docker"](https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker?view=sql-server-ver15&pivots=cs1-bash#pullandrun2019) docs suggest that it can be determined when SQL Server is ready to accept connections by checking the status of...
Following https://learn.microsoft.com/en-us/sql/t-sql/statements/bulk-insert-transact-sql?view=sql-server-ver16#syntax I have something like this in mind (todo: options): ```g4 dml_clause : merge_statement | delete_statement | insert_statement | select_statement_standalone | update_statement | bulk_insert_statement ; ... bulk_insert_statement : BULK...
# Description This PR introduces basic support for sbom generation of packages in conda environments. ### Status Quo Up until now, syft had limited capabilities in conda environments and relied...
### Problem description Currently, if I have a task such as ```toml [tasks] test = 'pytest .' ``` I can conveniently pass variable number of extra arguments without more configuration,...
In addition to #118, supporting `.msg` would be great too. `libmagic` recognizes it as `application/vnd.ms-outlook`. Downloading an email from Outlook produces a `.msg`.
It would be great to add support for `.eml` files. `libmagic` recognizes them as `message/rfc822`. The easiest way to generate a test `.eml` is by downloading any email from Gmail.
Creating a simple `.txt` file (UTF-8, unix-style line endings) results in > puremagic.main.PureError: Could not identify file I see there is a [test.txt file](https://github.com/cdgriffith/puremagic/blob/47b0a5bebf394b0aa9d55c2d4935454202cdbc79/test/resources/office/test.txt), but I am not familiar enough...