David Lukes
David Lukes
Compiling the following snippet... ```Org #+title: Title #+author: John Doe Content. ``` ... results in... ... where the author is missing, there's an empty field instead. When I add a...
I ran into this while using https://github.com/InvestmentSystems/static-frame:  StaticFrame does its own coloring, seen in `Out[3]`. But when I enable rich's REPL support (which I typically do by default), rich...
**Is your feature request related to a problem? Please describe.** Code comments are usually hard-wrapped, so I use `gw` / `gq` to reflow long multiline comments when editing them. Unfortunately,...
Would there be interest in adding Lua scripting capabilities to Praat? Not as a replacement for the Praat scripting language of course, but as an alternative, with interoperability. Lua has...
Sometimes, I have a back and forth exchanging an assignment with students as they're resolving various issues. In these cases, it would be really helpful to have a flag for...
Is there a simple way of listing all assignments that require action from me as an instructor, i.e. either collecting, autograding, manual grading or feedback generation? I don't think there...
`ctrlc` doesn't work as I would expect it to when SIGINT is sent while the main thread blocks waiting for IO. Consider this example: ```rust use std::net::TcpListener; use std::sync::Arc; use...
**Is your feature request related to a problem? Please describe.** With `rust-analyzer`, some entries in the completion list can be very long, i.e. wide. This results in the hover help...
With `ipykernel`, when an exception is raised, I can use the `%debug` magic to start a debugging session with the exception site as the breakpoint:  Is there a way...
It looks like [Ayatana](https://ayatanaindicators.github.io/) is where new development of application indicator functionality is happening. On my distro ([Solus](https://getsol.us)), I managed to get the ProtonVPN GUI app indicator working with Ayatana...