Archimedes Trajano

Results 425 comments of Archimedes Trajano

Without the asyncio cancellation it works fine ```python import asyncio import time import sys from confluent_kafka import Consumer import pytest from testcontainers.core.waiting_utils import wait_for_logs from testcontainers.kafka import KafkaContainer @pytest.fixture(scope="module") def...

Yeah it would be better if it were either embedded or documented so people can code it easily. For reference: `deuteranopia .css` ```css .run .t { border-left-color: #0077ff !important; }...

Just a guess but can't you use the existing [rewrite](https://caddyserver.com/docs/caddyfile/directives/rewrite) and header match facilities to do this?

What part of the editor makes it require a POSIX compliant OS? Is it something to do with spawning a shell command?

Not really sure how to tell the generator to add it.

It may be limited but Chrome which is used by Cordova applications on Android uses it. Eventually Edge will support it via Chromium

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/controlsList#browser_compatibility it is supported on Chrome, Edge and Opera

Yeah I did that eventually, I knew about that work around but I would prefer it to be `npm i -g` like I do normally.

My use case is `pre-commit run -a` for now I just did this. ``` pre-commit = { help = "Pre-commit checks, failures ignored", sequence = [ { cmd = "pre-commit...

In my case I worked around the issue because I only work on a few machines with specific OSes so for macs where I have to do Expo development I...