-
Eliminate Flash of unstyled Content (FOUC)
### Figure out
- Whether `font-display: swap;` needs to be replaced
### Requirements
- Create two subsets of each font:
- basic latin (a-z, A-Z, b…
-
Many data dictionaries are simple flat tables of field names and definitions. However, some have more complex schemas where certain fields have their own codebooks.
Here is an example: https://resour…
-
"Panic" in the Windows Kernel (or "bugchecking" the system [KeBugCheckEx](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-kebugcheckex)) is a last resort and should be reserv…
jxy-s updated
2 months ago
-
Hi,
Great package 🙌
We'd like to create a new strategy that opens the circuit if a request takes too long for example if a request took longer then 5s X times in X seconds. One way to achieve t…
-
Today, the default bucketing strategy is hard-coded (with a module attribute) to `Peep.Buckets.Exponential`. If we want to override it, we need to pass a `reporter_option` in each `distribution` (unle…
-
Given a set of polygons, I'm trying to get all pairs of polygons whose intersection is at least some (non-zero) number.
My first query yields a IE_JOIN, which is good and indeed quite fast, but the…
-
How should we implement it? Add compare logic to add and update?
-
**Describe the bug**
doing raid to UBRS to finish up quest of killing lord valthalak and summoned bots and used my macros to set strategies for them after a while i noticed the bots behaving weirdly …
-
## Context
In #306, we added support for splitting request payloads in the Datadog Metrics destination when we detected that we had exceeded one of the (un)compressed payload size limits.
As part of…
-
In the current design all of the attributes are doing individual mallocs. That seems fine until you take into account the malloc granularity is 16b I think and often only 4b is used. There are other…