Caius Nocturne

Results 17 issues of Caius Nocturne

Some people have made a version of COLMAP that runs on OpenCL instead of CUDA, called [COLMAP-CL](https://github.com/openphotogrammetry/colmap-cl). This enables COLMAP to run on AMD GPUs as well as NVIDIA GPUs....

Currently, a border is rendered around the colour preview only when the background colour is selected, but the user for whatever reason might have a different background colour that's either...

There's a bit of a weird spacing from the top of the sliders to the tabs. It feels a bit off... I think an easy way to fix this would...

The styles (especially the metrics) leave a lot to be desired in their current form. They ideally need to be made with centralised metrics as well as be made more...

Currently the file exports are just `theme.svg`, but maybe they could be timestamped, ie. `theme 2021-02-05 2006.svg` for something that feels just a bit more refined. Whether or not I'll...

I currently don't feel like the main preview area is sufficient to give a nice general impression of how a theme is going to work out, because there will be...

The basic gradation tests only show one problem at a time, This is because it's currently modeled by a Custom Type. This needs to be changed into a record so...

Adds properties from the `padding-block` and `padding-inline` group for creating paddings that are relative to reading direction. - https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block - https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline ``` paddingBlock (px 10) paddingBlock2 (px 10) (px 10)...

I want to try to get the phantom-types branch much closer to completion while I have free time ^^ My goal with this PR is simply filling in a lot...

Adds functions covering the following properties for the `phantom-types` branch: (to my knowledge this covers all logical border properties apart from border-radius ones) - [`border-block`](https://developer.mozilla.org/en-US/docs/Web/CSS/border-block) - [`border-block-color`](https://developer.mozilla.org/en-US/docs/Web/CSS/border-block-color) - [`border-block-end`](https://developer.mozilla.org/en-US/docs/Web/CSS/border-block-end) -...