-
### Kyverno Version
1.12.5
### Kubernetes Version
1.30.x
### Kubernetes Platform
Bare metal
### Kyverno Rule Type
Mutate
### Description
Every time the leader of the kyverno-admission-control…
MM53 updated
31 minutes ago
-
I want the ability to download a file of bad domain names and be able to block domains if they are in that file
This would require some sort of fast lookup data structure.
- BloomFilter
- P…
-
Please add a Double Time button or Nightcore button, some songs are only fun to listen in nightcore mode because they're really slow paced.
It would also be really cool if you could figure out a w…
-
**Failed SQL**
```sql
select
'b2c_orders' as metric_name,
measure(b2c_orders) as metric_value,
date_trunc('week', time) as time
from product_revenue
where dayofweek
-
### What is the problem this feature would solve?
Walls of unneeded lambdas when pattern matching harm readability. For example:
```ts
import { Data } from "effect"
type Example = Data.TaggedE…
samhh updated
1 month ago
-
```
What steps will reproduce the problem?
1046: Type was not found or was not a compile-time constant: MovieScene3D.
```
Original issue reported on code.google.com by `ashishku...@gmail.com` on 1…
-
While I wrote my benchmark I wanted to write something like this:
```scala
val matrix = Array(
1, 0, 0,
0, 1, 0,
0, 0, 1
)
```
or, more generally, I wanted to create an array of know…
-
Thank you very much for providing this package! I am new to the field and might have missunderstod something but when I read the sourcecode for `.coxps_match()` it strikes me on line 152 that you have…
-
It's not too uncommon for type computations to be determined by the size of arrays. One case is ForwardDiff chunksize computations. Another are the algorithm defaults in DifferentialEquations.jl. Whil…
-
What you have here is an autistic way of slowing down the program via an object oriented approach to a "switch case", which is really just a brute force/linear search as you keep adding cases until yo…