David Lukes

Results 25 issues of 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: ![image](https://user-images.githubusercontent.com/2734517/169520059-f8c78716-fa4a-4474-87d2-6634b1f7e452.png) StaticFrame does its own coloring, seen in `Out[3]`. But when I enable rich's REPL support (which I typically do by default), rich...

Needs triage

**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,...

enhancement

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...

enhancement

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...

enhancement

`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: ![image](https://user-images.githubusercontent.com/2734517/103711431-b4735980-4fb7-11eb-832a-4f1296a54909.png) 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...

enhancement