Oliver Kennedy
Oliver Kennedy
After recently installing Marker on a new computer (via flatpak), the render area did not display properly (PopOS 21.10, with onboard Intel graphics). The entire area where the markdown render...
The Nextcloud chat app is really slick, and something that I'm considering as a replacement for rocketchat. However one feature that is keeping me from committing is support for math...
First off, thanks for a great piece of software. SQLite now supports Table-Valued functions. Is there any possibility of the JDBC driver getting an interface for these in the same...
I've been using LaTeXing for a while and just discovered LaTeXTools. It's pretty slick. The inline math mode integration is amazing, as is native support for evince. One thing, however,...
Reproduction steps: 1. Create a project with a dependency on https://mvnrepository.com/artifact/org.geotools/gt-main 2. Attempt to compile the project. In mill 0.11.1, the project compiles properly. In mill 0.11.2, the project fails...
For at least a month now, control-clicking in evince has not been triggering forward/backward search. This is on several systems that were working properly at some point in the last...
First off, nifty project! Gnuplot internally supports RGB color specs (not just named colors). It would be nice if scalaplot provided access to it (e.g., by implementing Color as a...
- Recent python versions want relative import paths explicitly specified. `from version import __version__` becomes `from .version import __version__`. - Added a CLI option to specify the scanning device. -...
At present, User-defined functions (UDFs) and User-defined aggregates (UDAs) can be defined either in Mimir-land or in Spark-land. Moreover, 1. Spark's UDA/UDF catalog implementation is virtually identical to Mimir's 2....
View definitions give Spark a headache. These should be getting universally compiled out by Mimir before the query gets handed over to spark. It looks like the Interpolation model's training...