Reuben Thomas

Results 177 issues of Reuben Thomas

helmsman gets confused, and tries to run `command-help --help`, which of course won't typically exist. (Tested with 0.4.0.) Helmsman specifically avoids using the built-in `help` command in this case, which...

I couldn't get the extension to work without restarting my session. This is not mentioned in the installation instructions (and of course is not necessary for many extensions).

The extension does not appear in the Search control panel's list of search providers, so I can't configure its order.

If I try to install this extension from extensions.gnome.org, I get no error, but it doesn't install. If I reload the extension's page, it is shown as "off", and there's...

I get output from Valgrind like this: ==3230== 8 bytes in 1 blocks are definitely lost in loss record 1 of 5 ==3230== at 0x4A23B44: operator new(unsigned long) (in /data/data/com.termux/files/usr/lib/valgrind/vgpreload_memcheck-arm64-linux.so)...

bug report

I feel I must be missing something very obvious here, so apologies if I've overlooked something. When in TypeScript I say: ``` import {Input} from 'enquirer' ``` VSCode tells me...

**Describe the bug** I am fairly new to VLS/vala-vscode (I was trying them in Codium to upgrade my Vala editing experience). I cannot see where the VAPI path is set:...

question

### Describe the bug When receiving a large file (I noticed with an 800MB file, which took a couple of minutes to transfer), GNOME Shell becomes very sluggish. ### Steps...

triage

Fix some typos in doc/patterns-and-pitfalls.md

Using Ohm 17.1.0, and the following grammar: ```ohm Demo { Sequence = ListOf PrimaryExp = number UnaryExp = "~" UnaryExp -- bitwise_not | PrimaryExp Exp = UnaryExp number = digit*...