Josh Dimarsky

Results 5 issues of Josh Dimarsky

The connection string in [`config.py`](https://github.com/yorek/ssis-dashboard/blob/b2c1af10b662972ac62895623df4b6ad1f440e56/dashboard/config.py#L12) has the wrong driver version number. Says 17, should be 13. ``` # Connection string to SSISDB CONNECTION_STRING = { "main": "DRIVER={ODBC Driver 17 for...

First of all, totally love the blog posts on this, and love your approach, thanks so much for teaching and sharing. I have bits and pieces of your setup implemented...

Per #12. @SimonStride here's a bare first stab, no tests yet, what do you think? I think we can also theoretically expand this to the newline and quotechar but that...

Hi, first of all this is awesome it exactly fills a need I had. Any way to upload Python wheels instead of eggs? Wheels seem to be a far more...

Hi, can we instead add a new flag `-c / --constraint` to `uv add`, so that you can pass in constraint files directly? I think currently you can do this...

enhancement