Michael Rutter
Michael Rutter
`null` and `undefined` are not bottom types. They are "unit" or null types. The only bottom type in typescript is `never`.
The cargo install documentation is missing the following packages for debian/ubuntu systems: * build-essential * libxcursor-dev * libxi-dev I needed to install the latter two to compile the x11 dependencies...
# Problem Suppose there are query and variable combinations that occur quite frequently, and also swap between active and inactive states very often. The related data does not change very...
As reported in #1606, for large numbers of PaletteItems (5k+) `im::Vector` causes a stackoverflow by recursively calling a sort function. This PR collects the `im::Vector` into a `Vec` and uses...