-
Hi Mathew @ilikescience
Impressive that you dove in and did this in a month.
You mention you wanted comments so here are some:
## Comments on blog post
From your [blog post:](https://matt…
-
In the MiSTer NES core, enabling two color emphasis bits simultaneously causes all three channels to be darkened. As a result, you cannot get yellow, magenta, or cyan tints.
MiSTer core:
![image](…
-
.scss files use "/" for division. Should be changed to use math.div()
```
DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.di…
-
Hi all,
Now I am using jest as a test runner with jest-playwright-preset and jest-image-snapshot for image comparisons.
Versions:
jest: 27.0.4
jest-playwright-preset: 1.7.0
jest-image-snapshot: …
-
Update sticker component to follow new Sass map pattern, sticker variants can be simplified from:
```scss
$sticker-primary-bg: $primary !default;
$sticker-primary-border-color: null !default;
$s…
-
This ticket fix py3 failing doctest in `graphs.MathonPseudocyclicStronglyRegularGraph`:
```
Failed example:
L = sum(i*(r[a]-r[b]) for i,(a,b) in zip(range(1,len(ff)+1), ff)); L
Expected:
[…
-
Update badge component to follow new Sass map pattern, badge variants can be simplified from:
```scss
$badge-primary-bg: $primary !default;
$badge-primary-hover-bg: clay-darken($primary, 10%) !de…
-
Hello,
first, thank you for your product.
I wouldn't notice this, but I have HTML markup for badge done this way:
`3`
and while trying to fix this, I found this:
```
.badge-secondary {
…
-
### Setup
I tried pairwise global alignment with align.globaldx() method of Biopython on a protein dataset included protein sequence information. Initially it was working properly then I realized t…
-
Maybe it will work for your project ...
```ts
import { parseToRgba } from "color2k";
const isDark = (color: string) => {
let rgb = parseToRgba(color);
let yiq = (rgb[0] * 299 + rgb[1] * 5…