Christopher Toth

Results 17 issues of Christopher Toth

Exposes user status and mention counts Makes navigation easier by adding headings to page sections Turns message history into a live region Adds headings for date blocks and list items...

Consider the following: ``` def bad(): worse() def worse(): raise RuntimeError("Bad Day") ``` Currently, if this code gets executed in a Task, we'll lose the traceback, only the last line...

## Bug report ### Describe the bug If I have an output configured like: ``` audio_output { name "Windows Audio" type "winmm" device "Headphones (4- ATR2100x-USB Microphone)" } And I...

windows

## Overview This Pull Request introduces a new GitHub Actions CI/CD workflow that automatically builds and tests the codebase upon commits and PRs to the `master` branch. The workflow includes...

In order to programmatically edit MOOcode from within the MOO it is necessary to expose a representation of the AST. I propose a new verb_ast(obj, vrb) builtin which returns a...

In src/network.cc line 464 if a telnet sequence does not end before the end of a single packet it is both ignored, and then further content is read as if...

- Update all generators to use next(gen) instead of gen.next() - The visit function is now PEP 479 compliant - Fix all tests to use next(gen) instead of gen.next() -...

If a tag has multiple attributes they are all printed on one very long line, rather than being pretty-printed.

Especially do not automatically focus me on the yes button so as to initiate your download! Use system tray notifications or some similar mechanism if you must inform me of...

I really appreciate you releasing this work. I have been trying to do something similar with the original Starcoder finetuning code but have had a variety of issues. Unfortunately, when...