Stephen Early
Stephen Early
(Amazingly, this came up for the first time in 20 years, this week!)
The easiest way to do this Properly™ would be to add a unique constraint on `endtime` with the SQL `NULLS NOT DISTINCT` clause — that way, at most one row...
Perhaps approach this in the same way as stock takes — have a "price changes" table with named price change events. Decide which stock types are in scope, take a...
The libxkbcommon-x11 library is separate from the main libxkbcommon library. (In some distributions, like all the Debian derivatives, it's actually a separately installable package.) I don't want to depend on...