Max Rothman
Max Rothman
I installed bipython via pip on OSX. When trying to start it, I get the following error: ``` Traceback (most recent call last): File "/usr/local/bin/bipython", line 5, in from pkg_resources...
As the title says. What's the recommended way to get this running for projects more complex than a single file? Should I install stack? Use the pre-installed nix? What's the...
It's currently possible to exclude types from `DeepDiff` and `DeepSearch` using the `exclude_types` kwarg. However, it's not possible to exclude certain values. Here's an example of what I'm looking for:...
The info is on this page: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI This info is useful for, among other things, picking which instance type to use as ECS nodes when using the `awsvpc` networking mode.
Boto3 resources (e.g. instances, s3 objects, etc.) are not pickleable and have no `to_json()` method or similar. Therefore, there's currently no way to cache resources retrieved via boto3. This is...
I'm aware that you can get at object tagging via the client, but it'd be nice to be able to get it through the resource API as well.
Spawned from https://clojurians.slack.com/archives/CPABC1H61/p1647446710688249 clj-kondo doesn't recognize `throw` as a special form. I think the consensus is that we want to have `:special` return `true` for `throw`? Some other things from...
1. Which driver are you using and version of it: PostgreSQL 11.5 2. Which TablePlus build number are you using: 4.6.4 (414) 3. The steps to reproduce this issue: -...