bitnom

Results 106 issues of bitnom
trafficstars

A very minor change to call `self.get_human_input()` if `message` is not supplied. - [x] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation locally....

async tasks were getting blocked by input(). We solve by spreading the async virus. All the async stuff needs a refactor generally but that's for later. ## Checks - [x]...

## Why are these changes needed? The repo is not utilizing pyproject.toml to its full potential. The `pdm` command implements standards-compliant [PEP 621](https://www.python.org/dev/peps/pep-0621) utilization of pyproject.toml, and uses a [PEP...

dev

The current loose version specifications are a problem. I'm about to file a related bug report where the openai version is the likely culprit, and resolving that specific issue will...

dependencies

I'm sure you're aware the file extension .pkl has long been used by Python. Think of all the Python scripts and tooling out there which look for .pkl files. One...

### Versions * Python: 3.7.4 * OS: Ubuntu 18.04 * Kivy: 1.11.1 * Cython: 0.29.13 ### Description I have a project that was compiling and running perfectly. In my main.py,...

recipe
feature-request

Is it possible with this library?

possibly stale

Since a lot is missing (For me, realtime), I tried this: ```python import os import asyncio from javascript import require url = os.environ.get("SUPABASE_URL") key = os.environ.get("SUPABASE_KEY") supa_id = os.environ.get("SUPABASE_ID") def...

documentation

``` ➜ sudo systemctl status sysbox -n20 [sudo] password for bitnom: ● sysbox.service - Sysbox container runtime Loaded: loaded (/lib/systemd/system/sysbox.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2024-01-29...

It is possible. The [Execute Python](https://github.com/WilliamEchols/obsidian-execute-python) plugin does it: ![Selection_258](https://github.com/twibiral/obsidian-execute-code/assets/14287229/71de9926-c0cf-4d9d-91d2-94d89cf4e603) but note that currently, that plugin has an undesirable behavior with syntax highlighting: https://github.com/WilliamEchols/obsidian-execute-python/issues/2