Noah Yetter

Results 9 comments of Noah Yetter

I have the same problem except with "PC Style Home and End keys". I suspect the problem is larger: DoubleCommand just ceases to work after waking up from hibernation. If...

A simple way to do it is by just changing the client construction from: `client (AmazonS3Client. aws-creds client-configuration)]` to: `client (AmazonS3Client. client-configuration)]` That invocation uses the default credentials provider chain....

In what way is `DefaultAWSCredentialsProviderChain` key-value data? It's true that it implements `AWSCredentialsProvider` and therefore provides a `getCredentials()` method which returns an `AWSCredentials`, and _that_ object is basically a glorified...

That would absolutely work for my use case. It's interesting that openssl would end up as the bottleneck, but it does plausibly match my experience. We've found when doing a...

A different env: OS X 10.12.6 (Sierra) Anaconda Python 3.7.6 (fresh install) streamz 0.5.3 dask 2.11.0 Sequential example works properly, no warnings. Parallel example has failed 3 different ways: first...

Crash report: ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: pgmodeler [85509] Path: /Applications/pgModeler.app/Contents/MacOS/pgmodeler Identifier: io.pgmodeler.pgModeler Version: 0.9.4 Code Type: ARM-64 (Native) Parent Process: launchd [1] User ID: 501...

On a hunch, I tried something different... Per the instructions: 1: $QT_ROOT/bin/qmake -r CONFIG+=release pgmodeler.pro 2: make 3: make install _but stop there_, don't run `macdeployqt`, don't copy any libraries,...

probably related: the UI provides no way to create a multi-column FK relationship