-
This is a rare case but still a case that could happen. Because the filter check in the database is `(lastUpdated >= changedSince) ` this means that if at least (if not more) as many nodes as the page…
-
I see. I'm unaware of this pattern. We usually trust the compiler in Rust. But when I studied this pattern and tried to apply the tool [include-what-you-use](https://github.com/include-w…
-
From review comment https://github.com/keymanapp/keyman.com/pull/475#pullrequestreview-2331728874 for addressing #474
> Hmm, is this (.htaccess) a much older bug, not actually coming out of the Ap…
-
https://developers.grafana.com/ui/canary/index.html?path=/story/layout-collapse--basic
We need to decide if we want angle after or before label. Now collapse has in front of label and collapse sectio…
-
### ✈ Pre-Flight checks
- [X] I **don't have SentinelOne** antivirus installed (see above for the solution)
- [X] I have **searched in the issues** (open and closed) but couldn't find a similar issue…
-
**Is your feature request related to a problem? Please describe.**
Ensuring we are building fully on existing work and the wider state of the art
**Describe the solution you'd like**
Integrate the …
-
-
## Background
As we iterate on the VA.gov profile, and teams contribute products, we're increasing the risk for inconsistent patterns and the LOE required for maintenance (on FE and for design). Let…
-
Now that biome has added support for Grit as a [formattable language](https://github.com/biomejs/biome/tree/8a90b895663c92aec0697ef4ecb35d15914028cf/crates/biome_grit_formatter) we should add a `grit …
-
I'm thinking of something like:
```haskell
{-# language ViewPatterns #-}
pattern x ::: xs Just (x, xs)) where
(:::) = cons
```
I find myself wanting sequence-polymorphic pattern matching of…