Jonathan de Boyne Pollard

Results 12 comments of Jonathan de Boyne Pollard

M. Fatica: http://jdebp.uk./FGA/capture-console-win32.html may help a little bit with the concepts and architecture. Other people: See https://jpsoft.com/forums/threads/detect-windows-terminal.10484/ for some more context.

NAK. Does not employ the `for` command. Or Powershell.

Don't overlook the anti-pattern of using `SIGKILL` rather than `SIGHUP`. The instructions contain more anti-patterns than you think.

This is not a strictly problem in doas. This is a difference between the basic default "glass TTY" conversation functions supplied by LinuxPAM on Linux, by OpenPAM on the BSDs,...

This is not an OpenDoas bug. [`TIOCSTI` is a kernel problem.](https://jdebp.uk/FGA/TIOCSTI-is-a-kernel-problem.html)

Looking at [mute_modal.js](../blob/fb5f3be18f50eb5657479196e29d13a905c43ac8/app/javascript/mastodon/features/ui/components/mute_modal.js#L115) it seems that @sparr 's idea is as simple as adding ``` {intl.formatMessage(messages.days, { number: 30 })} {intl.formatMessage(messages.days, { number: 366 })} {intl.formatMessage(messages.days, { number: 3653 })}...

It's worth noting that the problems don't arise with just 1 tab. With just 1 tab, you can resize the terminal GUI window willy-nilly as the resize events come down...

As I mentioned at https://unix.stackexchange.com/a/597558/5132 , I've extended this to support 4 more shapes, myself. They are an outline box, a star, underline+overline, and a reversed "L" shape, inspired by...

Yes. https://github.com/jdebp/nosh/blob/79b1c0aab9834a09a59e15d47710f355c5c0417a/source/SoftTerm.cpp#L1201

Part of the problem here is thinking that `PATH=${PATH+${PATH}:}foo` is to be the syntax for service unit files. I invented an extension for this years ago. * [Extensions to the...