Frank Greico
Frank Greico
I see you have pyodbc with unixodbc but in order to actually use pyodbc with things like sqlalchemy the actual odbc driver from Microsoft is required. In my experience nothing...
I love RazerGenie. In my opinion the interface is easier to navigate than the proprietary program on Windows. :) There's just one issue I've noticed that's annoying. If you use...
I'm trying to make a script that can automatically update at lambda or a layer using these methods. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lambda.html#Lambda.Client.update_function_code and https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lambda.html#Lambda.Client.publish_layer_version. Specifically I'm trying upload the zip file I created...
Is it possible to get the python language server to run independently of an editor such as vscode? IN my case I'm looking to see if I can get it...
I replaced settatr with an alternative of getting the attributes because using settattr doesn't play well with linters from the main attributes of the class.
**Describe the bug** Downloading doesn't work for all profiles. I hit one where it said the profile didn't exist even though it did and was public. (see below) **To Reproduce**...