Robert Nowotny

Results 87 comments of Robert Nowotny

You dont need to put the app in production. Just add Your user (gmail adress) to the testusers and the token will not expire. Check out my [knowhow](https://github.com/RotekHandelsGmbH/LinuxTreasureTrove/blob/master/docs/ocamlfuse_google_drive.md) and follow...

The log indicates issues with **google-drive-ocamlfuse** failing to handle certain operations (e.g., `LOOKUP`, `OPENDIR`) due to unexpected API responses from Google Drive. Here's a breakdown of the problem and potential...

To set up Python logging for subprocesses using a listener approach, you can use a logging configuration that allows each subprocess to send its log records to a listener running...

Excellent idea! If I had a vote (which I don’t), I’d vote for a separate `beartype-cli` package that uses `rich-click`. Since no one is capable of building voting machines for...

**Portable shim wrapper** Keep the shebang simple and control errors in shell. This works everywhere that has sh: ``` #!/bin/sh # run_with_beartype.sh # Usage: ./run_with_beartype.sh path/to/script.py [args...] if ! command...

indeed. but You can use "beartype-cli" (as soon as it exists, or create Your own wrapper) and run Your test suite with it - then it does at least type...

**it might not be very hard, based on the test suite:** ● GraalPy 25.0.1 Beartype Test Results Report Executive Summary Test Run: beartype test suite with GraalPy 25.0.1Runtime: 37.11 secondsResults:...

Dear @JWCS - I put a PR - it contains what You suggested - analytics what behaves differently and a bug discovered in graalpy. Just a few changes - it...

@Glinte > To be fair most of the PR's +5k is AI generated "documentation", which will 100% be removed if leycec merge it absolutely. but as mentioned before - I...

@glinte Thanks for taking the time to share detailed feedback. I understand the frustration with the current state of the PR. It was intended as a proof of concept to...